当前位置:网站首页>Quanzhi A33 uses mainline u-boot
Quanzhi A33 uses mainline u-boot
2022-07-02 19:19:00 【Zhao Kaixin xiansen】
First, choose one uboot edition The website links , As shown in the figure below ,
Unzip it , Then use the command git clone https://github.com/linux-sunxi/sunxi-tools obtain sunxi-tools, Then enter sunxi-tools Directory execution make, The following error is reported
Setting version information: c21f4a60
cc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -o sunxi-fexc fexc.c script.c script_uboot.c script_bin.c script_fex.c
cc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ -o sunxi-bootinfo bootinfo.c
cc -std=c99 -Wall -Wextra -Wno-unused-result -D_POSIX_C_SOURCE=200112L -D_BSD_SOURCE -D_DEFAULT_SOURCE -Iinclude/ `pkg-config --cflags libusb-1.0` `pkg-config --cflags zlib` -o sunxi-fel \
fel.c fit_image.c progress.c soc_info.c fel_lib.c fel-spiflash.c `pkg-config --libs libusb-1.0` `pkg-config --libs zlib` -lfdt
fit_image.c:19:10: fatal error: libfdt.h: No such file or directory
19 | #include <libfdt.h>
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:145: sunxi-fel] Error 1
Carry out orders apt-get install libfdt-dev that will do , And then again make, The success is as follows .
Then compile uboot,make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- A33-OLinuXino_defconfig ,make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- -j8, Just compile , A successful compilation will generate u-boot-sunxi-with-spl.bin file , And then execute ./sunxi-tools/sunxi-fel uboot u-boot/u-boot-sunxi-with-spl.bin Command is enough
边栏推荐
- Golang并发编程——goroutine、channel、sync
- C file input operation
- Emmet basic syntax
- Juypter notebook modify the default open folder and default browser
- R language ggplot2 visualization: visualize the line chart and add customized X-axis label information to the line chart using labs function
- 高频面试题
- [fluent] dart data type (VaR data type | object data type)
- [100 cases of JVM tuning practice] 02 - five cases of virtual machine stack and local method stack tuning
- Stm32g0 USB DFU upgrade verification error -2
- Golang concurrent programming goroutine, channel, sync
猜你喜欢

Machine learning notes - time series prediction research: monthly sales of French champagne

Learning summary of MySQL advanced 6: concept and understanding of index, detailed explanation of b+ tree generation process, comparison between MyISAM and InnoDB

使用CLion编译OGLPG-9th-Edition源码

教程篇(5.0) 10. 故障排除 * FortiEDR * Fortinet 網絡安全專家 NSE 5

Web2.0的巨头纷纷布局VC,Tiger DAO VC或成抵达Web3捷径
![[0701] [paper reading] allowing data imbalance issue with perforated input during influence](/img/c7/9b7dc4b4bda4ecfe07aec1367fe059.png)
[0701] [paper reading] allowing data imbalance issue with perforated input during influence

【测试开发】软件测试—概念篇

拦截器与过滤器的区别

Develop fixed asset management system, what voice is used to develop fixed asset management system

思维意识转变是施工企业数字化转型成败的关键
随机推荐
C的内存管理
QT中的QPropertyAnimation使用和toast案列
思维意识转变是施工企业数字化转型成败的关键
学习八股文的知识点~~1
Yunna | why use the fixed asset management system and how to enable it
Mysql高级篇学习总结8:InnoDB数据存储结构页的概述、页的内部结构、行格式
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据
Web2.0的巨头纷纷布局VC,Tiger DAO VC或成抵达Web3捷径
C文件输入操作
Imitation Jingdong magnifying glass effect (pink teacher version)
2022软件工程期末考试 回忆版
【JVM调优实战100例】01——JVM的介绍与程序计数器
Golang并发编程——goroutine、channel、sync
2022编译原理期末考试 回忆版
mybatiesHelperPro工具必须的可以生成到对应项目文件夹下
日期工具类(不定时更新)
Learn the knowledge points of eight part essay ~ ~ 1
STM32G0 USB DFU 升级校验出错-2
Machine learning notes - time series prediction research: monthly sales of French champagne
The R language dplyr package rowwise function and mutate function calculate the maximum value of multiple data columns in each row in the dataframe data, and generate the data column (row maximum) cor