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

modules: flash-script: Add coreutils to updateFirmware script #274

Merged
merged 1 commit into from
Feb 20, 2025

Conversation

hacker1024
Copy link
Contributor

Description of changes

Add coreutils to the updateScript for cat and echo.

updating systemd-boot from 256.7 to 257.2
Copied "/nix/store/2bxf2a2215zspixdmw03vyi31q098ij6-systemd-257.2/lib/systemd/boot/efi/systemd-bootaa64.efi" to "/boot/EFI/systemd/systemd-bootaa64.efi".
Copied "/nix/store/2bxf2a2215zspixdmw03vyi31q098ij6-systemd-257.2/lib/systemd/boot/efi/systemd-bootaa64.efi" to "/boot/EFI/BOOT/BOOTAA64.EFI".
Created EFI boot entry "Linux Boot Manager".
/nix/store/zv8x2rf4lx3fs8pdhpzdhx3wxysr8m6x-update-jetson-firmware/bin/update-jetson-firmware: line 25: cat: command not found
Failed to install bootloader
warning: error(s) occurred while switching to the new configuration
Testing

TODO:

  • Check that this actually works

Copy link
Collaborator

@danielfullmer danielfullmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

echo is a shell builtin, but this is still needed for cat.

@danielfullmer danielfullmer merged commit 92af2c1 into anduril:master Feb 20, 2025
1 check passed
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