主题 : 关于在win7系统下通过SD-Flasher工具烧写sd卡问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 32471
精华: 0
发帖: 38
金钱: 195 两
威望: 39 点
贡献值: 0 点
综合积分: 76 分
注册时间: 2010-11-16
最后登录: 2013-10-05
楼主  发表于: 2011-02-14 23:48

 关于在win7系统下通过SD-Flasher工具烧写sd卡问题

图片:
图片:
图片:
图片:
版主大大,RT。我在用SD-Flasher工具给1G 的KIngmax mini sd卡分区并把superboot-20101223.bin烧入卡后。把光盘的images目录的linux文件夹以及ini文件放入mini sd中。板子是tiny6410 256m

开始是使用sd卡运行模式,板子上把开关拨到sd-boot上,结果还是运行不了,除了红色led亮外,其余四个还是不亮,也没有听到什么滴的声音。
配置文件:
#This line cannot be removed. by FriendlyARM(www.arm9.net)

CheckOneButton=No
Action=Run
OS= Linux

VerifyNandWrite=No

StatusType = Beeper| LED

#################### Linux #####################
Linux-BootLoader = Linux/u-boot_sd-ram256.bin
Linux-Kernel = Linux/zImage_n43
Linux-CommandLine = root=/dev/mtdblock2 rootfstype=yaffs2 init=/linuxrc console=ttySAC0,115200
Linux-RootFs-InstallImage = linux/rootfs_qtopia_qt4.img
Linux-RootFs-RunImage = linux/rootfs_qtopia_qt4.ext3

################### WindowsCE6 #################
WindowsCE6-Bootloader= WindowsCE6\NBOOT_N43-RAM256.nb0
WindowsCE6-BootLogo = WindowsCE6\bootlogo.bmp
WindowsCE6-InstallImage = WindowsCE6\NK_N43-i.bin
WindowsCE6-RunImage = WindowsCE6\NK_N43-i.bin

################### Android ####################
Android-BootLoader = Android/u-boot_nand-ram256.bin
Android-Kernel = Android/azImage_a70
Android-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs  init=/linuxrc console=ttySAC0,115200 androidboot.console=s3c2410_serial0
Android-RootFs-InstallImage = Android/rootfs_android.ubi
Android-RootFs-RunImage = Android/rootfs_android.ext3

################### Ubuntu #####################
Ubuntu-BootLoader = Ubuntu/u-boot_nand-ram256.bin
Ubuntu-Kernel = Ubuntu/uzImage_n43
Ubuntu-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs  init=/linuxrc console=ttySAC0,115200
Ubuntu-RootFs-InstallImage = Ubuntu/rootfs_ubuntu.ubi
Ubuntu-RootFs-RunImage = Ubuntu/rootfs_ubuntu.ext3

############### UserBin part #################
UserBin-Image=WindowsCE/NK.nb0
userBin-StartAddress=50100000


然后是把系统安装到板子上,开关还是拨在sd-boot上。结果还是不能进行
配置文件:
#This line cannot be removed. by FriendlyARM(www.arm9.net)

CheckOneButton=No
Action=install
OS= Linux

VerifyNandWrite=No

StatusType = Beeper| LED

#################### Linux #####################
Linux-BootLoader = Linux/u-boot_nand-ram256.bin
Linux-Kernel = Linux/zImage_n43
Linux-CommandLine = root=/dev/mtdblock2 rootfstype=yaffs2 init=/linuxrc console=ttySAC0,115200
Linux-RootFs-InstallImage = linux/rootfs_qtopia_qt4.img
Linux-RootFs-RunImage = linux/rootfs_qtopia_qt4.ext3

问题是在运行板子上的android系统的时候,可以对mini sd读写的,怎么就是不能用sd卡把程序烧入板子里面,也不能在sd上运行系统。
[ 此帖被zttle在2011-02-18 13:16重新编辑 ]
自由,自强,共享,共创。
级别: 论坛版主
UID: 12573
精华: 27
发帖: 8838
金钱: 46490 两
威望: 9298 点
贡献值: 27 点
综合积分: 18216 分
注册时间: 2010-01-09
最后登录: 2019-07-16
1楼  发表于: 2011-02-15 07:58
sd卡中必须要有images目录
新手如何向我们反馈有效的信息,以便解决问题,见此贴:
http://www.arm9home.net/read.php?tid-14431.html

[注]: 此处签名链接仅为指引方向,而非解答问题本身.
级别: 新手上路
UID: 32471
精华: 0
发帖: 38
金钱: 195 两
威望: 39 点
贡献值: 0 点
综合积分: 76 分
注册时间: 2010-11-16
最后登录: 2013-10-05
2楼  发表于: 2011-02-15 15:48
images还是有的
自由,自强,共享,共创。
级别: 论坛版主
UID: 12573
精华: 27
发帖: 8838
金钱: 46490 两
威望: 9298 点
贡献值: 27 点
综合积分: 18216 分
注册时间: 2010-01-09
最后登录: 2019-07-16
3楼  发表于: 2011-02-15 15:57
Linux-RootFs-InstallImage = linux/rootfs_qtopia_qt4.img
Linux-RootFs-RunImage = linux/rootfs_qtopia_qt4.ext3
改为, 注意大小写
Linux-RootFs-InstallImage = Linux/rootfs_qtopia_qt4.img
Linux-RootFs-RunImage = Linux/rootfs_qtopia_qt4.ext3
新手如何向我们反馈有效的信息,以便解决问题,见此贴:
http://www.arm9home.net/read.php?tid-14431.html

[注]: 此处签名链接仅为指引方向,而非解答问题本身.
级别: 新手上路
UID: 32471
精华: 0
发帖: 38
金钱: 195 两
威望: 39 点
贡献值: 0 点
综合积分: 76 分
注册时间: 2010-11-16
最后登录: 2013-10-05
4楼  发表于: 2011-02-16 10:00
吓。那个#########Linux########下的配置选项是直接照把光盘的复制过来的喔
级别: 新手上路
UID: 32471
精华: 0
发帖: 38
金钱: 195 两
威望: 39 点
贡献值: 0 点
综合积分: 76 分
注册时间: 2010-11-16
最后登录: 2013-10-05
5楼  发表于: 2011-02-18 13:17
感谢管理员,我的昨天买了个金士顿4G的卡,能烧进去了