当前位置:网站首页>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
边栏推荐
- What is 9D movie like? (+ common sense of dimension space)
- R language dplyr package filter function filters dataframe data. If the name of the data column (variable) to be filtered contains quotation marks, you need to use!! SYM syntax processing, otherwise n
- Kubernetes three open interfaces first sight
- 新手必看,点击两个按钮切换至不同的内容
- [test development] software testing - concept
- 《病人家属,请来一下》读书笔记
- Web2.0的巨头纷纷布局VC,Tiger DAO VC或成抵达Web3捷径
- 云呐|为什么要用固定资产管理系统,怎么启用固定资产管理系统
- R language uses the lsnofunction function function of epidisplay package to list all objects in the current space, except user-defined function objects
- R语言使用epiDisplay包的cox.display函数获取cox回归模型汇总统计信息(风险率HR、调整风险率及其置信区间、模型系数的t检验的p值、Wald检验的p值和似然比检验的p值)、汇总统计
猜你喜欢

Compile oglpg-9th-edition source code with clion

STM32G0 USB DFU 升级校验出错-2

In pytorch function__ call__ And forward functions

juypter notebook 修改默认打开文件夹以及默认浏览器

论文导读 | 关于将预训练语言模型作为知识库的分析与批评

End-to-End Object Detection with Transformers(DETR)论文阅读与理解

Excel查找一列中的相同值,删除该行或替换为空值

守望先锋世界观架构 ——(一款好的游戏是怎么来的)

What is 9D movie like? (+ common sense of dimension space)

Markdown基础语法
随机推荐
Compile oglpg-9th-edition source code with clion
R language ggplot2 visual Facet: gganimate package is based on Transition_ Time function to create dynamic scatter animation (GIF)
数据降维——主成分分析
【测试开发】软件测试—概念篇
GMapping代码解析[通俗易懂]
Excel如何进行隔行复制粘贴
教程篇(5.0) 09. RESTful API * FortiEDR * Fortinet 网络安全专家 NSE 5
守望先锋世界观架构 ——(一款好的游戏是怎么来的)
ORA-01455: converting column overflows integer datatype
MySQL高级(进阶)SQL语句
R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
NPOI导出Excel2007
Learn the knowledge points of eight part essay ~ ~ 1
R语言dplyr包filter函数筛选dataframe数据、如果需要筛选的数据列(变量)名称中包含引号则需要使用!!sym语法处理、否则因为无法处理引号筛选不到任何数据
Introduction to the paper | application of machine learning in database cardinality estimation
[test development] takes you to know what software testing is
机器学习笔记 - 时间序列预测研究:法国香槟的月销量
预处理和预处理宏
How performance testing creates business value
[test development] software testing - concept