mirror of
https://github.com/easytarget/MQ-Pro-IO.git
synced 2025-10-17 11:08:06 +01:00
hdmi dts link
This commit is contained in:
parent
51f432abd2
commit
05a6f07a5d
@ -5,6 +5,8 @@ https://manpages.ubuntu.com/manpages/focal/man1/dtc.1.html
|
||||
https://forum.armbian.com/topic/29626-mango-pi-mq-pro-d1-device-tree-try-to-okay-serial/
|
||||
https://github.com/torvalds/linux/tree/master/arch/riscv/boot/dts/allwinner
|
||||
|
||||
MangoPi/linux/arch/riscv/boot/dts/allwinner
|
||||
|
||||
## Notes for re-generating MQ PRO device tree (`.dtb`)
|
||||
My notes
|
||||
* By default the Device Tree compiler (`/usr/bin/dtc`) should already be installed, as should the linux-headers for the kernel.
|
||||
@ -14,7 +16,7 @@ Example here is against the 'default' 6.8.0-31 linux kernel from the Ubuntu 24.0
|
||||
* clean the `dtspp` folder: `rm dtspp/*`
|
||||
* edit and run `bake.sh` to precompile the files against the latest linux-headers
|
||||
* cd into the `dtspp` folder and run:
|
||||
`dtc sun20i-d1-mangopi-mq-pro.dts > dtb-6.8.0-31-mqpro`
|
||||
```dtc sun20i-d1-mangopi-mq-pro.dts > dtb-6.8.0-31-mqpro```
|
||||
modify the version to reflect the current headers
|
||||
* move the `.dtb` file into the `/boot` folder:
|
||||
`sudo mv dtb-6.8.0-31-mqpro /boot/dtbs`
|
||||
|
Loading…
x
Reference in New Issue
Block a user