现有TI 8127网络摄像机,想设置从SD卡启动该设备,SDK包中并没有提供相关文档。请问,SD卡启动的文件如何获得,或者由什么工具制作?(注:8168里用的SD卡启动文件MOL,试过,不行。)
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.
现有TI 8127网络摄像机,想设置从SD卡启动该设备,SDK包中并没有提供相关文档。请问,SD卡启动的文件如何获得,或者由什么工具制作?(注:8168里用的SD卡启动文件MOL,试过,不行。)
是由开发板里面提供的u-boot源码提供的,从SD卡启动需要2级u-boot,MOL+u-boot,前者初始化SD卡驱动,系统才能读取。设置编译选项编译即可。