MichaIng
MichaIng
> Now error is about led-1: :( okay, "failed to get GPIO" sounds like something with the `gpios` properties is wrong. ```sh leds { compatible = "gpio-leds"; power_led: led-0 {...
Does the rk805 node exist, actually? ```sh ls -l /proc/device-tree/i2c@ff160000/pmic@18 ```
Yes that is a known change with Debian Trixie: classic wtmp has been removed, since it is inherently not Year 2038 safe. `wtmpdb` and `lastlog2` (for `lastlog` command) are the...
That information is actually missing in our Trixie article: https://dietpi.com/blog/?p=4014#other-changes Note-to-myself to add this tomorrow.
Yeah, one just arrived. Though I will add support for the Orange Pi 5 Ultra/CM5/4A first.
U-Boot source: https://github.com/orangepi-xunlong/u-boot-orangepi/tree/v2022.10-ky Kernel sources: https://github.com/orangepi-xunlong/linux-orangepi/tree/orange-pi-6.6-ky Not sure whether anyone is aiming for mainline kernel support. In case to monitor: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/riscv/boot/dts There seem to be no other board using...
Do you have a link for this info? Would be good, since that Banana Pi BPI-F3 is supported already, hence basic drivers and stuff should be there: - https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/riscv/boot/dts/spacemit -...
We will implement it into our Armbian fork for kernel and bootloader builds instead, and into our own image build system, not using the Orange Pi build system. Otherwise you...
Then the Orange Pi build system has an unnecessary limitation for `riscv64` boards right now, enforcing unstable Debian versions. However, as said, does not matter for us as we implement...
I agree this would be helpful. We can add name and load additionally, to the right side of the menu. Those whiptail menus have two fields. The left one is...