当前位置:网站首页>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
边栏推荐
- MySQL高级(进阶)SQL语句
- Compile oglpg-9th-edition source code with clion
- PyTorch函数中的__call__和forward函数
- Preprocessing and preprocessing macros
- mysql备份后缀是什么_mysql备份还原
- #gStore-weekly | gStore源码解析(四):安全机制之黑白名单配置解析
- GMapping代码解析[通俗易懂]
- Hospital online inquiry source code hospital video inquiry source code hospital applet source code
- 潇洒郎:彻底解决Markdown图片问题——无需上传图片——无需网络——转发给他人图片无缺失
- 【测试开发】软件测试—概念篇
猜你喜欢
Use cheat engine to modify money, life and stars in Kingdom rush
MySQL advanced learning summary 7: MySQL data structure - Comparison of hash index, AVL tree, B tree and b+ tree
Excel查找一列中的相同值,删除该行或替换为空值
机器学习笔记 - 时间序列预测研究:法国香槟的月销量
【测试开发】软件测试—概念篇
Tutoriel (5.0) 10. Dépannage * fortiedr * fortinet Network Security expert NSE 5
论文导读 | 机器学习在数据库基数估计中的应用
In pytorch function__ call__ And forward functions
使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
Imitation Jingdong magnifying glass effect (pink teacher version)
随机推荐
R语言dplyr包na_if函数把向量数值中的控制转化为缺失值NA、按照映射规则把指定内容转化为缺失值NA
GMapping代码解析[通俗易懂]
Machine learning notes - time series prediction research: monthly sales of French champagne
Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management
Juypter notebook modify the default open folder and default browser
线程应用实例
R language uses Cox of epidisplay package Display function obtains the summary statistical information of Cox regression model (risk rate HR, adjusted risk rate and its confidence interval, P value of
拦截器与过滤器的区别
Learning summary of MySQL advanced 6: concept and understanding of index, detailed explanation of b+ tree generation process, comparison between MyISAM and InnoDB
Use cheat engine to modify money, life and stars in Kingdom rush
Hospital online inquiry source code hospital video inquiry source code hospital applet source code
Golang并发编程——goroutine、channel、sync
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据
Date tool class (updated from time to time)
Tutorial (5.0) 09 Restful API * fortiedr * Fortinet network security expert NSE 5
机器学习笔记 - 时间序列预测研究:法国香槟的月销量
C文件输入操作
ICDE 2023|TKDE Poster Session(CFP)
[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning
Qpropertyanimation use and toast case list in QT