FAQ_MA35D1 Resize SD card size to maxium

Post Reply
ytliu6
Posts: 94
Joined: 08 Nov 2022, 10:28

14 Aug 2023, 16:31

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 ./

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 35 guests