-
build-armbian里面的dtb 编译内核里面也有设备对应的dtb |
Beta Was this translation helpful? Give feedback.
Answered by
ophub
Dec 22, 2024
Replies: 1 comment 1 reply
-
实际用的是内核的,在打包脚本里可以看到代码,解压内核并覆盖同名文件了。 仓库的为人看的,方便查阅有哪些可用的dtb,方便测试新设备时找同家族的其他文件,更改/boot/uEnv.txt时好写 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bigmangos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
实际用的是内核的,在打包脚本里可以看到代码,解压内核并覆盖同名文件了。
仓库的为人看的,方便查阅有哪些可用的dtb,方便测试新设备时找同家族的其他文件,更改/boot/uEnv.txt时好写