creating yocto image on i.mx6q sabre lite board

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

creating yocto image on i.mx6q sabre lite board

760 Views
sribinkr
Contributor I

hii,

   How to create yocto image(dora) on i.mx6q sabre lite board..I tried my .ext3 file not getting copied to sd card

pls give suggestions.

Labels (3)
0 Kudos
3 Replies

588 Views
saurabh206
Senior Contributor III

Hi

check following link.

You can use .sdcard image to prepare card for your board.

Freescale Yocto Project main page

Yocto Training - HOME

Thanks

Saurabh

0 Kudos

588 Views
sribinkr
Contributor I

In the 3rd step(build) there are 2 .sdcard image.In that  which one I have to copy? Also the name of the .ext3 file specified not same as that obtained.Anyway all i have to copy is the .ext3 file and .sd card image right?t

0 Kudos

588 Views
saurabh206
Senior Contributor III

Hi

You just need to use dd command.

sudo dd if=core-image-minimal.sdcard  of=/dev/sdb bs=1M && sync

Thanks

Saurabh

0 Kudos