主题 : uboot for mini210的问题 复制链接 | 浏览器收藏 | 打印
级别: 侠客
UID: 4912
精华: 0
发帖: 62
金钱: 315 两
威望: 63 点
贡献值: 0 点
综合积分: 124 分
注册时间: 2009-04-03
最后登录: 2018-06-26
楼主  发表于: 2012-04-19 18:47

 uboot for mini210的问题

看了两天,还是不明白这个uboot是怎么使用的
因为我是个初学者,有些东西不是太明白,麻烦高人指点指点
我把生成的mini210-uboot.bin拷贝到sd卡的image下面,修改FriendlyARM.ini文件

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

CheckOneButton=No
Action = Install
OS = Android

LowFormat = Yes
VerifyNandWrite = No

LCD-Mode = No
CheckCRC32=No

StatusType = Beeper | LED

################### Android ####################
Android-BootLoader = mini210-uboot.bin
Android-Kernel = Android/uImage
Android-CommandLine = root=/dev/mtdblock4 console=ttySAC0,115200 init=/linuxrc androidboot.console=s3c2410_serial0 lcd=W50
Android-RootFs-InstallImage = Android/rootfs_android.img

烧不进去嘛,蜂鸣器一直叫

还有下面两条命令跟我直接把uboot直接拷贝到sd卡上什么区别,如果我直接执行下面两句,而不把uboot拷贝到sd上,sd上什么都没有啊
$sudo dd iflag=dsync oflag=dsync if=spl/tiny210-spl.bin of=/dev/sdb seek=1
$sudo dd iflag=dsync oflag=dsync if=u-boot.bin of=/dev/sdb  seek=49

还是我太愚钝,没有明白其中奥妙?
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2012-04-19 19:17
"If you have an apple and I have an apple and we exchange apples, then you and I will
still each have one apple. But if you have an idea and I have an idea and we exchange
these ideas, then each of us will have two ideas."
级别: 侠客
UID: 4912
精华: 0
发帖: 62
金钱: 315 两
威望: 63 点
贡献值: 0 点
综合积分: 124 分
注册时间: 2009-04-03
最后登录: 2018-06-26
2楼  发表于: 2012-04-19 19:48
谢谢版主,我插入tf卡,执行了
$sudo dd iflag=dsync oflag=dsync if=spl/mini210-spl.bin of=/dev/sdb seek=1
$sudo dd iflag=dsync oflag=dsync if=u-boot.bin of=/dev/sdb  seek=49
之后,然后把tf卡插入mini210开发板
使用sdboot启动
只有蜂鸣声
没有任何打印,请问这是什么原因呢
级别: 侠客
UID: 4912
精华: 0
发帖: 62
金钱: 315 两
威望: 63 点
贡献值: 0 点
综合积分: 124 分
注册时间: 2009-04-03
最后登录: 2018-06-26
3楼  发表于: 2012-04-19 20:02
知道原因了,谢谢版主
原来是我的编译器不对
非常感谢!
dsf
级别: 新手上路
UID: 85700
精华: 0
发帖: 12
金钱: 60 两
威望: 12 点
贡献值: 0 点
综合积分: 24 分
注册时间: 2013-01-08
最后登录: 2013-01-11
4楼  发表于: 2013-01-10 16:43
是什么问题啊  我现在也遇到了这个问题?你怎么解决的啊 楼主