diff --git a/notes.txt b/notes.txt index b07addd..b514b27 100644 --- a/notes.txt +++ b/notes.txt @@ -50,14 +50,17 @@ prepare a stock TF1.img (on macOS) download the official release or backup a fresh stock sd card flash the initial img to a new card use gdisk to delete and recreate partition 4 (ROMS) - set size to +3G + set End (sector) to +3G + full instructions https://pastebin.com/raw/YV1Va5JL erase the ROMS partition in Disk Utility + rename partition 1 to MISC if necessary zero all free space on the accessible parititions diskutil secureErase freespace 0 disk4s1 diskutil secureErase freespace 0 disk4s4 - delete all hidden macOS files and folders + delete all stock folders on the ROMS partition + delete all hidden macOS files and folders on accessible partitions unmount and use dd to create a clean image (use rdisk* for faster raw reads) sudo dd if=/dev/rdisk4 of=TF1-raw.dmg bs=1m count=1152