|
出现这个问题的可能性有以下几种:
9 i- W, A7 M' Q) |8 a$ R3 j7 p% Q1、SD卡是否锁住了
3 [& O1 f1 P$ i( ^, e4 M2、内核有问题0 A+ H6 s; }& i2 Z6 s
3、SD卡的文件系统存在文件系统损坏
. S; b/ G4 i; P4、环境变量没有设置正确9 g. X7 D% f' Q# m9 c; ~: h
! T% v# S& m) x* w
解决方法:
6 l3 C8 c. ^" Z! q! d1、检查SD卡的读写保护脚 N/ [0 K$ b6 p. |
2、重新设置环境变量2 w: ~! e5 c: M0 P2 s/ w
SD卡启动:
+ x: v8 b- }, n! b9 Q+ }setenv bootcmd 'mmcinfo;mmc init;fatload mmc 0 c0700000 uImage;bootm'
. [% s1 y( T3 {setenv bootargs console=ttyS2,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext3 mem=32M@0xc0000000 mem=64M@0xc4000000 vpif_capture.ch0_bufsize=831488% p# E2 ^$ F5 W
* M) j$ b& P& H; o0 j* ]NAND FLASH启动系统:
# ~# r8 C" U( asetenv bootcmd 'nboot.e 0xc0700000 0 0x120000; bootm'
M# r7 I1 _7 xsetenv bootargs 'console=ttyS2,115200n8 ip=off ubi.mtd=4,2048 root=ubi0_0 rootfstype=ubifs mem=32M@0xc0000000 mem=64M@0xc4000000'% ]7 L3 @9 l' E- v% M4 l! o9 l
' o6 Z, t; \% O. d. r$ ?* O3、擦除nand flash,重新做SD卡
: v1 E' y L/ H2 g |
|