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

Getting started guide outdated: Step 4 - Install a toolchain #31330

Closed
gustavovelascoh opened this issue Jan 14, 2021 · 0 comments · Fixed by #31230
Closed

Getting started guide outdated: Step 4 - Install a toolchain #31330

gustavovelascoh opened this issue Jan 14, 2021 · 0 comments · Fixed by #31230
Assignees
Labels
area: Documentation area: Toolchains Toolchains bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug

Comments

@gustavovelascoh
Copy link

gustavovelascoh commented Jan 14, 2021

Is your enhancement proposal related to a problem? Please describe.
When following the Getting Started Guide, in step 4, version 0.11.4 is used for the example command, but using the link to check the latest, version 0.12.1 is shown.

Download the latest SDK installer:

cd ~
wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.11.4/zephyr-sdk-0.11.4-setup.run

However, just by replacing the version number does not work because, as far as I know, the naming convention changed, now including the host architecture.

Describe the solution you'd like
Either update to the latest naming convention or indicate the difference between versions 0.11.x and 0.12.x. The new command that worked for me was:

wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.1/zephyr-sdk-0.12.1-x86_64-linux-setup.run

Describe alternatives you've considered
NA

Additional context

  • The building of the blinky example throws an error indicating that dtc version is not supported, even when it was installed in a previous step
  • The "Install Linux Host Dependencies" section has the same issue. it states that replacing the version number should work.
@gustavovelascoh gustavovelascoh added the Enhancement Changes/Updates/Additions to existing features label Jan 14, 2021
@gustavovelascoh gustavovelascoh changed the title Getting started guide outdated: Getting SDK Getting started guide outdated: Step 4 - Install a toolchain Jan 14, 2021
@nashif nashif added bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug and removed Enhancement Changes/Updates/Additions to existing features labels Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Documentation area: Toolchains Toolchains bug The issue is a bug, or the PR is fixing a bug priority: high High impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants