尝试使用FriendlyARM mini210s SBC提供的默认图像。
从ftp.friendlyarm.net 本页底部的凭据的mini210文件夹下下载的DVD中获取图像。
SD-Flashed.exe#This line cannot be removed. by FriendlyARM(www.arm9.net)
CheckOneButton=No
Action = Install
OS = Linux
LowFormat = Yes
VerifyNandWrite = No
LCD-Mode = No
LCD-Type = A70
CheckCRC32=No
StatusType = Beeper | LED
################### Linux ####################
Linux-BootLoader = Superboot210.bin
Linux-Kernel = Linux/zImage
Linux-CommandLine = root=/dev/mtdblock4 rootfstype=yaffs2 console=ttySAC0,115200 init=/linuxrc
Linux-RootFs-InstallImage = Linux/rootfs_qtopia_qt4-mlc2.img
################### Android 4.0.3 ####################
Android-BootLoader = Superboot210.bin
Android-Kernel = Android/zImage
Android-CommandLine = root=/dev/mtdblock4 rootfstype=yaffs2 console=ttySAC0,115200 init=/linuxrc androidboot.console=ttySAC0 gs=0
Android-RootFs-InstallImage = Android/rootfs_android-mlc2.img在尝试安装Linux时,我得到了以下内容:
NAND Low-level formating...
NAND Low-level formatted...
Superboot-210
Ver: 1.2(20120202)
CPU: S5PV210 1GHz
RAM: 512MB
NAND: 1GB(SLC) ID:ECD35195
Touch Device: no 1-wire
LCD Type: A70(Manu)
Installing OS 'LINUX'
Installing bootloader...
file: /images/Superboot210.bin: 528 KB(540672 Byte)
Installing bootloader succeed
Installing kernel...
file: /images/Linux/zImage: 4 MB(4810580 Byte)
Installing kernel succeed
Installing yaffs2-image...
Installing yaffs2-image failed当尝试Android映像时:
NAND Low-level formating...
NAND Low-level formatted...
Superboot-210
Ver: 1.2(20120202)
CPU: S5PV210 1GHz
RAM: 512MB
NAND: 1GB(SLC) ID:ECD35195
Touch Device: no 1-wire
LCD Type: A70(Manu)
Installing OS 'ANDROID'
Installing bootloader...
file: /images/Superboot210.bin: 528 KB(540672 Byte)
Installing bootloader succeed
Installing kernel...
file: /images/Android/zImage: 4 MB(4590948 Byte)
Installing kernel succeed
Installing yaffs2-image...
Installing yaffs2-image failed这个FRIENDLYARM论坛帖子表示该图像是MLC2 NAND图像,而NAND是SLC图像。我尝试过使用rootfs TAR重新构建映像,但我也遇到了同样的问题。
任何指点都是最受欢迎的。
发布于 2015-01-19 16:45:53
rootfs_qtopia_qt4-20121108.tar.gz DVD中获取friendlyARMsudo tar xvf rootfs_qtopia_qt4-20121108.tar.gz
sudo mkyaffs2 rootfs_qtopia_qt4 rootfs_qtopia_qt4.img并复制到我的microSD卡,并调整我的FriendlyARM.ini,以接受这个文件,而不是MLC2 NAND版本。
https://unix.stackexchange.com/questions/179879
复制相似问题