做个笔记以免以后忘记:

1、u-boot 的下载暂时使用 minitools 工具,要从 sd 卡启动;

2、tftp的 目录设置在根目录下的 /tftpboot 下,内核文件 uImage 放到该文件夹下,

        在 串口终端 minicom 下输入:tftp oxc0008000 uImage 进行下载

 3、nfs的 目录设置在根目录下的 /share 目录下,

        挂在命令:在 串口终端 minicom 下输入:mount  -t nfs  -o nolock  192.168.1.88:/share   /mnt