This distro creates a 128MB boot partition. I am having problems following the directions (ODROID-C1 mainline (experimental!)) at https://github.com/umiddelb/armhf/wiki/ ... ARM-device
This kernel produces over 500 files, which I am unable to copy to /media/boot. Though I have enough space, I believe I am being limited by the number of files.
I have attempted to resize the boot partition using gparted by:
* shift beginning of /dev/sdc2 by 128MB.
* grow /dev/sdc1 to a total of 256MB.
* apply all operations
But I get errors when trying to grow the partition:
Code: Select all
- grow file system to fill the partition
using libparted
- libparted messages
GNU Parted cannot resize this partition to size. We're working on it!
How can I reformat this partition as FAT32 or resize the partition?
My goal is to just modify the /media/boot partition so it will allow the 500+ files to be created.
Cheers!