Changes between Version 10 and Version 11 of Yocto/Building


Ignore:
Timestamp:
01/30/2019 07:23:54 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
  • Yocto/Building

    v10 v11  
    432432printf ",,L,,\n" | sudo sfdisk -uS ${DISK}
    433433# format it as ext4
    434 sudo mkfs.ext4 ${DISK}1
     434sudo mkfs.ext4 -O ^64bit ${DISK}1
    435435# mount it
    436436sudo mount ${DISK}1 /mnt/disk