cnCalc计算器论坛

 找回密码
 注册
搜索
12
返回列表 发新帖回复
楼主: cbble204

[Nspire] TI-Nspire CAS+ DVT1评测

[复制链接]
 楼主| 发表于 2015-12-28 09:54:28 来自手机 | 显示全部楼层
dousha99 发表于 2015-12-27 22:44
此处目测是断言错误,真心只有调试的时候才开断言啊
(如果lz不编程的话断言的解释是:程序员假定程序在 ...

刚开始学单片机,只能描述一下
这个组合键已经被设定了“映射”,但是由于一些原因,TI尚未将这个“映射”和具体的功能建立联系,并且开发机处于测试状态,使用了组合键但没有得到“正确”的结果,直接导致了系统的关键部分自杀了
 楼主| 发表于 2015-12-28 10:02:00 来自手机 | 显示全部楼层
ZephRay 发表于 2015-12-28 07:51
真有趣,识别为网卡是正常现象。联机最坑爹的还是plt,使用了和84一样的vid/pid,但是协议却不一样

修改1.0.59的驱动安装信息后,驱动可以装上,具体的通信方式我再试试
发表于 2016-1-3 09:03:45 来自手机 | 显示全部楼层
求购买链接~
发表于 2017-5-7 03:48:39 | 显示全部楼层
本帖最后由 critor 于 2017-5-7 04:02 编辑

@ cbble204
Could you ever try the dumping method I've shared some posts ago ?
http://www.cncalc.org/forum.php? ... 3882&fromuid=103656

On TI-Planet, we are currently developing a way to upgrade the oldest TI-Nspire CAS+ like EVT/DVT prototypes running a 1.0.1.0.XXX Boot1 image - since such Boot1 images don't check the Boot2 signature.
https://tiplanet.org/forum/viewtopic.php?t=19930&p=216391#p216325

But it is very important to dump your calculator first.
For historical/collector reasons, and also since we need to be able to put your calculator back in its original state in case something goes wrong.

The usual process is to dump the OS first, and then dump the Boot1, Boot2 and Diags if present.


Let's dump the OS.
First, you would need to check if your calculator is running a DHCP server.



1) get your handheld IP:
- check that the handheld is still on and connected to the computer
- type 'ipconfig' in a Windows command prompt
- you should get a local network with an IP like 172.16.xxx.xxx and a mask of 255.255.255.252
- add 1 to that IP - 172.16.xxx.(xxx+1) - this is your handheld IP

If you could find such IP, then we can go on with the easy OS dumping process.
Older prototypes, like the TI-Phoenix 1 P1-EVT1, don't start a DHCP server and thus don't get an USB IP.But yours should have an USB IP, based upon the network drivers Windows did associate to it.



2) Using the calulator keys, create a 1st level folder in your documents and name it to something easy, 'ndless' for example.



3) telnet your handheld IP on port 10002 to copy OS image to the visible filesystem
in a Windows command prompt, adapt and type :
  1. telnet 172.16.xxx.xxy 10002
复制代码

you should get a 'TI_PN_' prompt

The OS image file can be in 2 different locations, /phoenix/install/phoenix.img or /phoenix/phoenix.raw
I think it's going to be /phoenix/install/phoenix.img
So type the following command to copy the OS image file to the visible filesystem :

  1. fm_xfer(127.0.0.1, pn_fm_fput, "/phx/documents/ndless/phoenix.tns", "/phoenix/install/phoenix.img", 0, 0, 0) )
复制代码

A file 'phoenix' should appear in your 'ndless' folder.
It may need some time before reaching its final size - which can be up to 8MiB.

If it errors, you may try the other OS file location :
  1. fm_xfer(127.0.0.1, pn_fm_fput, "/phx/documents/ndless/phoenix.tns", "/phoenix/phoenix.raw", 0, 0, 0) )
复制代码




4) get the OS image on the computer
In a Windows command prompt, adapt and type :
  1. telnet 172.16.xxx.xxy 10001
复制代码

That's what TI-Nspire Computer Link 1.0 is using to transfer files.
Then, typing one of the following command should transfer the file to the computer, I don't remember :
  1. fget ndless/phoenix.tns
  2. fget /ndless/phoenix.tns
  3. fget /documents/ndless/phoenix.tns
  4. fget /phx/documents/ndless/phoenix.tns
复制代码



5) Share the OS image, and we'll get back to you with specific instructions for dumping the Boot1/Boot2/Diags.


If anything doesn't work, please tell us.*
Thanks.

 楼主| 发表于 2017-6-18 14:53:43 | 显示全部楼层
critor 发表于 2017-5-7 03:48
@ cbble204
Could you ever try the dumping method I've shared some posts ago ?
http://www.cncalc.or ...

I' sorry.Until today I didn't check my bbs massage box. This month I have many exams, so I had to review the lessons. In this summer holiday, I will try to dump the calc. If I have a result ,I will send message immediately.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|cnCalc计算器论坛

GMT+8, 2024-4-19 08:28 , Processed in 0.049199 second(s), 17 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表