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.

开发板启动sd卡中的uboot可以实现设计的功能,把uboot烧到nand中就无法显示功能



我们的板子是基于SBC8600开发板设计的,软件上我想从uboot阶段关闭一个告警灯,下面是的代码,

这是函数定义:

这是函数调用:

从sd卡启动uboot可以实现关闭led灯,但是烧录到nand中,该功能就无法实现