uboot 启动logom开机时间问题
2个问题:一:
使用手册上的方式更新uboot -logo
更新 uboot 的 logo
mmc rescan
fatload mmc 0 82000000 logo.bmp
nand erase 600000 200000
nand write.i 82000000600000 ${filesize}
----------------------------------------------------
启动时打印
MMC: OMAP SD/MMC: 0
Video : Drawing the logo from nand.
NAND read: device 0 offset 0x600000, size 0x36
54 bytes read: OK
NAND read: device 0 offset 0x600000, size 0x1f4048
2048072 bytes read: OK
Error: compression type 3 not supported
Net: PHY reset timed out
cpsw
Hit any key to stop autoboot:0
Booting from nand ...
NAND read: device 0 offset 0xc00000, size 0x500000
-------------------------------------------------------------
上电后还是黑屏很长时间并没有显示logo,内核启动后修改的内核界面的logo生效了,
二: 现在uboot从上电到加载完内核时间差不多13s,335xd没有uboot源码,我想优化下uboot的时间,有什么方式? 您好,手里里面有关于logo修改的方法和开机logo不识别的方法,您可以参考一下,335xD的uboot是不开源的
页:
[1]