SPI Flash for PyBoard

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
bradstew
Posts: 41
Joined: Thu Nov 29, 2018 9:29 pm

Re: SPI Flash for PyBoard

Post by bradstew » Tue Feb 16, 2021 9:15 pm

Seems I got 1.14 to compile. :D
And it seems to run. And it enumerates as a 16MB drive.

I had to enable cache since I'm not using mboot.
Not sure why I needed to do this.
Thanks for all your help! :!:

I attached the config, bdev.c, and .elf files in case anyone else wants to try.

Post Reply