how can I get the source code of t4080 board

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

how can I get the source code of t4080 board

ソリューションへジャンプ
2,076件の閲覧回数
muaxi8
Contributor V

Where can I get the source code of t4080  board

0 件の賞賛
返信
1 解決策
2,014件の閲覧回数
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,065件の閲覧回数
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,063件の閲覧回数
muaxi8
Contributor V

I have another problem.

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

0 件の賞賛
返信
2,015件の閲覧回数
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 件の賞賛
返信