Re: ARM image
Reply #1 –
ARMtix images are currently generic aarch64 only. Odroid N2 instructions can be found here. In short, both default kernel and -n2 one work. U-boot is provided by ALARM but they make all kernels installed as /boot/Image thus making it impossible to have 2 kernels installed at the same time. ARMtix kernels have version specific names instead to resolve conflict. Thus you need to have correct kernel in boot script
Serial console address depends on board and kernel. I can't predict all of them and our inits don't detect them automatically. Thus you have to manually add init script for proper tty (i don't know how to make it for s6 though, it's one of the reasons why i don't provide image for it)
I don't have any 32-bit ARM but migration process should be arch-independent