-
Notifications
You must be signed in to change notification settings - Fork 55
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
docs: update rugpi instructions to align with rugpi v0.6 #2668
docs: update rugpi instructions to align with rugpi v0.6 #2668
Conversation
Signed-off-by: Reuben Miller <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to the docs, but testing while reading, I got the following error:
$ just build-pi4
Error: loading library
Caused by:
0: error reading recipe info from path `"/project/recipes/sbom/recipe.toml"
1: No such file or directory (os error 2)
docs/src/extend/firmware-management/building-image/rugpi/tutorial.md
Outdated
Show resolved
Hide resolved
``` | ||
|
||
:::tip | ||
This step is critical as it will enable you to connect via SSH to your device to perform tasks such as onboarding! If you don't set your ssh public key in the authorized keys, you then need to connect your device to a monitor/display and keyboard in order to perform the onboarding. | ||
::: | ||
|
||
3. Commit the changes | ||
4. Optional: Add Wifi ssid/password - only required for the initial flashing of the device |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"only required for the initial flashing of the device"
I don't fully get this note. This Wifi setting will be used by the device once flashed, not only for the first boot of the image. Isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay I saw, the note below. The note should be enough.
4. Optional: Add Wifi ssid/password - only required for the initial flashing of the device | |
4. Optional: Add Wifi ssid/password |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed. Resolved by be3aebc
docs/src/extend/firmware-management/building-image/rugpi/tutorial.md
Outdated
Show resolved
Hide resolved
docs/src/extend/firmware-management/building-image/rugpi/tutorial.md
Outdated
Show resolved
Hide resolved
…f necessary Signed-off-by: Reuben Miller <[email protected]>
Signed-off-by: Reuben Miller <[email protected]>
Signed-off-by: Reuben Miller <[email protected]>
Signed-off-by: Reuben Miller <[email protected]>
This error was unrelated. But because I reused a clone with remaining recipes from the old version. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
Robot Results
|
Proposed changes
Update rugpi image building instrustions after refactoring the tedge-rugpi-image repo to use new Rugpi features (layers and repositories) introduced in 0.6.
Types of changes
Paste Link to the issue
Checklist
cargo fmt
as mentioned in CODING_GUIDELINEScargo clippy
as mentioned in CODING_GUIDELINESFurther comments