主题 : Tiny6410裸机程序烧写问题 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 126735
精华: 0
发帖: 11
金钱: 55 两
威望: 11 点
综合积分: 22 分
注册时间: 2016-07-18
最后登录: 2016-08-21
楼主  发表于: 2016-07-20 16:53

 Tiny6410裸机程序烧写问题

图片:
tiny6410在进行裸机程序烧写的时候,为什么Download and Run选项会出现Read USB Error     Data not accepted by the board,但是程序会运行(led会亮),屏幕而且变白屏,但是install to Run NAND就可以正常运行。求大神解释!!!

附上FriendlyARM文件配置

#This line cannot be removed. by FriendlyARM(www.arm9.net)

LCD-Type = S70
LCD-Mode=NO
USB-Mode=Yes

CheckOneButton=No
Action=Run
OS= Linux

VerifyNandWrite=No

StatusType = Beeper| LED

#################### Linux #####################
Linux-BootLoader = Linux/u-boot_nand-ram256.bin
Linux-Kernel = Linux/zImage
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 ####################
Android-BootLoader = Superboot-6410.bin
Android-Kernel = Android/azImage
Android-CommandLine = root=/dev/mtdblock2 rootfstype=yaffs2 init=/linuxrc console=ttySAC0,115200 androidboot.console=s3c2410_serial0
Android-RootFs-InstallImage = Android/rootfs_android.img
Android-RootFs-RunImage = Android/rootfs_android.ext3

################### WindowsCE6 #################
WindowsCE6-Bootloader= Superboot-6410.bin
WindowsCE6-BootLogo = WindowsCE6\bootlogo.bmp
WindowsCE6-InstallImage = WindowsCE6\NK-i.bin
WindowsCE6-RunImage = WindowsCE6\NK-i.bin

#################### Ubuntu #####################
Ubuntu-BootLoader = Superboot-6410.bin
Ubuntu-Kernel = Ubuntu/uzImage
Ubuntu-CommandLine = root=ubi0:FriendlyARM-root ubi.mtd=2 rootfstype=ubifs  init=/linuxrc console=ttySAC0,115200
Ubuntu-RootFs-InstallImage = Ubuntu/rootfs_ubuntu-slc.ubi
Ubuntu-RootFs-RunImage = Ubuntu/rootfs_ubuntu.ext3

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


  
级别: 新手上路
UID: 47873
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2011-05-26
最后登录: 2018-06-18
1楼  发表于: 2016-07-22 22:00
因为CPU跳到0x50000000开始执行你的裸机程序,之前的superboot虽然还在内存中但暂时休眠,当然也就无法和minitools通讯了,除非裸机执行完毕再返回。
级别: 新手上路
UID: 126735
精华: 0
发帖: 11
金钱: 55 两
威望: 11 点
综合积分: 22 分
注册时间: 2016-07-18
最后登录: 2016-08-21
2楼  发表于: 2016-07-23 21:28

 回 1楼(superdancer) 的帖子

你的意思这样是正常的咯?