aboutsummaryrefslogtreecommitdiffstats
path: root/i9300.bpt
Commit message (Collapse)AuthorAgeFilesLines
* i9300: update partition tableSimon Shields2020-03-281-8/+20
| | | | | | | | move some things around to use the padding at the start of eMMC. note that "bootloader" is not actually the bootloader but just a partition that will (hopefully) be used as an intermediary before actually installing the bootloader to the eMMC boot partition.
* i9300: new partition tableSimon Shields2020-03-281-0/+54
i9300.bpt can be converted to a GPT using bpttool (obtainable from AOSP: https://android.googlesource.com/platform/system/tools/bpt/) and running the following command: python2 bpttool make_table --input i9300.bpt --output_gpt out.gpt you can then update the device by running "fastboot 0" from a u-boot prompt, and then running "fastboot flash gpt out.gpt && fastboot reboot" on your computer. This partition table preserves the location of the EFS and RADIO partitions from the stock ROM.