02-22-2024, 01:09 PM
(This post was last modified: 02-22-2024, 01:10 PM by Wizardknight.)
I am running Debian 12.5 on my Rock64. I am using the nightly images https://d-i.debian.org/daily-images/arm6...rd-images/ offered here.
The image works great for the most part.
I would really like to fix two things.
1. There is a 5v error related to the DTS file that has what looks like an easy patch to implement.
Described here: https://patchew.org/linux/20230421213841...@brun.one/
2. I would like to see the boot messages during boot time.
That requires removing the quiet option from the boot.scr file to the best of my understanding. As far as I can tell that requires it to be recompiled too.
Can anyone point me to a guide for doing these changes? I am fairly comfortable at the CLI, but I have never tried to compile like this before.
The image works great for the most part.
I would really like to fix two things.
1. There is a 5v error related to the DTS file that has what looks like an easy patch to implement.
Code:
rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator
rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22
rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv on device rockchip-pinctrl
reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back
Described here: https://patchew.org/linux/20230421213841...@brun.one/
2. I would like to see the boot messages during boot time.
That requires removing the quiet option from the boot.scr file to the best of my understanding. As far as I can tell that requires it to be recompiled too.
Can anyone point me to a guide for doing these changes? I am fairly comfortable at the CLI, but I have never tried to compile like this before.