Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Raspbery Pi Pico documentation on build process needs to be updated #13483

Closed
1 task done
linguini1 opened this issue Sep 16, 2024 · 0 comments · Fixed by #13484
Closed
1 task done

[BUG] Raspbery Pi Pico documentation on build process needs to be updated #13483

linguini1 opened this issue Sep 16, 2024 · 0 comments · Fixed by #13484
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

Comments

@linguini1
Copy link
Contributor

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 theboot_stage2 directory that the NuttX build system expects under src/rp2_common is actually in src/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

  • I have verified before submitting the report.
@linguini1 linguini1 added the Type: Bug Something isn't working label Sep 16, 2024
@github-actions github-actions bot added 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) labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant