主题 : 支持fastboot和dnw通过usb下载的tiny210-uboot(基于liukun的uboot ver 3) 复制链接 | 浏览器收藏 | 打印
君子终日乾乾,夕惕若,厉,无咎
级别: 侠客
UID: 8588
精华: 0
发帖: 61
金钱: 310 两
威望: 65 点
贡献值: 0 点
综合积分: 122 分
注册时间: 2009-08-29
最后登录: 2018-02-08
楼主  发表于: 2012-12-13 10:19

 支持fastboot和dnw通过usb下载的tiny210-uboot(基于liukun的uboot ver 3)

在网上找到一个同学制作的tiny210-uboot,他给添加了fastboot和dnw,可以从usb和sd卡直接下载image到nand。

0.tiny210-uboot的地址,
原来版本地址:https://github.com/xiaowei942/tiny210-uboot
这个是我根据网上反映的问题做过简单修改的版本:https://github.com/vmlinz/tiny210-uboot.git
1.dnw-linux,linux下的dnw客户端:https://github.com/changbindu/dnw-linux.git

具体使用dnw,请网上搜索。
关于fastboot,类似于手机使用fastboot,http://source.android.com/source/initializing.html,在linux下需要将lsusb得到的id和product添加到udev规则中。

2.使用方法
a.烧写uboot到sd,从sd启动到uboot
b.在uboot运行fastboot,进入等待
c.从linux本机运行fastboot flash bootloader “Uboot Image”,其他使用请参考fastboot的帮助
[ 此帖被vmlinz在2012-12-13 10:41重新编辑 ]
君子终日乾乾,夕惕若,厉,无咎
*無鈳取玳
级别: 论坛版主
UID: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
1楼  发表于: 2012-12-13 12:23

 回 楼主(vmlinz) 的帖子

支持开源
"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: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
2楼  发表于: 2012-12-14 06:58

 回 6楼(vmlinz) 的帖子

我不确定你说的这个mtdparts指的是什么,u-boot里有210的nand flash controller 驱动,但在新的2012.11分支上我还没验证过功能
"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: 27
精华: 12
发帖: 5398
金钱: 40120 两
威望: 17929 点
贡献值: 71 点
综合积分: 11036 分
注册时间: 2008-01-16
最后登录: 2014-11-22
3楼  发表于: 2012-12-14 13:57

 回 9楼(vmlinz) 的帖子

你试过打开common/cmd_mtdparts.c里的调试信息吗?有的话,能否贴出你的出错信息?
"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."