Skip to content

Commit f560b5f

Browse files
committed
raspberry: switch pico back to the boot2 for W25Q16
Presumably, switching it to generic hurt performance a bit. I verified that the build-raspberry_pi_pico/boot2_padded_checksummed.S built file has the same checksum as the old bs2_default_padded_checksummed.S
1 parent 5a00862 commit f560b5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/raspberrypi/boards/raspberry_pi_pico/mpconfigboard.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ CHIP_FAMILY = rp2
99
INTERNAL_FLASH_FILESYSTEM = 1
1010

1111
CIRCUITPY__EVE = 1
12+
13+
BOOT2_S_UPPER = sdk/src/rp2_common/boot_stage2/boot2_w25q080.S

0 commit comments

Comments
 (0)