- 积分
- 96
贡献504
飞刀129 FD
注册时间2018-8-9
在线时间24 小时
扫一扫,手机访问本帖
|
2个问题:
一:
使用手册上的方式更新uboot -logo
更新 uboot 的 logo
mmc rescan
fatload mmc 0 82000000 logo.bmp
nand erase 600000 200000
nand write.i 82000000 600000 ${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的时间,有什么方式? |
|