Has anybody tips on creating an image for the Odroid HC4 as the manjaro image doesn´t update since a long time.
Thanks for your help
Has anybody tips on creating an image for the Odroid HC4 as the manjaro image doesn´t update since a long time.
Thanks for your help
Welcome to the EndeavourOS forum. I hope you enjoy your time here.
What are you trying to do? Set this up as a NAS ? Or a full blown desktop?
Archlinux ARM does not supply a kernel or a rootfs for the Odroid C4/HC4. Go to
https://archlinuxarm.org/packages
then type “linux” in the search box. On page 2 are the linux-odroid kernels.
Nothing for C4/HC4.
The first thing you could probably do is “borrow” the kernel, u-boot, and support modules from Manjaro.
Then the easiest way to create an image or rootfs is with the pacstrap command.
Here are the scripts that are used to create all the EndeavourOS ARM images.
https://github.com/endeavouros-arm/image-build-script
Running the script “script-image-build.sh” This will arch-chroot into “script-image-chroot.sh” and prepares the resulting image.
You can look at this and see what is involved.
The easiest way might be to use the following to develop a very basic rootfs then finish installing the “Arch Way”
https://archlinuxarm.org/platforms/armv8/generic
Or install Ubuntu as instructed here:
https://wiki.odroid.com/odroid-hc4/getting_started/os_installation_guide#tab__odroid-c4hc4
Pudge