how can I get the source code of t4080 board

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

how can I get the source code of t4080 board

Jump to solution
1,325 Views
muaxi8
Contributor V

Where can I get the source code of t4080  board

0 Kudos
1 Solution
1,263 Views
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

View solution in original post

0 Kudos
3 Replies
1,314 Views
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 Kudos
1,312 Views
muaxi8
Contributor V

I have another problem.

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

0 Kudos
1,264 Views
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 Kudos