Using 16 MB of Flash on the Raspberry Pi Pico board with PlatformIO #1763
              
  
  Closed
              
          
                  
                    
                      MicSG-dev
                    
                  
                
                  started this conversation in
                Show and tell
              
            Replies: 2 comments
-
| 
         For convenience, copy and paste:  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| 
         board = generic ; lowercase 
  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
After some considerable time trying to use my Raspberry Pi Pico which has 16 MB of Flash along with PlatformIO, I managed to figure out how to do this. Hope this can help someone.
board = Generic;board_build.flash_size = 16MB;board_build.filesystem_size = 4mb;Beta Was this translation helpful? Give feedback.
All reactions