git://git.freescale.com/imx/fsl-arm-yocto-bsp.git how to fix this?

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

git://git.freescale.com/imx/fsl-arm-yocto-bsp.git how to fix this?

4,520 Views
nrutal
Contributor I

I'm Working with some book, trying to execute this command:

repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-morty -m imx-4.9.11-1.00_ga.xml

after some browsing I understand that git.freescale.com is dead.

How do I advance from here ?

what's the fix, new repo?

Thanks.

Labels (3)
Tags (1)
0 Kudos
2 Replies

3,823 Views
joanxie
NXP TechSupport
NXP TechSupport

for 4.9.11, you can use the build command like this:

"repo init -u https://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp -b imx-morty -m imx-4.9.11-1.0.0_ga.xml"

3,823 Views
bryanthomas
NXP Employee
NXP Employee

Please review documentation for a current BSP here: i.MX Software and Development Tools | NXP 

https://www.nxp.com/webapp/Download?colCode=L4.19.35_1.1.0_LINUX_DOCS 

4.14 or 4.19 for example would be a better place to start.

repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-sumo -m imx-4.14.98-2.0.0_ga.xml

0 Kudos