Sunday, June 24, 2018

freescale rocko

release note
http://freescale.github.io/doc/release-notes/2.4/

Source
$mkdir ~/bin
$curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$chmod a+x ~/bin/repo
$PATH=${PATH}:~/bin
$mkdir fsl-community-bsp
$cd fsl-community-bsp
$repo init -u https://github.com/Freescale/fsl-community-bsp-platform -b rocko
$repo sync
$MACHINE=imx6qdlsabresd DISTRO=fslc-framebuffer ./setup-environment imx6
$bitbake core-image-minimal

This is a bare minimal image.


No comments:

Post a Comment