On 09/12/17 18:33, Guenter Roeck wrote:Yes, I got that far ...
Hi folks,
I am playing with qemu's mps2-an385 emulation and try to get Linux to boot with it,
so far with little (ie no) success.
Is a working kernel configuration for this board available somewhere ?
make ARCH=arm mps2_defconfig
would give you an Image and mps2-an385.dtb suitable for AN385.
You also need a simple wrapper to pass control to kernel... I think
you can get some clue from [1] as well.
[1] https://community.arm.com/dev-platforms/b/documents/posts/instructions-for-running-uclinux-on-arm-s-mps2-platform
Cheers
Vladimir
Thanks,
Guenter