我使用的是AM1707的EVM开发板,PSP版本是versions 3.20.00.12
PSP中只有omapl137这个platform的uImage,没有am1707的uImage.
目前,我遇到的情况是Uboot下无法下载内核,我的uboot的环境变量设置与下载内核时的输出信息如附件。
谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
谢谢!
“还有文件的名字考过去是否是正确的。“ 是指什么的文件名字? uImage? 名字不就应该是uImage吗?TI wiki的资料是这样写的。
Testing the Shared File System
To test your NFS setup, follow these steps:
1.Copy the kernel Image (uImage) from the /home/<useracct>/<target_name>/DaVinci-PSP-SDK-03.#.#.#/images/kernel/<Platform> directory of the SDK software installation to the /tftpboot directory of your Linux host workstation. This kernel will be used to test the NFS target file system. If you do not have a TFTP server configured please see the Setting up a TFTP Server page.
host $ cp /home/<useracct>/<target_name>/DaVinci-PSP-SDK-03.#.#.#/images/kernel/<Platform>/uImage /tftpboot
http://processors.wiki.ti.com/index.php/GSG:_Setting_up_OMAP-L1_Target_File_System
多谢!