主题 : tiny6410编译linux内核和yaffs2文件系统无法烧写 复制链接 | 浏览器收藏 | 打印
级别: 新手上路
UID: 103467
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2014-04-26
最后登录: 2014-04-28
楼主  发表于: 2014-04-27 21:50

 tiny6410编译linux内核和yaffs2文件系统无法烧写

我用光盘B里的内核和文件系统烧写板子没有问题,系统可以正常启动。

我用光盘A里的Linux/linux-2.6.38-20140106.tgz编译出内核zImage,烧到板子上无法使用,串口显示如下然后不动了:


屏幕也没有任何输出

我用光盘A里的Linux/rootfs_qtopia_qt4-20131220.tar.gz制作yaffs2文件系统(在里面加了几个文件),
用mktools-20110720.tar.gz里的mkyaffs2image rootfs_qtopia_qt4 rootfs_qtopia_qt4.img制作新的yaffs2文件,
烧写的时候串口和屏幕显示如下:



请帮忙看一下原因,谢谢。(所有的资料和使用的superboot等文件都是最新的,使用SD卡烧写)

我的FriendlyARM.ini配置如下,内核和文件系统我是分别试的:
#This line cannot be removed. by FriendlyARM(www.arm9.net)

LCD-Mode = No
LCD-Type = S70
USB-Mode = no

CheckOneButton=No
Action=install
OS= Linux

VerifyNandWrite=No

StatusType = Beeper| LED

#################### Linux #####################
Linux-BootLoader = Superboot-6410.bin
Linux-Kernel = mylinux/zImage
Linux-CommandLine = root=/dev/mtdblock2 rootfstype=yaffs2 init=/linuxrc console=ttySAC0,115200
Linux-RootFs-InstallImage = mylinx/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: 12573
精华: 27
发帖: 8838
金钱: 46490 两
威望: 9298 点
综合积分: 18216 分
注册时间: 2010-01-09
最后登录: 2019-07-16
1楼  发表于: 2014-04-28 08:20
烧写文件根目录必须是images
新手如何向我们反馈有效的信息,以便解决问题,见此贴:
http://www.arm9home.net/read.php?tid-14431.html

[注]: 此处签名链接仅为指引方向,而非解答问题本身.
级别: 新手上路
UID: 103467
精华: 0
发帖: 8
金钱: 40 两
威望: 8 点
综合积分: 16 分
注册时间: 2014-04-26
最后登录: 2014-04-28
2楼  发表于: 2014-04-28 13:41

 回 1楼(mindee) 的帖子

SD卡的目录层次:
images
    friendlyarm.ini
    Linux
    。。。。

和DiskB里的images一样,烧写DiskB的内核和文件系统没有问题