尝试使用FriendlyARM mini210s SBC提供的默认图像。
从ftp.friendlyarm.net 本页底部的凭据的mini210文件夹下下载的DVD中获取图像。
在Windows机上使用microSD编写SD-Flashed.exe
将图像文件夹复制到microSD上
My FriendARM.ini
#This line cannot be removed. by FriendlyARM(www.arm9.net)
CheckOneButton=No
Action = Install
OS = Linux
LowFormat = Yes
VerifyNandWrite
我已经使用交叉编译器成功地编译了boost (使用了来自的指令),它运行得很好。
我将库和包含移到rootfs中以便cmake找到它.当我运行cmake时,我得到
gervasio@ubuntu:~/cpp-netlib-0.10.1$ cmake -DCMAKE_TOOLCHAIN_FILE=$HOME/raspberrypi/pi.cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /home/ge
我把我的电容式液晶显示器连接到tiny6410上,并在上面安装linux。我还将friendlyarm.ini更改为:
#This line cannot be removed. by FriendlyARM(www.arm9.net)
CheckOneButton=No
Action=Install
OS= Linux
LCD-Mode = No
LCD-Type = S70
LowFormat = No
VerifyNandWrite = No
CheckCRC32=No
StatusType = Beeper| LED
#################### Linux #
我已经在SD卡上安装了linux,我使用以下命令安装了rootfs
tar xpjf rootfs.tar.bz -C /mnt/rootfs/
现在,我对rootfs做了一些更改,我想创建一个备份,我可以在上面的命令中使用,我尝试使用:
tar cpjf rootfs.tar.bz2 /mnt/rootfs
and
tar cpjf rootfs.tar.bz2 -C / mnt/rootfs
I also tried
tar cpjf rootfs.tar.bz2 /mnt/rootfs/*
并尝试:
cd /mnt/rootfs
tar -cvpjf rootfs.tar.bz2 --e