I am following this link
to create a bootable SD card. I am stuck at mkfs.ext4 <= 1.42.
for: DISK=/dev/mmcblk0
The terminal complains that no 'for' command is found. I suppose I should leave 'for' out? Next:
for: DISK=/dev/sdX
sudo mount ${DISK}1 /media/rootfs/
The terminal throws this error:
mke2fs 1.42.13 (17-May-2015)
The file /dev/sdX1 does not exist and no size was specified.
What am I doing wrong? Also, how can I have mke2fs updated to mke2fs 1.43-WIP (15-Mar-2016)? Thanks.