我用的是笔记本 ,XP 系统。 USB 转的串口。连上TINY6410后,在超级终端中,进入uboot
##### FriendlyARM U-Boot(2011-07, NAND) for 6410 #####
[f] Format the nand flash
[v] Download u-boot.bin
[k] Download Linux/Android kernel
[y] Download root yaffs2 image
Download root ubifs image
[a] Download Absolute User Application
[n] Download Nboot.nb0 for WinCE
[w] Download WinCE NK.nb0
[s] Set the boot parameter of Linux
Boot Linux
[q] Quit to shell
NAND(SLC): 256 MiB, RAM: 256 MiB
LCD type, firmware version: 1 1046
Enter your Selection:
在这个阶段,超级终端可以显示,输入,输出都可以。但是启动后,超级终端就一直停在这里,
NAND read: device 0 offset 0x80000, size 0x500000
........................................Boot with zImage
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
原本应该继续打印很多启动信息的,却不打印
而是板子的屏上显示很多启动信息,界面界面。但是 我要用超级输入命令什么的 就不行了。
为什么uboot 阶段 我都能按字母 选择相应的 功能,启动内核后就停在
NAND read: device 0 offset 0x80000, size 0x500000
........................................Boot with zImage
Starting kernel ...
Uncompressing Linux... done, booting the kernel. 这里,按任何键无反应。原本后面有的启动信息 却在板子的屏上显示呢?? 是xp系统的原因 还是 usb 转串口的原因?