09-04-2024, 10:35 AM
All images have idbloader and uboot in 1st 16M
Assume that it is a xz compressed image, if any compressed file is corrupt it will error out
xzcat image|dd of=/dev/sdcard bs=1M ; sync (replace sdcard with appropriate device)
But, BUT, if manjaro is on emmc, it may prevent uSD boot (since emmc has priority in search order for idbloader)
(and manjaro's uboot is defective)
test by disabling emmc (or removing) and see if it now boots
if so, do switch dance (so you have a dev for emmc, then change uboot there) or install tow-boot to SPI
Assume that it is a xz compressed image, if any compressed file is corrupt it will error out
xzcat image|dd of=/dev/sdcard bs=1M ; sync (replace sdcard with appropriate device)
But, BUT, if manjaro is on emmc, it may prevent uSD boot (since emmc has priority in search order for idbloader)
(and manjaro's uboot is defective)
test by disabling emmc (or removing) and see if it now boots
if so, do switch dance (so you have a dev for emmc, then change uboot there) or install tow-boot to SPI