4580
- 收藏
- 点赞
- 分享
- 举报
关于3559av100烧写uboot的问题
大佬们救命了:'( ,3559av100这个破板子烧写到emmc出问题了,编译基础的emmc类型的uboot,会出现识别不到emmc的情况
--------------------------------分割线-----------------------------------
[code]System startup
Uncompress Ok!
U-Boot 2016.11 (Jun 30 2020 - 20:10:20 +0800)hi3559av100
Relocation Offset is: 1770d000
Relocating to 5ff0d000, new gd at 5fe6ce00, sp at 5fe6cdf0
MMC: No EMMC device found !
hisi-sdhci: 0
In: serial
Out: serial
Err: serial
Net: gmac0
Error: gmac0 address not set.
, gmac1
Error: gmac1 address not set.
start download process.
Boot started successfully!
Send command: mmc write 0x0 0x41000000 0x0 0x251
[EOT](ERROR)
执行命令失败,可能的原因如下:
1.请检查当前单板Flash与烧写分区中的Flash类型是否一致;
2.当前fastboot不支持该命令;
Failed to burn fastboot![/code]
--------------------------------------------------可怜的分割线---------------------------------------
然后就导致烧写失败了,然后神奇的是我把emmc的频率降低5M以后就能识别到emmc了,并且提示烧写成功!!!!
-----------------------------------------------分割线----------------------------
[code]System startup
Uncompress Ok!
U-Boot 2016.11 (Jun 30 2020 - 20:12:16 +0800)hi3559av100
Relocation Offset is: 1770d000
Relocating to 5ff0d000, new gd at 5fe6ce00, sp at 5fe6cdf0
MMC: ** First descriptor is NOT a primary desc on 0:1 **
MMC/SD Card:
MID: 0x15
Read Block: 512 Bytes
Write Block: 512 Bytes
Chip Size: 14910M Bytes (High Capacity)
Name: "AJTD4"
Chip Type: MMC
Version: 5.1
Speed: 195000000Hz
Bus Width: 8bit
Mode: HS400ES
hisi-sdhci: 0 (eMMC)
In: serial
Out: serial
Err: serial
Net: gmac0
Error: gmac0 address not set.
, gmac1
Error: gmac1 address not set.
start download process.
Boot started successfully!
Send command: mmc write 0x0 0x41000000 0x0 0x251
MMC write: dev # 0, block # 0, count 593 ... 593 blocks written: OK
[EOT](OK)
Fastboot burnt successfully!
Send command: reset
reset success![/code]
----------------------------------可怜如我的分割线------------------------------------
但是,更严重的问题来了,烧写成功后重启就只打印了一次空格,然后就没有任何反应了,uboot烧写到ddr里面可以正常运行,尝试在ddr里使用tftp烧写到emmc中,但是reset之后还是只打印一次空格,硬件的启动方式也检查好几次了,软件的 emmc 的 bus width 和 频率也改过了,但是不管怎么改就是无动于衷,大佬们,大神们,救救我!!!,有遇到过类似情况的大佬还请不吝赐教,十分感激!!!:'(
--------------------------------分割线-----------------------------------
[code]System startup
Uncompress Ok!
U-Boot 2016.11 (Jun 30 2020 - 20:10:20 +0800)hi3559av100
Relocation Offset is: 1770d000
Relocating to 5ff0d000, new gd at 5fe6ce00, sp at 5fe6cdf0
MMC: No EMMC device found !
hisi-sdhci: 0
In: serial
Out: serial
Err: serial
Net: gmac0
Error: gmac0 address not set.
, gmac1
Error: gmac1 address not set.
start download process.
Boot started successfully!
Send command: mmc write 0x0 0x41000000 0x0 0x251
[EOT](ERROR)
执行命令失败,可能的原因如下:
1.请检查当前单板Flash与烧写分区中的Flash类型是否一致;
2.当前fastboot不支持该命令;
Failed to burn fastboot![/code]
--------------------------------------------------可怜的分割线---------------------------------------
然后就导致烧写失败了,然后神奇的是我把emmc的频率降低5M以后就能识别到emmc了,并且提示烧写成功!!!!
-----------------------------------------------分割线----------------------------
[code]System startup
Uncompress Ok!
U-Boot 2016.11 (Jun 30 2020 - 20:12:16 +0800)hi3559av100
Relocation Offset is: 1770d000
Relocating to 5ff0d000, new gd at 5fe6ce00, sp at 5fe6cdf0
MMC: ** First descriptor is NOT a primary desc on 0:1 **
MMC/SD Card:
MID: 0x15
Read Block: 512 Bytes
Write Block: 512 Bytes
Chip Size: 14910M Bytes (High Capacity)
Name: "AJTD4"
Chip Type: MMC
Version: 5.1
Speed: 195000000Hz
Bus Width: 8bit
Mode: HS400ES
hisi-sdhci: 0 (eMMC)
In: serial
Out: serial
Err: serial
Net: gmac0
Error: gmac0 address not set.
, gmac1
Error: gmac1 address not set.
start download process.
Boot started successfully!
Send command: mmc write 0x0 0x41000000 0x0 0x251
MMC write: dev # 0, block # 0, count 593 ... 593 blocks written: OK
[EOT](OK)
Fastboot burnt successfully!
Send command: reset
reset success![/code]
----------------------------------可怜如我的分割线------------------------------------
但是,更严重的问题来了,烧写成功后重启就只打印了一次空格,然后就没有任何反应了,uboot烧写到ddr里面可以正常运行,尝试在ddr里使用tftp烧写到emmc中,但是reset之后还是只打印一次空格,硬件的启动方式也检查好几次了,软件的 emmc 的 bus width 和 频率也改过了,但是不管怎么改就是无动于衷,大佬们,大神们,救救我!!!,有遇到过类似情况的大佬还请不吝赐教,十分感激!!!:'(
我来回答
回答4个
时间排序
认可量排序
认可0
认可0
认可0
认可1
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2020-07-31 13:51:06
-
2020-05-06 19:18:44
-
2023-11-10 11:30:18
-
2020-04-01 16:35:54
-
2021-02-02 10:17:43
-
2023-01-11 14:52:21
-
2019-07-20 16:36:33
-
2020-05-25 16:14:06
-
2018-08-08 15:35:11
-
2019-10-10 10:01:06
-
2019-04-22 14:48:03
-
2019-10-28 16:20:56
-
2020-03-31 15:27:00
-
2019-01-14 18:17:23
-
2023-08-18 14:49:46
-
2020-08-13 14:28:21
-
2018-07-19 11:45:48
-
2019-06-05 15:24:15
-
2020-09-10 11:45:00
无更多相似问答 去提问
点击登录
-- 积分
-- E币
提问
—
收益
—
被采纳
—
我要提问
切换马甲
上一页
下一页
悬赏问答
-
5SS928的emmc有32GB,bootargs设置使用16GB,但是为啥能用的只有rootfs的大小
-
33SS928怎样烧写ubuntu系统
-
10ToolPlatform下载rootfs提示网络失败
-
10谁有GK7205V500的SDK
-
5Hi3516CV610 烧录不进去
-
10Hi3559AV100 芯片硬解码h265编码格式的视频时出现视频播放错误,解码错误信息 s32PackErr:码流有错
-
5海思SS928 / SD3403的sample_venc.c摄像头编码Demo中,采集到的摄像头的YUV数据在哪个相关的函数中?
-
5海鸥派openEuler无法启动网卡,连接WIFI存在问题
-
66有没有ISP相关的巨佬帮忙看看SS928对接IMX347的图像问题
-
50求助hi3559与FPGA通过SLVS-EC接口对接问题
举报反馈
举报类型
- 内容涉黄/赌/毒
- 内容侵权/抄袭
- 政治相关
- 涉嫌广告
- 侮辱谩骂
- 其他
详细说明
提醒
你的问题还没有最佳答案,是否结题,结题后将扣除20%的悬赏金
取消
确认
提醒
你的问题还没有最佳答案,是否结题,结题后将根据回答情况扣除相应悬赏金(1回答=1E币)
取消
确认