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

hw.device-type: Fix compatibility with existing sdk structure #454

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

acostach
Copy link
Contributor

@acostach acostach commented Dec 18, 2024

I noticed we've got a few words appended to the bootDevice partial from https://github.com/balena-io/balena-sdk/blob/master/src/models/balenaos-contract.ts#L31 , and this results in an instruction step like this:

Power up the Nvidia Jetson Orin Nano 8GB (SD) Devkit NVME. If you have a display or a debug UART cable connected to the device, a progress bar will show up while the UEFI firmware is updated. Please do not interrupt this process by turning off power or rebooting the device. to boot the device.

Rather than removing "to boot the device" from the sdk and updating every other device-type contract with that, I'm thinking of re-wording "bootDevice" only for these Orin device-types to :

"... Please do not interrupt this process by turning off power or rebooting the device. Once the firmware update completes, no other steps are needed "

so that the appended "to boot the device" makes sense in this context.

Change-type: patch

Change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
@flowzone-app flowzone-app bot merged commit 7b33179 into master Dec 18, 2024
53 checks passed
@flowzone-app flowzone-app bot deleted the update_orin_provisioning_instructions branch December 18, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants