当前位置:网站首页>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
边栏推荐
- R语言使用epiDisplay包的lrtest函数对多个glm模型(logisti回归)执行似然比检验(Likelihood ratio test)对比两个模型的性能是否有差异、广义线性模型的似然比检
- 新手必看,点击两个按钮切换至不同的内容
- PHP非对称加密方法私钥及公钥加密解密的方法
- Page title component
- Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比
- mysql备份后缀是什么_mysql备份还原
- Golang并发编程——goroutine、channel、sync
- R language ggplot2 visualization: gganimate package creates dynamic histogram animation (GIF) and uses transition_ The States function displays a histogram step by step along a given dimension in the
- [论文阅读] CA-Net: Leveraging Contextual Features for Lung Cancer Prediction
- 2022.7.1-----leetcode.241
猜你喜欢

yolov3 训练自己的数据集之生成train.txt

Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management

为什么要做企业固定资产管理系统,企业如何加强固定资产管理
![[daily question] the next day](/img/8a/18329bd9b4a3a4445c8fbbc1ce562b.png)
[daily question] the next day

End-to-End Object Detection with Transformers(DETR)论文阅读与理解
![[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
![[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning](/img/54/8a18cd30e6186528599c0556b1ee3b.png)
[100 cases of JVM tuning practice] 03 -- four cases of JVM heap tuning

Imitation Jingdong magnifying glass effect (pink teacher version)

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

How to copy and paste interlaced in Excel
随机推荐
How to delete the border of links in IE? [repeat] - how to remove borders around links in IE? [duplicate]
mysql备份后缀是什么_mysql备份还原
IEDA refactor的用法
Mysql高级篇学习总结7:Mysql数据结构-Hash索引、AVL树、B树、B+树的对比
仿京东放大镜效果(pink老师版)
R语言dplyr包rowwise函数、mutate函数计算dataframe数据中多个数据列在每行的最大值、并生成行最大值对应的数据列(row maximum)
高级性能测试系列《24. 通过jdbc执行sql脚本》
What is 9D movie like? (+ common sense of dimension space)
【测试开发】一文带你了解什么是软件测试
Markdown basic grammar
开发固定资产管理系统,开发固定资产管理系统用什么语音
R语言使用epiDisplay包的lrtest函数对多个glm模型(logisti回归)执行似然比检验(Likelihood ratio test)对比两个模型的性能是否有差异、广义线性模型的似然比检
数字滚动带动画
【JVM调优实战100例】03——JVM堆调优四例
《病人家属,请来一下》读书笔记
论文导读 | 关于将预训练语言模型作为知识库的分析与批评
reduce--遍历元素计算 具体的计算公式需要传入 结合BigDecimal
ORA-01455: converting column overflows integer datatype
Golang concurrent programming goroutine, channel, sync
Progress progress bar