IMX8MP: Uboot and Linux Repo

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

IMX8MP: Uboot and Linux Repo

1,777 Views
Saqib
Contributor I

All,

1) Where can I find uboot files for i.MX 8M Plus EVK?

2) Is there any linux repo exists for this platform? If yes, where can I find the repo?

 

Thanks,

Saqib 

0 Kudos
Reply
1 Reply

1,755 Views
joanxie
NXP TechSupport
NXP TechSupport

1) you can download uboot standalone source code and build it, then get the uboot file under the  build folder

we also release the uboot demo images for downloading, you can find it from the link as below:
"https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

 

2) board doesn't have repo, you can build it on ubuntu by yourself

3.2 Setting up the repo utility
Repo is a tool built on top of Git that makes it easier to manage projects that contain multiple repositories, which do not need to be
on the same server. Repo complements very well the layered nature of the Yocto Project, making it easier for users to add their
own layers to the BSP.
To install the “repo” utility, perform these steps:
1. Create a bin folder in the home directory.
$ mkdir ~/bin (this step may not be needed if the bin folder already exists)
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
2. Add the following line to the .bashrc file to ensure that the ~/bin folder is in your PATH variable.
export PATH=~/bin:$PATH

 

 

0 Kudos
Reply