Hi all,

I want to check with you if someone tried this scenario.
Load u-boot on main CPU (for me ARM cortex-a9)
and boot different cpu(for me Microblaze) with FIT image
or old u-boot image format.

IRC I have seen any code regarding this but I am not able
to find it out where. :-(

My current usage is that I do that steps by hand by
tftp 100000 kernel.bin (microblaze kernel in bin format with rootfs and dtb in 
it)
mwr 0xXXXXXX 0x1 (turn on microblaze via custom logic which jumps to 0x100000)
tftp 10000000 image.ub (download arm kernel)
bootm 0x10000000 (boot arm kernel)

I think that will be much better to have
both kernels in one FIT image and and use two configurations.
One for microblaze kernel and second for arm kernel
and boot it with one bootm command.

Simon: Is this configuration even supported by FIT image?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to