Changes between Version 2 and Version 3 of ventana/bootloader/falcon-mode


Ignore:
Timestamp:
01/30/2019 07:22:43 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/bootloader/falcon-mode

    v2 v3  
    146146printf "10,,L\n" | sudo sfdisk --in-order --no-reread -L -uM $DEV && sync
    147147# format partition
    148 sudo mkfs.ext4 -L root ${DEV}1
     148sudo mkfs.ext4 -O ^64bit -L root ${DEV}1
    149149# mount the partition
    150150sudo udisks --mount ${DEV}1