Description
Readme file states: "use a full AD provided linux build, just replace BOOT.BIN and device tree file from this build and it should be able to mount the SD card as the root file system".
Question: where to get a compatible "full ad provided linux build", or rootfs image, given that I'm not new to linux, partitioning, bootloaders and everything - and I'm successfully booting current firmware to ramdisk from sd card.
I do understand that fat32 partition is used to boot loader and kernel, and it should be mounting ext partition as root. It would be nice if someone can point me in the direction of compatible rootfs image. Maybe there are build instructions how to compile it?
Goal is to setup linux on sd card so I can develop and compile some software on the device itself.
Thank you.