Edited by nobicycle at 2016-10-20 15:37
Hi all,
After installling the Minimal Arch Linux image, I tried running the install_to_emmc script but it failed as follows:
$ sudo sh ./install_to_emmcTue Oct 18 19:28:45 UTC 2016 =============================== Installing Linux system to emmc =============================== WARNING: EMMC WILL BE ERASED !, Continue (y/N)? y Erasing EMMC ... Creating new filesystem on EMMC ... New filesystem created on /dev/mmcblk1.Partitioning EMMC ... Creating boot & linux partitions OK. Formating fat partition ... ERROR formating fat partition.
If I run the command at the error point manually, I get: $ sudo mkfs.vfat -n EMMCBOOT ${sdcard}p1 mkfs.fat 4.0 (2016-05-06)mkfs.vfat: unable to discover size of /dev/mmcblk1p1
Any help would be much appreciated.
|