Uboot Q&A

Q1:使用SD卡升级时,已经开启了CONFIG_MS_SDMMC,在uboot下输入sdstar,提示 unknow command ‘sdstar’ - try help?

uboot默认没开sdmmc这个配置,打开之后重新编译烧录,在板子上查看一下uboot的编译时间确认更新成功。

Q2:想重新烧录uboot,该用什么方法?

如果还能进入uboot可以用tftp,在uboot下使用单独烧录命令estar scripts/[[uboot.es,此命令在image的auto_update.txt文件能查找到。空片或无法进入uboot的话,可以通过ISP工具烧录,请参考开发环境搭建

Q3:SSD261Q 默认boot参数都是nand的,没有nor的?

SigmaStar # printenv
baudrate=115200
bootdelay=3
stderr=serial
stdin=serial
stdout=serial

Environment size: 80/4092 bytes
SigmaStar #

像上面这种情况,请参考开发环境搭建,编译alkaid时使用对应的config,如上述情况请使用“dispcam_m6_nor.glibc-9.1.0-squashfs.019a.256.bga1.demo_defconfig”这个config。