Page 1 of 1

FAQ_MA35D1 Resize SD card size to maxium

Posted: 14 Aug 2023, 16:31
by ytliu6
The default size of the root file system depends on the packages you choose to install. If you require an expansion of the root file system to its maximum capacity, options are available through Buildroot's menuconfig or Yocto's recipe configuration

Buildroot

Code: Select all

$ make menuconfig

Bootloaders --->
   [*] Auto resize sdcard to Max.

$ make
Yocto

Code: Select all

Path: /yocto/build/conf/local.conf

IMAGE_INSTALL_append += "sd-maxsize"

$ bitbake nvt-image-qt5

The source recipe is located at
/home/user/yocto/sources/meta-ma35d1/recipes-support/sd-maxsize

After expand the root file system size, you should use below command on evaluation board to check it.

Code: Select all

$ df –h ./