Build your own low load dtb file for your N1 Box

作者: shaneZhang 分类: 互联网技术 发布时间: 2020-04-02 14:37
git clone https://github.com/150balbes/Amlogic_s905-kernel.git
cd Amlogic_s905-kernel
vim arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts

using the keyword search code: interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
then replace 29 with 25
then save this file

make defconfig
make dtbs
cp arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dtb  ~
sudo mv /boot/dtb/amlogic/meson-gxl-s905d-phicomm-n1.dtb  /boot/dtb/amlogic/meson-gxl-s905d-phicomm-n1.dtb.bak
sudo mv ~/meson-gxl-s905d-phicomm-n1.dtb  /boot/dtb/amlogic/

Then reboot

本页面支持繁体中文友好显示:Build your own low load dtb file for your N1 Box

如果觉得我的文章对您有用,请随意打赏。如果有其他问题请联系博主QQ(909491009)或者下方留言!

发表回复