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.

omapl137与am1707的EVM用的是同一个uImage?

Other Parts Discussed in Thread: AM1707

我使用的是AM1707的EVM开发板,PSP版本是versions 3.20.00.12

PSP中只有omapl137这个platform的uImage,没有am1707的uImage.

目前,我遇到的情况是Uboot下无法下载内核,我的uboot的环境变量设置与下载内核时的输出信息如附件。

谢谢!

  • 你好,如果ping通板子,是在加载了内核之后,才能ping通。

    你的TFTP是用的linux下的吧,是不是你的TFTP没打开?

  • TFTP开启了。如果uImage的格式错误,是否也会造成这个现象。因为这个uImage是PSP的omapl137这个平台下的,wiki上写的是在同一目录下找AM17XX平台的,但是只有omapl137的,所以我怀疑是不是uImage格式不对。

    多谢!

  • TFTP开启了。如果uImage的格式错误,是否也会造成这个现象。因为这个uImage是PSP的omapl137这个平台下的,wiki上写的是在同一目录下找AM17XX平台的,但是只有omapl137的,所以我怀疑是不是uImage格式不对。

    多谢!

  • 你好,AM17xx 和OMAPL137在软件和引脚上是兼容,其实AM17XX就是去掉DSP的OMAPL137的裁剪。应该不是uImage的格式问题,因为基本都是ARM端来控制底层驱动的。我建议你还是看一下TFTP,还有文件的名字考过去是否是正确的。

  • 谢谢!

    “还有文件的名字考过去是否是正确的。“ 是指什么的文件名字? 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

    多谢!

     

  • 问题已解决。

    1 TFTP的配置文件里需要把跟文件目录设置为/tftpboot。

    2 selinux应该关掉,setenforce=0.

    谢谢!