hi,all
I'm developing a new board based on the IMX6Q.
I had load u-boot.bin to ram , it run successfully.
Meanwhile,can i load my custom uImage to Ram by sb_loader.
I had try to do that,the step is as follws:
->sb_loader -nojump -f
->sb_loader -trans 0x10800000 -f uImage
->sb_loader -exec 0x27800000
Any clue about the question?