James

James

0个粉丝

1

问答

0

专栏

0

资料

James  发布于  2024-09-23 13:37:21
采纳率 0%
1个问答
504

使用适配SDK编译起来的hi3516cv610 uboot烧不进去

在适配SDK使用这个命令编译出来的uboot烧写出错
make LIB_TYPE=musl CHIP=hi3516cv610 DEBUG=0 gslboot_build

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。

################ —— 10%
################ —— 20%
################ —— 31%
################ —— 41%
################ —— 52%
################ —— 62%
################ —— 73%
################ —— 83%
################ —— 94%
###### —— 100%

wait boot running!

System startup

Uncompress Ok!

U-Boot 2022.07 (Sep 23 2024 - 12:36:49 +0800)hi3516cv610

DRAM: Relocation Offset is: 0278f000
Relocating to 43f8f000, new gd at 43b4eed0, sp at 43b4eeb0
Core: 1 devices, 1 uclasses
SPI Nor: Boot Media isn’t SPI Nor
NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
SPI Nand(cs 0) ID: 0xe5 0xf1 Name:”DS35Q1GB-IB”
Block:128KB Page:2KB OOB:128B ECC:24bit/1K
Chipsize:128 MiB
Loading Environment from SPIFlash… Boot Media isn’t SPI Nor
* Warning - spi_flash_probe() failed, using default environment

Loading Environment from NAND… * Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial

flash

boot table board switch:0x00000000
boot table version :V0.2
boot table build time :2024/08/09 08:14:40
boot table file name :Hi3516CV610-DMEB_4L_DDR3_2133M_128MB_16bit-A7_950M_QFN.xlsm

System startup

Uncompress Ok!

U-Boot 2022.07 (Aug 09 2024 - 08:14:44 +0000)hi3516cv610-debug

DRAM: Relocation Offset is: 02785000
Relocating to 43f85000, new gd at 43b44ed0, sp at 43b44eb0
Core: 1 devices, 1 uclasses
SPI Nor: Boot Media isn’t SPI Nor
NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
SPI Nand(cs 0) ID: 0xe5 0xf1 Name:”DS35Q1GB-IB”
Block:128KB Page:2KB OOB:128B ECC:24bit/1K
Chipsize:128 MiB
Loading Environment from SPIFlash… Boot Media isn’t SPI Nor
* Warning - spi_flash_probe() failed, using default environment

Loading Environment from NAND… * Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial

Net: eth0
Error: eth0 address not set.

Failed to wait boot running! The possible causes are as follows:

  1. The DDR table or parameters are incorrect.
  2. DDR hardware soldering is abnormal.
  3. The board uses spi nand, but the media=nand parameter is used for compilation.
    下载文件失败!
    请检查当前programmer或boot是否与单板
我来回答
回答20个
时间排序
认可量排序

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-23 14:26:47
认可0

make LIB_TYPE=musl CHIP=hi3516cv610 DEBUG=1 gslboot_build

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-23 14:27:50
认可0

官方的文档有说的,需要使用debug版本

James
James   回复   Stranger  2024-09-23 14:46:58
0

好的,DEBUG=1的时候哪个环节有什么区别吗?

James
James   回复   Stranger  2024-09-23 14:50:38
0

好像还是不行

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。

################# —— 10%
################# —— 20%
################# —— 30%
################# —— 40%
################# —— 50%
################# —— 60%
################# —— 70%
################# —— 80%
################# —— 90%
############### —— 100%

wait boot running!

System startup

Uncompress Ok!

U-Boot 2022.07 (Sep 23 2024 - 14:39:51 +0800)hi3516cv610-debug

DRAM: Relocation Offset is: 02785000
Relocating to 43f85000, new gd at 43b44ed0, sp at 43b44eb0
Core: 1 devices, 1 uclasses
SPI Nor: Boot Media isn’t SPI Nor
NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
drivers/mtd/nand/raw/fmc100/fmc100.c(819): BUG: Driver does not support this configure pagesize: 8192 and oobsize: 256.
Failed to wait boot running! The possible causes are as follows:

  1. The DDR table or parameters are incorrect.
  2. DDR hardware soldering is abnormal.
  3. The board uses spi nand, but the media=nand parameter is used for compilation.
    下载文件失败!
    请检查当前programmer或boot是否与单板匹配。
    Failed to download fastboot!

CRC: boot_image.bin 0xd1f7

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-23 18:45:14
认可0

你用的社区适配过的SDK的,还是官方原生的SDK。

  1. 社区适配过的SDK,直接make gslboot_build
  2. 如果官方原生SDK,需要打入spi nand的补丁
James
James   回复   Stranger  2024-09-24 10:14:40
0

我把所有资料都检查了一遍,是网盘上的适配SDK,编完之后还是烧不进去

Platform Version: 5.6.58
BurnTool Version: 5.4.56

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。

################ —— 10%
################ —— 20%
################ —— 31%
################ —— 41%
################ —— 52%
################ —— 62%
################ —— 73%
################ —— 83%
################ —— 94%
###### —— 100%

wait boot running!

System startup

Uncompress Ok!

