Hi
I am trying to build imx28 yocto image.
I am able to build yocto image using bitbake as well as hob.
I don't need all packages for the mcimx28evk board. So I want to remove some packages.
Thus I select hob to build yocto image.But hob doesn't produce sdcard image.
Is there any method to produce sdcard image using hob?
How to add/remove packages from yocto image?
How can I change kernel configurations?
Regards
Pt
已解决! 转到解答。
Hi Pt
write to SD, run dd command
$ sudo dd if=fsl-image-gui-imx28evk-20130417013203.rootfs.sdcard of=/dev/sdf bs=4M
please look at below links how customize image
i.MX Yocto Project: How do I add an existing package to an image?
i.MX Yocto Project: ltib versus bitbake
Best regards
igor
Hi Pt
write to SD, run dd command
$ sudo dd if=fsl-image-gui-imx28evk-20130417013203.rootfs.sdcard of=/dev/sdf bs=4M
please look at below links how customize image
i.MX Yocto Project: How do I add an existing package to an image?
i.MX Yocto Project: ltib versus bitbake
Best regards
igor
Hi
Thanks.
So it is not possible to build sdcard image using hob.
I saw kernel-configuration doc - Task #5 - Kernel. I have tried that. But fsl-image-gui is not present.
dtsuser@dtsmachine:~/fsl-community-bsp/build$ bitbake fsl-image-gui
Loading cache: 100% |############################################################################################################| ETA: 00:00:00
Loaded 1829 entries from dependency cache.
ERROR: Nothing PROVIDES 'fsl-image-gui'. Close matches:
fsl-image-multimedia
Regards
Pt AR
Hi
I have used this git - repo init -u git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.10.17-1.0.0_ga
Now I am able to run bitbake fsl-image-gui.
Regards
pt