I am trying to get alpine linux to boot on my omnia but it gets stuck at Starting kernel ... and then resets after about a minute.
This is how I am trying to boot it:
=> setenv bootargs earlyprintk console=ttyS0,115200
=> load mmc 0:1 ${fdt_addr_r} armada-385-turris-omnia.dtb
19617 bytes read in 21 ms (912.1 KiB/s)
=> load usb 0:1 ${kernel_addr_r} boot/vmlinuz-lts
6251008 bytes read in 480 ms (12.4 MiB/s)
=> load usb 0:1 ${ramdisk_addr_r} boot/initramfs-lts
6743161 bytes read in 525 ms (12.2 MiB/s)
=> bootz ${kernel_addr_r} ${ramdisk_addr_r}:${filesize} ${fdt_addr_r}
## Flattened Device Tree blob at 02000000
Booting using the fdt blob at 0x2000000
Loading Ramdisk to 0f991000, end 0ffff479 ... OK
Loading Device Tree to 0f989000, end 0f990ca0 ... OK
Starting kernel ...
The dtb file is loaded from mmc where I have openwrt installed.
I have never used u-boot before so I am stuggling to debug why this does not work.
Debian on Omnia, I was not aware of that. It looks advanced. Does anyone have tar.gz snapshot backup that could be easily imported into omnia btrfs filesystem ? That would be supercool.