我无法安装到我的一个 cubieboard 上的 nand 上。这是错误消息:
cubie@Cubian:~$ sudo ~/nandinstall/install.sh
This will completely destory your data on /dev/nand, Are you sure to continue? yes
spawn /home/cubie/nandinstall/sunxi-tools/nand-part /dev/nand linux 4000000 swap 8000000
check partition table copy 0: BAD!
check partition table copy 1: BAD!
check partition table copy 2: BAD!
check partition table copy 3: BAD!
all partition tables are bad!
check partition table copy 0: BAD!
check partition table copy 1: BAD!
check partition table copy 2: BAD!
check partition table copy 3: BAD!
all partition tables are bad!
send: spawn id exp6 not open
while executing
"send "y\n""
please wait for a moment
waiting 20 seconds
waiting 10 seconds
waiting 5 seconds
mke2fs 1.42.5 (29-Jul-2012)
Could not stat /dev/nandb --- No such file or directory
The device apparently does not exist; did you specify it correctly?
我之前从未在 nand 内存上安装过任何东西,而在我的其他 cubieboard 上 nandinstall 工作正常。
答案1
那么,当你打开没有 microSD 的 cubieboard 时会发生什么?运行 android 吗?还是只显示绿色条?如果只显示绿色条,则可能是 nand 的分区有问题(如果是 hdd,请不要尝试进行分区)。
使用以下命令作为 root 用户,因为 microSD
./nand-part -f a20 /dev/nand 32768 'bootloader 20480' 'boot 512' 'rootfs 0'
你可以从这里下载 nand-part与非部分