How to load U-boot image to T1042D4RDB board as bootloader

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to load U-boot image to T1042D4RDB board as bootloader

858 Views
yusufalti333
Contributor IV

Hello, I'm new with yocto and U-boot. I built my own linux image using yocto for QorIQT1042 processor and I also built an U-boot image. My question is, how can I use U-boot as bootloader on my T1042D4RDB board using my own image. In my <yocto_path>/build_mpx1042/tmp/deploy/images/mpx1042 folder, I have u-bootmpx1042.bin, u-boot-nand.bin, u-boot-nor.bin, u-boot-spi.bin, fsl-image-full-mpx1042.tar.gz,modules-mpx1042.tgz .. and so on and in my <yocto_path>/build_mpx1042/tmp/work/mpx1042-fsl-linux/u-boot-qoriq/2016.01+fslgit-r0/git file I have some kind of U-boot files and folders. As I mentioned before, I have never worked with yocto and u-boot before. Briefly, I want to deploy my own linux image to my own board using u-boot as bootloader. What should I do with these files. Thanks for the answers.

0 Kudos
1 Reply

720 Views
bpe
NXP Employee
NXP Employee

QorIQ SDK image deployment instructions for T1040D4RDB/T1042D4RDB can
be found in  the SDK online documentation.

Deployment on a custom board is in principle not different from deployment
on an RDB. Yocto creates several u-Boot binaries for different types
of boot media. Unlike a reference design or development system, an
application board typically supports a single boot ROM or media type.
Select the one that is appropriate for your board, u-Boot binary
image names are self-explanatory. If your custom
board has the boot Flash empty, this article explains how to populate
the Flash via JTAG.

Hope this helps,

Platon

0 Kudos