Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5766

SDK • Re: Building for >2MB FLASH

$
0
0
As of SDK 2.0.0 you don't need a custom linker script

Do

Code:

// pico_cmake_set_default PICO_FLASH_SIZE_BYTES = (4 * 1024 * 1024)#ifndef PICO_FLASH_SIZE_BYTES#define PICO_FLASH_SIZE_BYTES (4 * 1024 * 1024)#endif
Note the comment is important as the CMake build looks for that

Also why do you have yours set at 128M - that is impossible!

Statistics: Posted by kilograham — Thu Aug 15, 2024 4:42 pm



Viewing all articles
Browse latest Browse all 5766

Trending Articles