U-Boot 2022.07 (Sep 24 2024 - 10:06:02 +0800)hi3516cv610

DRAM: Relocation Offset is: 0278f000
Relocating to 43f8f000, new gd at 43b4eed0, sp at 43b4eeb0
Core: 1 devices, 1 uclasses
SPI Nor: Boot Media isn’t SPI Nor
NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
SPI Nand(cs 0) ID: 0xe5 0xf1 Name:”DS35Q1GB-IB”
Block:128KB Page:2KB OOB:128B ECC:24bit/1K
Chipsize:128 MiB
Loading Environment from SPIFlash… Boot Media isn’t SPI Nor
* Warning - spi_flash_probe() failed, using default environment

Loading Environment from NAND… * Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial

Failed to wait boot running! The possible causes are as follows:

  1. The DDR table or parameters are incorrect.
  2. DDR hardware soldering is abnormal.
  3. The board uses spi nand, but the media=nand parameter is used for compilation.
    下载文件失败!
    请检查当前programmer或boot是否与单板匹配。
    Failed to download fastboot!

CRC: boot_image.bin 0x51df

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-24 11:42:57
认可0

你烧录工具,截图看看。你烧录网盘资料提供的出厂固件可以吗?

James
James   回复   Stranger  2024-09-24 11:53:40
0

烧录网盘固件是可以的

James
James   回复   Stranger  2024-09-24 11:55:23
0

SDK我也重新展开了一遍,直接make gslboot_build编译的

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-24 13:57:56
认可0

你的env表格没有。

James
James   回复   Stranger  2024-09-24 14:35:22
0

我就想单独搞个uboot进去从其他地方启动这样不行吗?

Stranger
Stranger   回复   James  2024-09-25 17:34:42
0

可以的,我试过可以的。

James
James   回复   Stranger  2024-09-26 14:48:24
0

我再试一下,我就是网盘拉下来的

James
James   回复   Stranger  2024-09-26 14:53:16
0

串口已经连接,请给单板上电,若已经上电,请断电后重新上电。

############### —— 10%
############### —— 20%
############### —— 30%
############### —— 40%
############### —— 50%
############### —— 60%
############### —— 70%
############### —— 80%
############### —— 90%
############### —— 100%

wait boot running!

System startup

Uncompress Ok!

U-Boot 2022.07 (Sep 26 2024 - 12:11:13 +0800)hi3516cv610

DRAM: Relocation Offset is: 0278f000
Relocating to 43f8f000, new gd at 43b4eed0, sp at 43b4eeb0
Core: 1 devices, 1 uclasses
SPI Nor: Boot Media isn’t SPI Nor
NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
drivers/mtd/nand/raw/fmc100/fmc100.c(819): BUG: Driver does not support this configure pagesize: 8192 and oobsize: 256.
Failed to wait boot running! The possible causes are as follows:

  1. The DDR table or parameters are incorrect.
  2. DDR hardware soldering is abnormal.
  3. The board uses spi nand, but the media=nand parameter is used for compilation.
    下载文件失败!
    请检查当前programmer或boot是否与单板匹配。
    Failed to download fastboot!

CRC: boot_image.bin 0x9349

我照着操作了,先编译sdk再编译uboot还是不行呀

James
James   回复   Stranger  2024-09-26 15:04:50
0

能不能把你用的sdk打包发给我试试?

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-24 13:58:14
认可0

Stranger

10个粉丝

0

问答

5

专栏

6

资料

Stranger 2024-09-24 13:58:39
认可0

整体make all, 然后再去单独编译烧录uboot

James
James   回复   Stranger  2024-09-27 12:03:46
0

NAND: fmc_ip_ver_check(32): Check Flash Memory Controller v100 …fmc_ip_ver_check(38): Found
SPI Nand ID Table Version 2.7
drivers/mtd/nand/raw/fmc100/fmc100.c(819): BUG: Driver does not support this configure pagesize: 8192 and oobsize: 256.
Failed to wait boot running! The possible causes are as follows:

主要是这句日志的问题,是不是flash哪里配置不对?我是按照这个操作的

James

0个粉丝

1

问答

0

专栏

0

资料

James 2024-09-27 18:06:59
认可0

最终确定是WSL上的一些工具导致的,用UBUNTU不会有问题但是WSL编译可以通过,烧进去会出错

撒士大夫
撒士大夫   回复   James  2024-11-04 15:48:20
0

我也遇到了,我的是用Ubuntu编译的烧进去有问题,能问一下你怎么解决的吗?

或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
+ 添加网盘链接/附件

Markdown 语法

  • 加粗**内容**
  • 斜体*内容*
  • 删除线~~内容~~
  • 引用> 引用内容
  • 代码`代码`
  • 代码块```编程语言↵代码```
  • 链接[链接标题](url)
  • 无序列表- 内容
  • 有序列表1. 内容
  • 缩进内容
  • 图片![alt](url)
举报反馈

举报类型

  • 内容涉黄/赌/毒
  • 内容侵权/抄袭
  • 政治相关
  • 涉嫌广告
  • 侮辱谩骂
  • 其他

详细说明

易百纳技术社区