liucheng 发表于 2016-7-14 15:36:09

sd卡启动cub2

我按照如这个博客希望用SD卡启动系统 http://blog.csdn.net/allen6268198/article/details/12905425

但是 插上SD卡结果如下:请问有人遇到过,可以解决吗?
U-Boot 2016.07-rc1 (Jul 13 2016 - 17:38:13 +0800) Allwinner Technology

CPU:   Allwinner A20 (SUN7I)
Model: Cubietech Cubieboard2
I2C:   ready
DRAM:1 GiB
MMC:   SUNXI SD/MMC: 0
In:    serial
Out:   serial
Err:   serial
SCSI:SATA link 0 timeout.
AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
flags: ncq stag pm led clo only pmp pio slum part ccc apst
Net:   eth0: ethernet@01c50000
Hit any key to stop autoboot:0
reading uEnv.txt
** Unable to read file uEnv.txt **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
reading script.bin
** Unable to read file script.bin **
Failed to mount ext2 filesystem...
** Unrecognized filesystem type **
=>

liucheng 发表于 2016-7-14 17:45:31

那就请问有没有人,自己,编译uboot uImage 烧到sd卡,成功启动linux系统的呀?

sunbeyond 发表于 2016-7-15 09:55:31




把卡通过读卡器连接到linux pc, 看看是否两个分区? 第一分区: boot.scr(或uEnv.txt), script.bin, uImage这几个文件是否都有

liucheng 发表于 2016-7-19 16:56:37

嗯,谢谢是的,我把 boot.scr 和 script.bin 加到sd卡里面就可以启动kernel了。谢谢 ,不过文件系统我还没有添加。

liucheng 发表于 2016-7-19 16:58:32

sunbeyond 发表于 2016-7-15 09:55 static/image/common/back.gif
把卡通过读卡器连接到linux pc, 看看是否两个分区? 第一分区: boot.scr(或uEnv.txt), script.bin, uI ...

谢谢,是的,我应该启动内核了。虽然没有文件系统

liucheng 发表于 2016-7-19 16:58:49

sunbeyond 发表于 2016-7-15 09:55 static/image/common/back.gif
把卡通过读卡器连接到linux pc, 看看是否两个分区? 第一分区: boot.scr(或uEnv.txt), script.bin, uI ...

谢谢,是的,我应该启动内核了。虽然没有文件系统

liucheng 发表于 2016-7-19 17:21:31

liucheng 发表于 2016-7-14 17:45 static/image/common/back.gif
那就请问有没有人,自己,编译uboot uImage 烧到sd卡,成功启动linux系统的呀?
...

谢谢,我把文件系统也加到sk卡以后就可以成功启动系统了。但是我的目标是 把sd卡插好以后,启动板子,板子烧写,sd卡数据,到nand里面去,以后就可以不要sd卡,也可以启动系统,请问有办法吗?
页: [1]
查看完整版本: sd卡启动cub2