Results 2621 comments of MichaIng

Can you again try to flash U-Boot after installing the edge packages: ```sh . /usr/lib/u-boot/platform_install.sh write_uboot_platform "$DIR" "$(lsblk -npo PKNAME "$G_ROOTFS_DEV")" ``` It is strange that neither the smoke tests,...

> even that deitpi is a debian buster one if I remember well. That is interesting, the user on the Armbian forum who wasn't able to replicate as well ran...

Ah sorry, I forgot that it's an Armbian system now. Please try to disable armbian-ramlog via `armbian-config`, or via: ```sh systemctl disable armbian-ramlog reboot ``` I hope we see some...

Okay, so reboot works with eMMC but using the same image on SD card, reboot does not work? That would be a good hint for the Armbian forum for devs...

I generated a new image, from scratch this time: https://dietpi.com/downloads/images/testing/ I'm not aware of a solution for the reboot issue, but who knows 😉.

Hmm, you mean the current testing image does not boot at all from SD card, it only, as the previous one, does not boot on `reboot`?

> but with sdcard and mmc insert at the same time it booted from sdcard That is very confusing 😄. It is strange, in the logs I see that it...

Many thanks for your report. Seems similar: #5385 Just not the GPIO sysfs interface but the one for the LEDs. I wonder whether [this](https://forum.armbian.com/topic/20003-nanopi-neo-leds-and-jammy/) is the same with stable/supported kernel...

So on device tree end, the LEDs are there, the correct default trigger is shown etc, but only the sysfs interface to change the triggers is missing. In case of...