as I am using openSuSE for years on my notebook, I’d like to install it on my ODROID-C2 device. Fortunately, there is a current openSuSE image available and a wiki page for the C2: https://en.opensuse.org/HCL:OdroidC2
The wiki page was written by afaerber@suse.de
I expected that it is only necessary to copy the image onto the sdcard using dd (like it says on the wiki page). But the device will not boot then. It only stays stuck before any output is shown.
Is there any advice on how to do it correctly? Where do I see who created the recent C2 image? Maybe this is who to ask.
There is also a point “manual installation” but I do not see how to make the device find the boot partition or the kernel then.
.raw*
sudo mount -o loop,ro /dev/loop0p2 /media/susepart2
Afterwards I just deleted all the ubuntu on the second partition on the SD card and synced the mounted opensuse files to the card:
*
sudo rm -rf /media/sdpart2/*
sudo rsync -a /media/susepart2 /media/sdpart2*
Finally, the boot.ini under /media/sdpart1/ may no longer have the kernel readonly parameter, but needs to use rw, i.e. replace