Christian Willemsen Posted March 14 Posted March 14 Armbianmonitor: https://paste.armbian.com/peromuzibi Hi I was trying out Armbian_24.2.1_Odroidn2_bookworm_current_6.6.16_cinnamon_desktop.img.xz and its not booting when you have a usb hdd connected. It works pefectly fine on bullseye image. Also tryed some other hdd on usb Board variant: n2-plus Net: dunac_neson8b ethernet@ff3f0000: Can't get reset: -2 ethe: ethernet@ff310000 Hit any key to stop autoboot: 0 starting USB... Bus usb@ff500000: Register 3000140 MbrPorts 3 Starting the controller USB XHCI 1.10 scanning bus usbeff500000 for devices... unable to get device descriptor (error-1) WARN halted endpoint, queueing URB anyway. Unexpected XHCI event TRB, skipping... (f0f719c0 00000000 13000000 04008400) the https://paste.armbian.com/peromuzibi is the bullseye one. 0 Quote
usual user Posted March 14 Posted March 14 Out of curiosity, does it boot when you drop in my firmware build? dd bs=512 seek=1 conv=notrunc,fsync if=odroid-n2-plus/u-boot-meson.bin of=/dev/${entire-device-to-be-used} 0 Quote
Christian Willemsen Posted March 16 Author Posted March 16 What device ${entire-device-to-be-used}. Do i put here /dev/zram1: LABEL="log2ram" UUID="f669e3f4-c37a-47e0-9427-9839ee24afeb" BLOCK_SIZE="4096" TYPE="ext4" /dev/mmcblk1p1: LABEL="armbi_root" UUID="de04b6b8-a4ac-493b-bee1-92d2eaff5ff0" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="586ce220-01" /dev/zram0: UUID="9a68dd65-2939-47d0-a8a7-cb19f1afe9d8" TYPE="swap" /dev/sda is externe ubs its pluged out otherwise no boot 0 Quote
usual user Posted March 16 Posted March 16 49 minutes ago, Christian Willemsen said: What device ${entire-device-to-be-used}. Do i put here If the microSD card in the microSD card slot is the one with the Armbian_24.2.1_Odroidn2_bookworm_current_6.6.16_cinnamon_desktop.img.xz then it is: dd bs=512 seek=1 conv=notrunc,fsync if=odroid-n2-plus/u-boot-meson.bin of=/dev/mmcblk1 It is always the NAME that lsblk enumerates with the TYPE "disk". 0 Quote
Christian Willemsen Posted March 16 Author Posted March 16 im not using a microsd. im using the eMMC. /dev/mmcblk1p1 if im right? 0 Quote
Christian Willemsen Posted March 16 Author Posted March 16 I did the dev/mmcblk1 and yes it worked. 0 Quote
usual user Posted March 16 Posted March 16 22 minutes ago, Christian Willemsen said: it worked OK, then you're now on this version and it's not a general issue, it's about how Armbian's firmware is built. 0 Quote
c0rnelius Posted March 16 Posted March 16 My guess would be this patch; https://github.com/armbian/build/blob/main/patch/u-boot/v2022.10/meson64-boot-usb-nvme-scsi-first.patch But if its a spin up HDD, it could be PREBOOT and it isn't able to spin up the drive in time and halting the boot process. 0 Quote
usual user Posted March 16 Posted March 16 1 hour ago, c0rnelius said: My guess would be this patch Quite possible, because due to my migration to bootstd, this entire code block no longer exists for me. 0 Quote
Blaine Martin Posted July 31 Posted July 31 Just thought I'd let you all know I ran into this same issue. Had to manually (un)patch U-Boot and build from source. 0 Quote
Alexei Shcherbakov Posted August 28 Posted August 28 I have same issue on Armbian_24.8.1_Odroidn2_bookworm_current_6.6.47_minimal When usb-hdd is connected odroid cannot boot. Odroid spins hdd than restarts. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.