当前位置:网站首页>1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
1--新唐nuc980 NUC980移植 UBOOT,从外部mx25l启动
2022-07-06 18:41:00 【黑暗中的一束光1023】
1.下载官方源码U-boot

2.修改配置支持外部spi nor flash
https://blog.csdn.net/LOTOOHE/article/details/114291715
3.增加CONFIG_BOOTCOMMAN

4.make
5.烧录u-boot.bin

6.烧录env.txt

7.验证
[13:36:05.603]
[13:36:05.606] NUC980 IBR 20180813
[13:36:05.606] Boot from SPI-NOR
[13:36:05.616] DDR-OK
[13:36:05.877] 4g4096 MiB
[13:36:05.925] SF: Detected MX25L25635F with page size 256 Bytes, erase size 64 KiB, total 32 MiB
[13:36:07.263] *** Warning - bad CRC, using default environment
[13:36:07.275]
[13:36:07.285] In: serial
[13:36:07.286] Out: serial
[13:36:07.286] Err: serial
[13:36:07.305] Net: Net Initialization Skipped
[13:36:07.315] No ethernet found.
[13:36:07.315] Hit any key to stop autoboot: 3
2
1
0
[13:36:10.326] SF: Detected MX25L25635F with page size 256 Bytes, erase size 64 KiB, total 32 MiB
[13:36:10.335] device 0 offset 0x200000, size 0x800000
[13:36:12.263] SF: 8388608 bytes @ 0x200000 Read: OK
[13:36:12.266] Wrong Image Format for bootm command
[13:36:12.276] ERROR: can’t get kernel image!
[13:36:12.276] =>
下一步kernel
边栏推荐
- Cat recycling bin
- Detailed explanation of line segment tree (including tested code implementation)
- postgresql 之 数据目录内部结构 简介
- 本周 火火火火 的开源项目!
- Zabbix 5.0:通过LLD方式自动化监控阿里云RDS
- Integrated navigation: product description and interface description of zhonghaida inav2
- Dall-E Mini的Mega版本模型发布,已开放下载
- [C # notes] use file stream to copy files
- 低代码平台中的数据连接方式(上)
- freeswitch拨打分机号源代码跟踪
猜你喜欢

ROS learning (26) dynamic parameter configuration

云原生混部最后一道防线:节点水位线设计

本周 火火火火 的开源项目!

Correct use of BigDecimal

New generation cloud native message queue (I)

Lidar: introduction and usage of ouster OS

Detailed explanation of line segment tree (including tested code implementation)

Lumion 11.0 software installation package download and installation tutorial

Stm32f4 --- PWM output
![[paper reading | deep reading] dngr:deep neural networks for learning graph representations](/img/8e/41a80131c6ec7a7cdffe4a77012fed.png)
[paper reading | deep reading] dngr:deep neural networks for learning graph representations
随机推荐
企业中台建设新路径——低代码平台
[server data recovery] data recovery case of a Dell server crash caused by raid damage
RC振荡器和晶体振荡器简介
Sensor: DS1302 clock chip and driver code
Why am I warned that the 'CMAKE_ TOOLCHAIN_ FILE' variable is not used by the project?
ZABBIX 5.0: automatically monitor Alibaba cloud RDS through LLD
TiFlash 源码阅读(四)TiFlash DDL 模块设计及实现分析
[unity notes] screen coordinates to ugui coordinates
最近小程序开发记录
阿里云中间件开源往事
Robot team learning method to achieve 8.8 times human return
Several classes and functions that must be clarified when using Ceres to slam
红外相机:巨哥红外MAG32产品介绍
PostgreSQL图形化界面工具之pgAdmin4
FLIR blackfly s usb3 industrial camera: how to use counters and timers
Lombok同时使⽤@Data和@Builder 的坑
Treadpoolconfig thread pool configuration in real projects
pgpool-II和pgpoolAdmin的使用
张平安:加快云上数字创新,共建产业智慧生态
postgresql之整体查询大致过程