"NXP, i.MX 6UL" 修訂間的差異
(→Build) |
(→Build) |
||
行 8: | 行 8: | ||
$: chmod a+x ~/bin/repo | $: chmod a+x ~/bin/repo | ||
$: PATH=${PATH}:~/bin | $: PATH=${PATH}:~/bin | ||
+ | </pre> | ||
+ | ** Download the BSP Yocto Project Environment into your directory | ||
+ | <pre> | ||
+ | $: mkdir fsl-arm-yocto-bsp | ||
+ | $: cd fsl-arm-yocto-bsp | ||
+ | $: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth | ||
+ | $: repo sync | ||
</pre> | </pre> | ||
== Patches == | == Patches == | ||
i.MX6UL: i.MX 6UltraLite Processor | i.MX6UL: i.MX 6UltraLite Processor |
於 2019年11月13日 (三) 22:39 的修訂
Build
- Get fsl_yocto-L4.1.15_2.0.0-ga.tar.gz
- Install the `repo` utility: (only need to do this once)
$: mkdir ~/bin $: curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $: chmod a+x ~/bin/repo $: PATH=${PATH}:~/bin
- Download the BSP Yocto Project Environment into your directory
$: mkdir fsl-arm-yocto-bsp $: cd fsl-arm-yocto-bsp $: repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-4.1-krogoth $: repo sync
Patches
i.MX6UL: i.MX 6UltraLite Processor