7702
- 收藏
- 点赞
- 分享
- 举报
使用自己编译的uboot,无法使用Fastboot进行烧录
本帖最后由 elvisup 于 2016-7-14 14:54 编辑
All:
我现在使用fastboot对开发板进行烧录时,发现使用SDK中uboot源码编译的uboot.bin不能成功进行烧录,
但是使用开发板中自带的uboot.bin就可以烧录成功.
大家有没有遇到相似问题的?或者uboot源码中是否应该做一些相应的改动?
烧录Log:
烧录失败:
Boot downloading started.
Boot 100 % Downloaded.
Boot Downloading completed!
到这里之后就再也没有反应了...
烧录成功:
Boot downloading started.
Boot 100 % Downloaded.
Boot Downloading completed!
Uncompress..
......Ok
U-Boot 2010.06-svn (Mar 28 2015 - 09:26:01)
NAND: Check nand flash controller v610. found
Special NAND id table Version 1.36
Nand ID: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
No NAND device found!!!
0 MiB
Check spi flash controller v350... Found
Spi(cs1) ID: 0xEF 0x40 0x18 0x00 0x00 0x00
Spi(cs1): Block:64KB Chip:16MB Name:"W25Q128 BV/FV"
envcrc 0xf8d1e5eb
ENV_SIZE = 0x3fffc
In: serial
Out: serial
Err: serial
start download process.
Boot Started successfully!
version: 3.0.3
(OK)
"getinfo version" command sent successfully!
spi
(OK)
"getinfo bootmode" command sent successfully!
16384 KiB hi_sfc at 0:0 is now current device
(OK)
"sf probe 0" command sent successfully!
Erasing at 0x10000 -- 6% complete.
Erasing at 0x20000 -- 12% complete.
Erasing at 0x30000 -- 18% complete.
Erasing at 0x40000 -- 25% complete.
#
Erasing at 0x50000 -- 31% complete.
Erasing at 0x60000 -- 37% complete.
Erasing at 0x70000 -- 43% complete.
Erasing at 0x80000 -- 50% complete.
#
Erasing at 0x90000 -- 56% complete.
Erasing at 0xa0000 -- 62% complete.
Erasing at 0xb0000 -- 68% complete.
Erasing at 0xc0000 -- 75% complete.
#
Erasing at 0xd0000 -- 81% complete.
Erasing at 0xe0000 -- 87% complete.
Erasing at 0xf0000 -- 93% complete.
Erasing at 0x100000 -- 100% complete.
(OK)
"sf erase 0 0x00100000" command sent successfully!
#
Writing at 0x10000 -- 6% complete.
Writing at 0x20000 -- 12% complete.
Writing at 0x30000 -- 18% complete.
Writing at 0x40000 -- 25% complete.
Writing at 0x50000 -- 31% complete.
Writing at 0x60000 -- 37% complete.
Writing at 0x70000 -- 43% complete.
Writing at 0x80000 -- 50% complete.
Writing at 0x90000 -- 56% complete.
Writing at 0xa0000 -- 62% complete.
Writing at 0xb0000 -- 68% complete.
Writing at 0xc0000 -- 75% complete.
Writing at 0xd0000 -- 81% complete.
Writing at 0xe0000 -- 87% complete.
Writing at 0xf0000 -- 93% complete.
Writing at 0x100000 -- 100% complete.
(OK)
"sf write 0x81000000 0 0x00100000" command sent successfully!
附件是uboot.
All:
我现在使用fastboot对开发板进行烧录时,发现使用SDK中uboot源码编译的uboot.bin不能成功进行烧录,
但是使用开发板中自带的uboot.bin就可以烧录成功.
大家有没有遇到相似问题的?或者uboot源码中是否应该做一些相应的改动?
烧录Log:
烧录失败:
Boot downloading started.
Boot 100 % Downloaded.
Boot Downloading completed!
到这里之后就再也没有反应了...
烧录成功:
Boot downloading started.
Boot 100 % Downloaded.
Boot Downloading completed!
Uncompress..
......Ok
U-Boot 2010.06-svn (Mar 28 2015 - 09:26:01)
NAND: Check nand flash controller v610. found
Special NAND id table Version 1.36
Nand ID: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
No NAND device found!!!
0 MiB
Check spi flash controller v350... Found
Spi(cs1) ID: 0xEF 0x40 0x18 0x00 0x00 0x00
Spi(cs1): Block:64KB Chip:16MB Name:"W25Q128 BV/FV"
envcrc 0xf8d1e5eb
ENV_SIZE = 0x3fffc
In: serial
Out: serial
Err: serial
start download process.
Boot Started successfully!
version: 3.0.3
(OK)
"getinfo version" command sent successfully!
spi
(OK)
"getinfo bootmode" command sent successfully!
16384 KiB hi_sfc at 0:0 is now current device
(OK)
"sf probe 0" command sent successfully!
Erasing at 0x10000 -- 6% complete.
Erasing at 0x20000 -- 12% complete.
Erasing at 0x30000 -- 18% complete.
Erasing at 0x40000 -- 25% complete.
#
Erasing at 0x50000 -- 31% complete.
Erasing at 0x60000 -- 37% complete.
Erasing at 0x70000 -- 43% complete.
Erasing at 0x80000 -- 50% complete.
#
Erasing at 0x90000 -- 56% complete.
Erasing at 0xa0000 -- 62% complete.
Erasing at 0xb0000 -- 68% complete.
Erasing at 0xc0000 -- 75% complete.
#
Erasing at 0xd0000 -- 81% complete.
Erasing at 0xe0000 -- 87% complete.
Erasing at 0xf0000 -- 93% complete.
Erasing at 0x100000 -- 100% complete.
(OK)
"sf erase 0 0x00100000" command sent successfully!
#
Writing at 0x10000 -- 6% complete.
Writing at 0x20000 -- 12% complete.
Writing at 0x30000 -- 18% complete.
Writing at 0x40000 -- 25% complete.
Writing at 0x50000 -- 31% complete.
Writing at 0x60000 -- 37% complete.
Writing at 0x70000 -- 43% complete.
Writing at 0x80000 -- 50% complete.
Writing at 0x90000 -- 56% complete.
Writing at 0xa0000 -- 62% complete.
Writing at 0xb0000 -- 68% complete.
Writing at 0xc0000 -- 75% complete.
Writing at 0xd0000 -- 81% complete.
Writing at 0xe0000 -- 87% complete.
Writing at 0xf0000 -- 93% complete.
Writing at 0x100000 -- 100% complete.
(OK)
"sf write 0x81000000 0 0x00100000" command sent successfully!
附件是uboot.
文件: uboot-ok-error.tar.gz
下载
我来回答
回答10个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2017-03-03 15:04:26
-
2017-04-28 09:57:28
-
2017-02-23 15:53:12
-
2014-09-17 17:10:29
-
2022-10-20 18:39:36
-
2023-07-17 17:47:42
-
2017-10-13 10:54:10
-
2016-10-15 23:46:16
-
2023-10-17 15:51:55
-
2016-09-18 19:26:13
-
2019-03-08 18:10:14
-
2020-10-29 11:14:15
-
2020-08-29 10:16:26
-
2015-08-05 17:03:00
-
2015-10-22 14:10:14
-
2019-11-22 16:00:05
-
2015-01-21 20:20:34
-
2017-05-05 14:56:23
-
2013-07-10 11:03:45
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5Hi3516CV610 如何使用SD卡升级固件
-
5cat /dev/logmpp 报错 <3>[ vi] [func]:vi_send_frame_node [line]:99 [info]:vi pic queue is full!
-
50如何获取vpss chn的图像修改后发送至vo
-
5FPGA通过Bt1120传YUV422数据过来,vi接收不到数据——3516dv500
-
50SS928 运行PQtools 拼接 推到设备里有一半画面会异常
-
53536AV100的sample_vdec输出到CVBS显示
-
10海思板子mpp怎么在vi阶段改变视频数据尺寸
-
10HI3559AV100 多摄像头同步模式
-
9海思ss928单路摄像头vio中加入opencv处理并显示
-
10EB-RV1126-BC-191板子运行自己编码的程序
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认