Changes between Version 2 and Version 3 of ventana/debian


Ignore:
Timestamp:
01/30/2019 07:23:07 PM (5 years ago)
Author:
Tim Harvey
Comment:

add -O 64bit option to mkfs.ext4 to disable 64bit ext which isn't supported on the older U-Boot 2015 still used on many ventana boards

Legend:

Unmodified
Added
Removed
Modified
  • ventana/debian

    v2 v3  
    193193printf "2048,,L,,\n" | sudo sfdisk -uS ${DEVICE}
    194194sync
    195 sudo mkfs.ext4 -L rootfs ${DEVICE}1
     195sudo mkfs.ext4 -O ^64bit -L rootfs ${DEVICE}1
    196196# mount partition (will mount to /media/rootfs/)
    197197sudo udisks --mount ${DEVICE}1