Git folder for t2080rdb

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Git folder for t2080rdb

1,818 次查看
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 项奖励
回复
3 回复数

1,812 次查看
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 项奖励
回复

1,808 次查看
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 项奖励
回复

1,730 次查看
yipingwang
NXP TechSupport
NXP TechSupport

Please rebuild u-boot with the following command.

$ bitbake u-boot -c cleansstate

$ bitbake u-boot

0 项奖励
回复