Git folder for t2080rdb

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

Git folder for t2080rdb

928 Views
monalihaware
Contributor III

Can any one send me git folder for t2080rdb? With the yocto sdk code for t2080rdb, my built code does not detect c29- EP present on the t2080rdb board . Thanks in advance 

0 Kudos
3 Replies

922 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download and install QorIQ Linux 2.0 ISO from https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk...

Please download and install QorIQ Linux SDK v2.0 SOURCE.iso and QorIQ Linux SDK v2.0 PPCE6500 Yocto Cache.iso, then build your image.

You could download the image ISO QorIQ Linux SDK v2.0 PPCE6500 IMAGE.iso

and use the images inside to do verification.

 

 

 

0 Kudos

918 Views
monalihaware
Contributor III

I have used the same ISOs and SDK and generated uboot.bin file for t2080rdb. The file it generates is used to be dumped into alternate
uboot area of NOR flash. And when i boot t2080rdb from alternate area of the NOR flash, it does not detect the c29 co-processor present on the rdb board.
So what is the difference between the BIN
generated using this SDK and the "u-boot-nor-2016.01+fslgit-r0.bin" -predefined image for t2080rdb (which detects the c29 co-processor)?

0 Kudos

840 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please rebuild u-boot with the following command.

$ bitbake u-boot -c cleansstate

$ bitbake u-boot

0 Kudos