SDcard Filesystem

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

SDcard Filesystem

Jump to solution
1,300 Views
Nirjul_Patel
Contributor III

Hello,

 

I Want to File System .sdcard or .wic
I Was Use Command

$DISTRO=fsl-imx-wayland MACHINE=imx8mm-ddr4-evk bitbake -c deploy core-image-minimal

Screenshot from 2022-01-06 10-19-56.png
ERROR: Task do_deploy does not exist for target core-image-minimal (/home/radix/IMX8/sources/poky/meta/recipes-core/images/core-image-minimal.bb:do_deploy) | ETA: 0:00:01
ERROR: Command execution failed: 1

How Fixed it???

 

 

0 Kudos
1 Solution
1,221 Views
joanxie
NXP TechSupport
NXP TechSupport

for how to boot images, I really suggest that you can refer to the user guide carefully

 

View solution in original post

0 Kudos
7 Replies
1,276 Views
Nirjul_Patel
Contributor III

Hello,

I Follow The Process As You Say, However I Did Not Get .sdcard or .wic Image File


 

$ mkdir ~/bin (this step may not be needed if the bin folder already exists)
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
export PATH=~/bin:$PATH

$ mkdir imx-yocto-bsp
$ cd imx-yocto-bsp
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b b imx-linux-hardknott -m imx-5.10.72-2.2.0.xml
$ repo sync

$ DISTRO=fsl-imx-wayland MACHINE=imx8mm-ddr4-evk source imx-setup-release.sh -b <build dir>
$bitbake core-image-minimal

Image File List
Screenshot from 2022-01-06 17-48-09.png

And I Want A .sdcard or .wic Image File, So What I Do Now???

0 Kudos
1,267 Views
joanxie
NXP TechSupport
NXP TechSupport

did you build successfully and completely? I built just now for you, see parts of images list, you can find wic images:

joanxie_0-1641480020685.png

 

0 Kudos
1,262 Views
Nirjul_Patel
Contributor III

Hello,

Yes, I Got The Image.


But I Want To Boot The Board From SD card

Screenshot from 2022-01-07 09-00-24.png

I do this try

$bunzip2 -dk core-image-minimal-imx8mm-ddr4-evk.wic.bz2
$sudo dd if core-image-minimal-imx8mm-ddr4-evk.wic of =/dev/sdb bs=1M conv=fsync

Then Automatically Create two Partition in sdcard 1.boot and 2.root

boot partition list:-
Screenshot from 2022-01-07 09-02-27.png

root partition:-
Screenshot from 2022-01-07 09-02-51.png


Evan Then The Board Does Not Boot, Why ??

0 Kudos
1,222 Views
joanxie
NXP TechSupport
NXP TechSupport

for how to boot images, I really suggest that you can refer to the user guide carefully

 

0 Kudos
1,290 Views
Nirjul_Patel
Contributor III

ok, But I Use This Command Then I will Get .sdcard Or .wic Image File ?

 

0 Kudos
1,285 Views
joanxie
NXP TechSupport
NXP TechSupport

yes, you can find them in the folder <build folder>/tmp/deploy/images

0 Kudos
1,296 Views
joanxie
NXP TechSupport
NXP TechSupport

how about try this:

$DISTRO=fsl-imx-wayland MACHINE=imx8mm-ddr4-evk bitbake  core-image-minimal

0 Kudos