IMX28 Yocto image

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

IMX28 Yocto image

Jump to solution
4,201 Views
pt
Senior Contributor I

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

Labels (3)
0 Kudos
1 Solution
1,527 Views
igorpadykov
NXP Employee
NXP Employee

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

Task #6 - Customize the 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

View solution in original post

0 Kudos
4 Replies
1,528 Views
igorpadykov
NXP Employee
NXP Employee

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

Task #6 - Customize the 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

0 Kudos
1,527 Views
pt
Senior Contributor I

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

0 Kudos
1,527 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos
1,527 Views
pt
Senior Contributor I

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

http://git.freescale.com/git/cgit.cgi/imx/meta-fsl-bsp-release.git/tree/imx/README?h=dora_3.10.17-1....

Now I am able to run bitbake fsl-image-gui.


Regards

pt