使用自己编译的uboot,无法使用Fastboot进行烧录
2 E币
成为会员,免费下载资料
文件大小:232.63 KB
上传者:elvisup
时间:2016-07-14 14:53:38
下载量:13
本帖最后由 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.
展开》
折叠》