BrianSidebotham / arm-tutorial-rpi

Raspberry-Pi Bare Metal Programming in C Tutorial
https://www.valvers.com/open-software/raspberry-pi/bare-metal-programming-in-c-part-1/
MIT License
585 stars 177 forks source link

Fixes #36 partition creation in make_card.sh #41

Closed BrianSidebotham closed 3 years ago

BrianSidebotham commented 3 years ago

Fix issue in make_card where we were not removing the MBR space from the partition size for sfdisk

BrianSidebotham commented 3 years ago

This PR should fix #36