SAMA5D3 support

I'm planning to buy this board, and I'd like to see if LEDE/OpenWRT supports it.

https://eu.mouser.com/new/atmel/atmel-sama5d3-xpld-evaluation-kit/

There is an option in the build system for SAMA5D3, but I don't know if the on board boot loader can boot the LEDE/OpenWRT image.

Does anyone have any experience with this board?

Thank you,
Levente

You should be covered: https://downloads.lede-project.org/snapshots/targets/at91/sama5/
http://lists.infradead.org/pipermail/lede-commits/2017-September/004683.html

Thanks. I have the board, and want to use the sam-ba to upload the firmware. My question is if there any qml file for this? Also, do you know which image goes to what address?

thanks,
Levente

I've successfully booted the kernel, however, it fails to mount the root FS.

...
[ 1.350000] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,5)
[ 1.350000] CPU: 0 PID: 1 Comm: swapper Not tainted 4.9.77 #0
[ 1.350000] Hardware name: Atmel SAMA5
[ 1.350000] Backtrace:
[ 1.350000] [] (dump_backtrace) from [] (show_stack+0x18/0x1c)
[ 1.350000] r7:cf74d000 r6:ffffffed r5:c04c86a8 r4:00000000
[ 1.350000] [] (show_stack) from [] (dump_stack+0x20/0x28)
[ 1.350000] [] (dump_stack) from [] (panic+0xc0/0x250)
[ 1.350000] [] (panic) from [] (mount_block_root+0x218/0x2ac)
[ 1.350000] r3:d3053b52 r2:d3053b52 r1:cf43deec r0:c0420774
[ 1.350000] r7:cf74d000
[ 1.350000] [] (mount_block_root) from [] (prepare_namespace+0x94/0x178)
[ 1.350000] r10:00000000 r9:c04c83c0 r8:c04c83c0 r7:c04ab78c r6:c04a2834 r5:c04a2858
[ 1.350000] r4:c04a2868
[ 1.350000] [] (prepare_namespace) from [] (kernel_init_freeable+0x180/0x1cc)
[ 1.350000] r5:0000002f r4:00000008
[ 1.350000] [] (kernel_init_freeable) from [] (kernel_init+0x10/0xf4)
[ 1.350000] r9:00000000 r8:00000000 r7:00000000 r6:00000000 r5:c038ed34 r4:00000000
[ 1.350000] [] (kernel_init) from [] (ret_from_fork+0x14/0x24)
[ 1.350000] r5:c038ed34 r4:00000000
[ 1.350000] Rebooting in 1 seconds..