This commit is contained in:
Ubuntu 2024-04-29 01:26:41 +00:00
parent 9a3236e684
commit 51f432abd2

View File

@ -1,6 +1,9 @@
# Rebuild dts tree fo MQ pro.. # Rebuild dts tree fo MQ pro..
see: https://manpages.ubuntu.com/manpages/focal/man1/dtc.1.html see:
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
## Notes for re-generating MQ PRO device tree (`.dtb`) ## Notes for re-generating MQ PRO device tree (`.dtb`)
My notes My notes
@ -36,4 +39,13 @@ Initially we will test the new dtb:
### Make this permanent in grub ### Make this permanent in grub
ToDo ToDo
## Issues
**No HDMI output** - this is either a blocker.. or fine for a headless system
### Bonus
The onboard (blue) status LED can be controlled via the sys tree:
`sudo sh -c "echo 1 > /sys/devices/platform/leds/leds/blue\:status/brightness"` to turn on
`sudo sh -c "echo 1 > /sys/devices/platform/leds/leds/blue\:status/brightness"` to turn off
You can make it flash as wifi traffic is seen with:
`sudo sh -c "echo phy0rx > /sys/devices/platform/leds/leds/blue\:status/trigger"`