|
发表于 2013-7-9 07:00:57
|
显示全部楼层
这个问题我以前问过critor,结果是这样的:
Yes we have tools which do print the Boot1/Boot2/Diags data on RS232, but adapting them for your OS would require to dump the OS first.
和你的问题不完全相同,可以通过RS232把BOOT1/BOOT2/Diags的内容dump下来,但是并不是文件系统。
如果你是想要得到系统的话,有这么一个办法:
The easiest way but not the cheapest is having two TI-Nspire CM and to star by dumping the OS.
You send the OS to the Ndlessed production unit, and I've got an Ndless tool which does get it before the installation is triggered (and aborted as it's a development OS).
也就是说找个同型号的计算器,用USB线连起来,然后一台安装Ndless,用一个特殊软件接受另一台发过来的OS。
There's a computer-side program for dumping the OS (which is not libticalcs/tilp, that works only on OS 1.x by taking advantage of a glaring directory traversal vulnerability), but we need to check it first, so as to make sure it can work for you in its current state
Meanwhile, don't take any initiatives which could destroy the calculator (as critor wrote above, that's what will happen, for practical purposes, if the OS is erased somehow).
EDIT: the C# program is http://brandonw.net/svn/calcstuff/Fron/trunk/ , and you need to open Fron\Startup.cs and change the "if (true)" to "if (false)" and run it so it can receive the OS upgrade (information courtesy of BrandonW). It may, or may not, work for you.
这段自己看吧,那个叫fron的程序就可以通过usb把整个os弄下来,当然,你需要安装VC#。我用这个方法成功弄下了OS。至于整个文件系统,ndless+自己程序吧。 |
|