Changes between Version 27 and Version 28 of ventana/ubuntu


Ignore:
Timestamp:
01/30/2019 07:20:56 PM (6 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/ubuntu

    v27 v28  
    481481printf ",,L,,\n" | sudo sfdisk -uS ${DEVICE}
    482482sync
    483 sudo mkfs.ext4 -L rootfs ${DEVICE}1
     483sudo mkfs.ext4 -O ^64bit -L rootfs ${DEVICE}1
    484484# mount partition (will mount to /media/rootfs/)
    485485sudo udisks --mount ${DEVICE}1