rust-raspberrypi-OS-tutorials icon indicating copy to clipboard operation
rust-raspberrypi-OS-tutorials copied to clipboard

Specify that the MicroSD card should be formatted as MBR and not GPT

Open ChocolateLoverRaj opened this issue 1 year ago • 0 comments

I followed the 05 steps:

https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/blame/644474cc09f755249f9c55d99a5d1e07a2562fc7/05_drivers_gpio_uart/README.md#L83

But I formatted it as GPT. It did not work (Rpi 3b). After repeating the steps but formatted as MBR, it worked.

ChocolateLoverRaj avatar Oct 19 '24 20:10 ChocolateLoverRaj