cnCalc计算器论坛

 找回密码
 注册
搜索
查看: 8185|回复: 13

[贴图] TI PLT-SU1 拆机+开机照

[复制链接]
发表于 2013-2-8 12:23:56 | 显示全部楼层 |阅读模式









本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x

评分

参与人数 1金钱 +5 收起 理由
Dr.CrazyCat + 5 支持拆机

查看全部评分

发表于 2013-2-8 20:18:52 | 显示全部楼层
传说中的vernier……
发表于 2013-2-9 12:36:25 | 显示全部楼层
这些东西也敢随便拆啊。。。。。。
发表于 2013-2-14 13:56:29 | 显示全部楼层
Thank you so much for the photos of a so rare prototype, maybe the last in the world! ;)

Would it be possible to have photos of the prototype inside its case, in order to see the connectivity and the different extension slots?
Thanks.


By the way, you seem to have lots of uncommon things! ;)
TI-Navigator access point, TI-Nspire CX Navigator adapter, Vernier sensors - congratulations! :D
 楼主| 发表于 2013-2-14 14:26:24 | 显示全部楼层
critor 发表于 2013-2-14 13:56
Thank you so much for the photos of a so rare prototype, maybe the last in the world! ;)

Would it ...

The TI-Navigator and Vernier sensors are not mine. They are samples from the TI Agency in Shanghai :P
And.. what does "inside the case" mean? I think I did upload some photos of the inside.
发表于 2013-2-15 05:06:13 | 显示全部楼层
Hi,

No sorry, I would have liked to have a look at the case from the outside, espacially for the connectivity.

Critor
发表于 2013-2-15 12:52:31 | 显示全部楼层
机器竟然是类unix

点评

Linux无误  发表于 2013-5-25 16:52
发表于 2013-2-15 13:13:18 | 显示全部楼层
如何验证?
 楼主| 发表于 2013-2-15 13:26:31 | 显示全部楼层
以下是外观图。




本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

x
发表于 2013-2-17 15:01:40 | 显示全部楼层
不愧是工程机,PCB上还有不少修修补补的痕迹。
发表于 2013-2-22 00:05:13 | 显示全部楼层
Nice, what's the Serial number on the sticker? :)
 楼主| 发表于 2013-2-22 13:45:58 来自手机 | 显示全部楼层
adriweb 发表于 2013-2-22 00:05
Nice, what's the Serial number on the sticker? :)

CODE T0108
S. NO 201
发表于 2013-4-7 18:28:59 | 显示全部楼层
这个厉害,就一个掌上电脑。
发表于 2014-8-24 22:05:25 | 显示全部楼层
本帖最后由 critor 于 2014-8-24 22:13 编辑

Hi guys,


After a whole year digging into Toto, we've finally achieved some interesting things.

Toto has no keyboard and its few keys let you input only 8 characters.
But the above prompt we're getting is U-Boot.
And U-Boot has a serial USB console, which can be used to input characters.
You just need to setup the /dev/ttyUSB0 device with the 'usbserial' driver on a Linux computer.
The 'help' and 'version' commands then definately prove it's U-Boot:
  1. root@debian:/home/critor# echo help > /dev/ttyUSB0
  2. h
  3. ?       - alias for 'help'
  4. autoscr - run script from memory
  5. base    - print or set address offset
  6. bdinfo  - print Board Info structure
  7. boot    - boot default, i.e., run 'bootcmd'
  8. bootd   - boot default, i.e., run 'bootcmd'
  9. bootm   - boot application image from memory
  10. bootp   - boot image via network using BootP/TFTP protocol
  11. chpart  - change active partition
  12. cmp     - memory compare
  13. coninfo - print console devices and informations
  14. cp      - memory copy
  15. crc32   - checksum calculation
  16. deregister - Remove an I/O device from use
  17. dhcp    - invoke DHCP client to obtain IP/boot params
  18. echo    - echo args to console
  19. erase   - erase FLASH memory
  20. fatinfo - print information about filesystem
  21. fatload - load binary file from a dos filesystem
  22. fatls   - list files in a directory (default /)
  23. flinfo  - print FLASH memory information
  24. fsinfo  - print information about filesystems
  25. fsload  - load binary file from a filesystem image
  26. go      - start application at address 'addr'
  27. help    - print online help
  28. iminfo  - print header information for application image
  29. imls    - list all images found in flash
  30. loadb   - load binary file over serial line (kermit mode)
  31. loads   - load S-Record file over serial line
  32. loop    - infinite loop on address range
  33. ls      - list files in a directory (default /)
  34. md      - memory display
  35. mm      - memory modify (auto-incrementing)
  36. mmcinit - init mmc card
  37. mtest   - simple RAM test
  38. mw      - memory write (fill)
  39. nand    - NAND sub-system
  40. nboot   - boot from NAND device
  41. nm      - memory modify (constant address)
  42. printenv- print environment variables
  43. protect - enable or disable FLASH write protection
  44. rarpboot- boot image via network using RARP/TFTP protocol
  45. register - Register an I/O device for use
  46. reset   - Perform RESET of the CPU
  47. run     - run commands in an environment variable
  48. saveenv - save environment variables to persistent storage
  49. setenv  - set environment variables
  50. setslink - select device to use for loadb/loads transfers
  51. sleep   - delay execution for some time
  52. tftpboot- boot image via network using TFTP protocol
  53. tiboot  - boot linux uImage or zImage kernel in a jffs2 partition on Toto board
  54. tidiag  - perform Toto board diagnostics
  55. tiinstallos  - install OS to Toto board NAND flash
  56. version - print monitor version
  57. omap_toto #
  58. root@debian:/home/critor# echo version > /dev/ttyUSB0
  59. U-Boot 1.0.0 (Jan 13 2004 - 15:33:07)
  60. omap_toto #
  61. root@debian:/home/critor#
复制代码


Note that some commands are undocumented, because they've been added by TI:
- tidiag
- tiinstallos
- tiboot

The 'tidiag' command does launch the diagnostic software, and definately proves us that Toto has a color screen.Watch it for the first time on the Internet : ;)


Video: https://www.youtube.com/watch?fe ... edded&v=aHIUFIKLuwY
Source: http://tiplanet.org/forum/viewtopic.php?t=15107&p=169005#p169005



The 'tiboot' command does start a "MontaVista Linux", but unfortunately it does end up with some filesystem errors and a "Kernel panic"



But good news - both NOR and NAND chips have now been dumped thanks to U-Boot commands:
Toto NOR chip - 512KB (with U-Boot)
Toto NAND chip - first 2MB (with MontaVista Linux)
(the reste of the 32MB NAND chip seemed to only return 0xFF bytes)

Video: https://www.youtube.com/watch?fe ... edded&v=SWSV8kHnamk
Source: http://tiplanet.org/forum/viewtopic.php?t=15113&p=169076#p169076


Thank you very much for trusting us - thanks to you, Toto is now saved and safe.
And please tell us if you ever find another Toto unit, as the 'tiboot' command may reveal a working MontaVista Linux on the difference ;)

评分

参与人数 1金钱 +6 收起 理由
Cursor + 6 great

查看全部评分

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-4-20 01:54 , Processed in 0.064075 second(s), 20 queries .

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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