T1023RDB .. U-Boot baseline code to use.. ?

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

T1023RDB .. U-Boot baseline code to use.. ?

Jump to solution
1,350 Views
Amit-Kumar
Contributor II

Hi ..

We recently purchased T1023RDB board from NXP. I just powered up the fresh board, it works fine with defaults (NOR Boot).

I need to build and modify the u-boot code and test on the RDB setup. Please let me know the baseline u-boot code base to use ?

0 Kudos
1 Solution
1,301 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please check downloads/git2/ folder.

yiping@flexbuild-790:~/QorIQ-SDK-V1.9-20151210-yocto$ ls downloads/git2/ | grep u-boot
git.freescale.com.ppc.sdk.u-boot.git

View solution in original post

0 Kudos
6 Replies
1,304 Views
Amit-Kumar
Contributor II

Sure .. I just want the tarball for u-boot.

"b25805@sun:/backup/b25805/QorIQ-SDK-V2.0-20160527-yocto$ ls downloads/ | grep u-boot
git2_git.freescale.com.ppc.sdk.u-boot.git.tar.gz"

When i download and install ISO ("Source: QorIQ Linux SDK v2.0") at a location (./install) and do ./host-prepare.sh
The u-boot tarball doesn't show up.

ls downloads/ | grep u-boot
hac-ammalik-1|/localdisk/QorId_sdk/QorIQ-SDK-V2.0-20160527-yocto$ ls downloads/ | grep u-boot
hac-ammalik-1|/localdisk/QorId_sdk/QorIQ-SDK-V2.0-20160527-yocto$

Is "./fsl-setup-env" necessary ?

0 Kudos
1,302 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please check downloads/git2/ folder.

yiping@flexbuild-790:~/QorIQ-SDK-V1.9-20151210-yocto$ ls downloads/git2/ | grep u-boot
git.freescale.com.ppc.sdk.u-boot.git

0 Kudos
1,259 Views
Amit-Kumar
Contributor II

Thanks, it worked .. Cloned from latest sdk-v2.0.x branch. Able to boot the code properly with my changes.

git clone git.freescale.com.ppc.sdk.u-boot.git -b sdk-v2.0.x

0 Kudos
1,282 Views
Amit-Kumar
Contributor II

Thanks, cloned from "sdk-v2.0.x" branch since this appeared the latest.

amit|</QorIq_sdk/QorIQ-SDK-V2.0-20160527-yocto/downloads/git2$ git clone git.freescale.com.ppc.sdk.u-boot.git -b sdk-v2.0.x
Cloning into 'git.freescale.com.ppc.sdk.u-boot'...
done.
Updating files: 100% (11097/11097), done.
amit|</QorIq_sdk/QorIQ-SDK-V2.0-20160527-yocto/downloads/git2$


Hope I'm set to go ?

0 Kudos
1,331 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please download "Source: QorIQ Linux SDK v2.0" ISO from https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/linux-sdk...

After install this ISO, you could get u-boot source code tar ball in downloads folder.

b25805@sun:/backup/b25805/QorIQ-SDK-V2.0-20160527-yocto$ ls downloads/ | grep u-boot
git2_git.freescale.com.ppc.sdk.u-boot.git.tar.gz

In addition, you could create a build project "source ./fsl-setup-env -m t1023rdb", run the following command to extract u-boot source code.

$ bitbake u-boot -c patch -f

You will get u-boot source code in folder build_t1023rdb/tmp/work/t1023rdb-fsl-linux/u-boot-qoriq/2016.09+fslgit-r0/git/.

0 Kudos
1,325 Views
Amit-Kumar
Contributor II

Thanks let me try this.

0 Kudos