Hi, On Tue, Feb 13, 2024 at 02:42:29PM +0100, Marcin Juszkiewicz wrote: > > > > The one SA1110 machine: > > > > > > collie Sharp SL-5500 (Collie) PDA (SA-1110) > > > > > I do test collie. > > Can you share kernel/initrd/config? I wanted to boot something at 20th > anniversary of buying one but was unable to build anything bootable on > either QEMU/collie or physical one. >
You'll find it at https://github.com/groeck/linux-build-test/tree/master/rootfs/arm Essentially it is collie_defconfig plus some additional configuration options (BLK_DEV_INITRD and EABI are essential), and the rootfs is rootfs-sa110.cpio.gz. It boots from initrd. I never managed to get it booting from flash. Guenter