[BUG] Raspbery Pi Pico documentation on build process needs to be updated #13483
Labels
Arch: arm
Issues related to ARM (32-bit) architecture
Area: Board support
Board support issues
Area: Build system
OS: Linux
Issues related to Linux (building system, etc)
Type: Bug
Something isn't working
Description / Steps to reproduce the issue
There has recently been an update to support building the Raspberry Pi Pico NuttX image using the newer 2.0.0 version of the Pico SDK which you can find here: 3f00c4a
The documentation on the NuttX website suggests using version 1.1.2, which no longer works as part of the build process. I suggest updating the instructions in the documentation to use the 2.0.0 version of the SDK and direct users to the picotool GitHub repository where installation instructions are present.
Steps to reproduce:
Follow the instructions in the linked documentation step by step on the latest version of NuttX.
I have also tried going back before the commit adding support for 2.0.0 (so pinning to commit 1b24566) to attempt building with 1.1.2 the old way, which no longer works either. It appears the
boot_stage2
directory that the NuttX build system expects undersrc/rp2_common
is actually insrc/rp2040
. It seems like changes in the directory structure in the SDK were back-ported to older versions, but I can't find any evidence of this in the commit history of the SDK. It does seem that older versions of NuttX will not be able to build the Pico image the same as the old docs state because of this.On which OS does this issue occur?
[Linux]
What is the version of your OS?
Arch Linux 6.10.10-arch1-1
NuttX Version
master
Issue Architecture
[arm]
Issue Area
[Board support], [Build System]
Verification
The text was updated successfully, but these errors were encountered: