2017-03-15 1 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를보십시오.

관련 문제