how can I get the source code of t4080 board

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

how can I get the source code of t4080 board

跳至解决方案
2,080 次查看
muaxi8
Contributor V

Where can I get the source code of t4080  board

0 项奖励
回复
1 解答
2,018 次查看
yipingwang
NXP TechSupport
NXP TechSupport

$ bitbake u-boot -c configure -f

Go to folder build_t4240rdb-64b/tmp/work/t4240rdb_64b-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/T4240RDB_config

$ $ make menuconfig

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,069 次查看
yipingwang
NXP TechSupport
NXP TechSupport

T4080 uses the same source code as T4240.

In QorIQ SDK 2.0 Yocto build environment, please run the following command.

$ bitbake u-boot -c patch -f

Get u-boot source code in build_t4240qds/tmp/work/t4240qds-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/

$ bitbake virtual/kernel -c patch -f

Get Linux Kernel source code in build_t4240qds/tmp/work/t4240qds-fsl-linux/linux-qoriq/4.1-r0/git/

0 项奖励
回复
2,067 次查看
muaxi8
Contributor V

I have another problem.

In QorIQ SDK 2.0 Yocto build environment, how to menuconfig the uboot ?

0 项奖励
回复
2,019 次查看
yipingwang
NXP TechSupport
NXP TechSupport

$ bitbake u-boot -c configure -f

Go to folder build_t4240rdb-64b/tmp/work/t4240rdb_64b-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/T4240RDB_config

$ $ make menuconfig

0 项奖励
回复