I am trying to build out the development environment for ls1043ardb dev board.
The idea is:
1. build uboot,linux kernel, rootfs for my 1043ardb board on vmware ubuntu guest os;
2. tftp the kernel, dtb for uboot to use;
3. set nfs from ubuntu host as the rootfs for uboot to bootup linux
4. bootm,booti ... on the ls1043ardb uboot command line interface.
Can anyone share me how to implement that idea into reality?
I have found plenty of images, binary files on the build/images directory, but i can not figure out which is which: which is the kernel, which is the device tree binary, how to tranfer those file to uboot and give right boot args to uboot...
Please help me to figure it out.
Thanks~