Skip to content

Instantly share code, notes, and snippets.

@wipedx
Created April 23, 2018 07:47
Show Gist options
  • Save wipedx/022c185a90c7a5c66c95c549916c19eb to your computer and use it in GitHub Desktop.
Save wipedx/022c185a90c7a5c66c95c549916c19eb to your computer and use it in GitHub Desktop.
0. If everything fails, erase the complete eMMC from UBOOT
(With 64GB eMMC, or at least mine: mmc erase 0 0x0733bfde)
Also make sure, that the eMMC is selected and not the SD
1. Install image on eMMC (and install btrfs-tools on the SD)
2. Boot eMMC once to trigger first time setup (resize partition
3. Reboot to SD and convert eMMC P7 to btrfs (btrfs-tools convert /dev/mmcblk0p7)
???
Incomplete, ended up with a kernel panic.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment