2017-03-15 14 views
0

yoctoを使ってhdd.imgを作成し、 "dd"コマンドを使ってpendriveにコピーしました。hdd.img yoctoのブートパーティションを増やす方法

On PC it is mounted as single partition "boot". 

When i checked on command line using sudo fdisk -l, it is showing four paritions. 

I booted my hardware from pendrive, Now i want to remove rootfs.img from boot partition mounted at /media/realroot 
and copy same rootfs.img again to the same partition. 

It is giving No disk space error. I am trying to copy the same rootfs.img which i deleted 

Why it is using only 700MB for boot partiton of 16GB pendrive, or how to increase boot 
partition size in yocto to make use of full 16GB 

答えて

0

は、私は本当の問題を理解してよく分からないが、あなたはrootfsの上の空き領域を増やす方法を探している場合は、IMAGE_OVERHEAD_FACTORと同様IMAGE_ROOTFS_EXTRA_SPACEを見てみましょう。

関連する問題