You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi and really thanks your your work.
Unfortunately i cant get ubuntu 22.04 to boot.
I did (on a debian 11 machine):
wget https://dl.sd-card-images.johang.se/boots/2024-01-01/boot-banana_pi_m2_plus.bin.gz
wget https://dl.sd-card-images.johang.se/debians/2024-01-08/debian-bullseye-arm64-ohdee3.bin.gz
zcat boot-banana_pi_m2_plus.bin.gz debian-bullseye-arm64-ohdee3.bin.gz > sd-card.img
dd if=sd-card.img of=/dev/sdd (the card has become deleted before and did not contain any partition)
afterwards the ssd contains 2 partions, where partition 1 is empty (except a textfile, that tells me, that this partion is not needed for the boot process)
but putting the freshly generated sd card into the SBC does no leed to any bootprocess. my M2+ simply doesnt do anything with this card (no bootlogo nor anything else)
any suggestions ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi and really thanks your your work.
Unfortunately i cant get ubuntu 22.04 to boot.
I did (on a debian 11 machine):
wget https://dl.sd-card-images.johang.se/boots/2024-01-01/boot-banana_pi_m2_plus.bin.gz
wget https://dl.sd-card-images.johang.se/debians/2024-01-08/debian-bullseye-arm64-ohdee3.bin.gz
zcat boot-banana_pi_m2_plus.bin.gz debian-bullseye-arm64-ohdee3.bin.gz > sd-card.img
dd if=sd-card.img of=/dev/sdd (the card has become deleted before and did not contain any partition)
afterwards the ssd contains 2 partions, where partition 1 is empty (except a textfile, that tells me, that this partion is not needed for the boot process)
but putting the freshly generated sd card into the SBC does no leed to any bootprocess. my M2+ simply doesnt do anything with this card (no bootlogo nor anything else)
any suggestions ?
EDIT: solved, i switched to armbian
Beta Was this translation helpful? Give feedback.
All reactions