commit | 6ca50fef80801272972c3be3f2158211faf6e868 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Mar 03 16:35:06 2019 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Mar 03 16:35:06 2019 -0800 |
tree | 415f31cc6ec6216862a5c631c634d3691058bc92 | |
parent | 5488b81cb5a00682e27a75cecb16616c89339593 [diff] [blame] |
Use mkfs.ext3 to make ext3 filesystem instead of ext4 Change-Id: I42c37ed1e0e41babe9589be2df39ccbf22385458
diff --git a/y2019/vision/tools/flash.sh b/y2019/vision/tools/flash.sh index 5cef493..d3c55ae 100755 --- a/y2019/vision/tools/flash.sh +++ b/y2019/vision/tools/flash.sh
@@ -31,7 +31,7 @@ fi # need to disable some new features on 17.x -sudo mkfs.ext4 -L JEVOIS -O ^64bit,uninit_bg,^metadata_csum ${DEV_BASE}3 +sudo mkfs.ext3 -L JEVOIS ${DEV_BASE}3 echo "Mounting JEVOIS." mkdir -p /tmp/JEVOIS