Dear,
We want to start application program from bootloader, we have below questions:
- We we use I.MX6UL bootrom start BootLoader, we need use mkimage.sh, compile and generator bin file, then we convert to executable file.
- If we need use Bootloader run application program,whether application image also need convert by mkimage.sh?
- The file which convert by mkimage.sh is compressed file. we do not know its format, how about its start address, how to realize the the address jump, do you have example? Thanks.