01-18-2024
07:31 PM
1,073 次查看
trongthinh
Contributor IV
I have a system running iMX6 using linux kernel 3.10.17. This system is based on iMX6 Sabresd evaluation board. Currently I lost its Yocto BSP and can't find it on the internet. Please share with me the official Yocto BSP release of iMX6 sabresd. This Yocto BSP supports linux kernel 3.10.17. I know this BSP is no longer supported and in use and I need it to keep the system running and will resolve issues that arise myself.
已解决! 转到解答。
1 解答
01-19-2024
12:35 AM
1,057 次查看
you can search it from nxp official website as below
2 回复数
01-19-2024
01:41 AM
1,054 次查看
trongthinh
Contributor IV
From the document I do the following steps to download the bsp:
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ git config --global user.name "Your Name"
$ git config --global user.email "Your Email"
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
But I got error:
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
I think the server is down, is there any alternative solution?
$ mkdir fsl-release-bsp
$ cd fsl-release-bsp
$ git config --global user.name "Your Name"
$ git config --global user.email "Your Email"
$ repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
But I got error:
fatal: cannot obtain manifest git://git.freescale.com/imx/fsl-arm-yocto-bsp.git
I think the server is down, is there any alternative solution?
