30363
- 收藏
- 点赞
- 分享
- 举报
3516A SPI Flash使用32MB(MX25L25635F)无法启动
本帖最后由 twinboy 于 2015-12-24 19:49 编辑
使用MX25L12845E可以正常启动,但是换成MX25L25635F之后,按同样的方式把uboot、kernel、rootfs烧到32MB的flash里,重新上电之后没法启动,串口没有打印任何信息。SFC_BOOT_MODE加了上拉,选择了4byte启动方式,检查了各个配置,还是没法启动。
用Jlink配置DDR之后,把uboot载入到DDR中运行uboot,打印出来的信息如下:
U-Boot 2010.06 (Dec 23 2015 - 19:13:46)
Check spi flash controller v350... Found
Spi(cs1) ID: 0xC2 0x20 0x19 0xC2 0x20 0x19
SPI nor boot mode is 4 Bytes
Spi(cs1): Block:64KB Chip:32MB Name:"MX25L 256/257 35 E/F"
Spi(cs1): 4 addr SPI read:0x6,EB,0xc write:0x0,02,0xc erase:0x0,D8,0xc
num_chip of Spi: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
Wrong Image Format for bootm command
ERROR: can't get kernel image!
hisilicon #
蓝色两行是把uboot中.\drivers\mtd\spi\hisfc350\hisfc350.c中DEBUG打开之后输出的,
if (DEBUG) {
printf("Spi(cs%d): ", spi->chipselect);
if (spi->addrcycle == SPI_4BYTE_ADDR_LEN)
printf("4 addr SPI ");
else
printf("3 addr SPI ");
printf("read:0x%x,%02X,0x%x ",
spi->read->iftype,
spi->read->cmd,
spi->read->clock);
printf("write:0x%x,%02X,0x%x ",
spi->write->iftype,
spi->write->cmd,
spi->write->clock);
printf("erase:0x%x,%02X,0x%x\n",
spi->erase[0].iftype,
spi->erase[0].cmd,
spi->erase[0].clock);
}
红色部分的是不是有问题,iftype怎么会是6呢?
使用MX25L12845E可以正常启动,但是换成MX25L25635F之后,按同样的方式把uboot、kernel、rootfs烧到32MB的flash里,重新上电之后没法启动,串口没有打印任何信息。SFC_BOOT_MODE加了上拉,选择了4byte启动方式,检查了各个配置,还是没法启动。
用Jlink配置DDR之后,把uboot载入到DDR中运行uboot,打印出来的信息如下:
U-Boot 2010.06 (Dec 23 2015 - 19:13:46)
Check spi flash controller v350... Found
Spi(cs1) ID: 0xC2 0x20 0x19 0xC2 0x20 0x19
SPI nor boot mode is 4 Bytes
Spi(cs1): Block:64KB Chip:32MB Name:"MX25L 256/257 35 E/F"
Spi(cs1): 4 addr SPI read:0x6,EB,0xc write:0x0,02,0xc erase:0x0,D8,0xc
num_chip of Spi: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Hit any key to stop autoboot: 0
Wrong Image Format for bootm command
ERROR: can't get kernel image!
hisilicon #
蓝色两行是把uboot中.\drivers\mtd\spi\hisfc350\hisfc350.c中DEBUG打开之后输出的,
if (DEBUG) {
printf("Spi(cs%d): ", spi->chipselect);
if (spi->addrcycle == SPI_4BYTE_ADDR_LEN)
printf("4 addr SPI ");
else
printf("3 addr SPI ");
printf("read:0x%x,%02X,0x%x ",
spi->read->iftype,
spi->read->cmd,
spi->read->clock);
printf("write:0x%x,%02X,0x%x ",
spi->write->iftype,
spi->write->cmd,
spi->write->clock);
printf("erase:0x%x,%02X,0x%x\n",
spi->erase[0].iftype,
spi->erase[0].cmd,
spi->erase[0].clock);
}
红色部分的是不是有问题,iftype怎么会是6呢?
我来回答
回答43个
时间排序
认可量排序
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
认可0
加载中···
或将文件直接拖到这里
悬赏:
E币
网盘
* 网盘链接:
* 提取码:
悬赏:
E币
Markdown 语法
- 加粗**内容**
- 斜体*内容*
- 删除线~~内容~~
- 引用> 引用内容
- 代码`代码`
- 代码块```编程语言↵代码```
- 链接[链接标题](url)
- 无序列表- 内容
- 有序列表1. 内容
- 缩进内容
- 图片![alt](url)
相关问答
-
2017-03-27 15:12:35
-
2016-09-29 17:03:40
-
2019-04-24 22:39:12
-
2016-06-23 14:50:39
-
2019-07-17 19:56:42
-
2017-01-12 16:15:35
-
2016-04-20 11:39:24
-
2016-05-10 15:39:14
-
2015-01-27 15:28:13
-
2016-04-25 13:53:04
-
2016-10-08 11:54:09
-
2016-10-08 19:26:04
-
2013-12-26 15:34:08
-
2018-11-16 16:51:01
-
2016-01-22 11:33:15
-
2015-12-16 01:27:17
-
2017-11-24 09:59:34
-
2016-11-28 16:36:35
-
02020-06-11 12:38:39
无更多相似问答 去提问
点击登录
-- 积分
-- 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币)
取消
确认