HW: OrangePi5 Plus 32 32 GB RAM
512 GB NVME
5K Monitor
Image: Armbian_25.8.1_Orangepi5-plus_trixie_vendor_6.1.115_xfce_desktop.img
prepare system before each case
dd if=u-boot-V2024.04-orangepi5-plus-spi.img of=/dev/mtdblock0
flash_erase /dev/mtd0 0 0
case 1:
1. copy image to 64GB uSD
2. booting
3. system comes up with xfce
4. sudo apt-get -y update; apt-get -y upgrade
5. reboot
6. system comes up, without desktop. system is reachable with ssh
case 2:
1. copy image to 64GB uSD
2. booting
3. system comes up with xfce
4. armbian-install
5. choose boot from mtd flash
6. choose nvme0n1p1
6. update mtdblock0
7. reboot
8. system comes up, without desktop. system is reachable with ssh
any idea whats going wrong?