我们使用的USB下载驱动和dnw和mini2440是完全一样的,其实我们提供了基于SD卡烧写的强大功能,步骤很简单,
不需要连接电脑:
(1) 使用SD-Flasher把superboot烧写到SD卡中. (SD-Flasher可运行于WinXP/Vista/Windows7/64-bit的Windows7)
(2)把光盘中的"images"目录拷贝到SD卡中,修其中的改配置文件"FriendlyARM.ini"中的"OS"类型为:OS = Linux/WindowsCE/Android/userbin, 为你想要烧写的系统
(3) 把SD卡插入mini6410, 上电,稍等一会就可以完成烧写, 会有声音提示以及LED显示提示。
一般烧写时间如下:
WindowsCE 6 (35M) - 15秒
Linux (yaffs2, 120M) - 55秒
UserBin(10M) - 5秒以内
Android : 正在解决快速烧写的问题
除此之外,你还可以定义配置文件中的"Action=Run",这样无需烧写就可以直接加载运行SD卡中的系统
下面是我们的配置文件内容,相信一般人都可以看明白吧:
#FriendlyARM.ini配置文件复制代码- Multi-Boot=No
- CheckOneButton=Yes
- Action=Install
- OS=Linux
- LCD_TYPE=N43
- VerifyNandWrite=no
- Status Type = Beeper| LED | LCD
- #Linux part
- Linux-BootLoader = Linux/u-boot.bin
- Linux-Kernel = Linux/zImage
- Linux-CommandLine =
- Linux-RootFs-InstallImage = linux/root-qtopia-qt4.img
- Linux-RootFs-RunImage =
- #Windows CE 6 part
- WindowsCE6-Bootloader= CE\nboot.nb0
- WindowsCE6-BootLogo = CE\bootlogo.bmp
- WindowsCE6-InstallImage = CE\NK.bin
- WindowsCE6-RunImage = CE\NK.bin
- #Ubuntu part
- Ubuntu-BootLoader = Ubuntu/u-boot.bin
- Ubuntu-Kernel = Ubuntu/zImage
- Ubuntu-CommandLine =
- Ubuntu-RootFs-InstallImage =
- Ubuntu-RootFs-RunImage =
- #Android part
- Android-BootLoader = Android/u-boot.bin
- Android-Kernel = Android/zImage
- Android-CommandLine =
- Android-RootFs-InstallImage =
- Android-RootFs-RunImage =
- #User Bin part
- UserBin-Image=UserBin/NK.nb0
- userBinStartAddress=50100000
|