Changes between Version 5 and Version 6 of ventana/third_party_linux


Ignore:
Timestamp:
01/30/2019 07:21:34 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/third_party_linux

    v5 v6  
    9494# partition disk - single ext partition
    9595printf ",,L,,\n" | sudo sfdisk ${DEVICE}
    96 sudo mkfs.ext4 -L UBUNTU ${DEVICE}1
     96sudo mkfs.ext4 -O ^64bit -L UBUNTU ${DEVICE}1
    9797# mount partition
    9898sudo udisks --mount ${DEVICE}1