Skip to content

Added Jetson Setup script#36

Merged
a-cires merged 5 commits intoumdloop:mainfrom
mdurrani808:setup-script
Feb 2, 2026
Merged

Added Jetson Setup script#36
a-cires merged 5 commits intoumdloop:mainfrom
mdurrani808:setup-script

Conversation

@mdurrani808
Copy link
Collaborator

@mdurrani808 mdurrani808 commented Jan 29, 2026

Moves some scripts over from setup-tools and adds the jetson setup script.

Note not actually tested, likely just trial by fire.

@mdurrani808 mdurrani808 marked this pull request as ready for review January 29, 2026 21:38
Copy link
Contributor

@a-cires a-cires left a comment

Choose a reason for hiding this comment

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

Any files that need to be added as executables, binaries, or system daemons need to include "umdloop" in the file's title, so that it is easily identifiable at a glance when looking through system files.

if systemctl is-enabled umdloop_can.service &>/dev/null; then
echo "[WARN] CAN service already enabled"
systemctl restart can.service
ip link set can0 down 2>/dev/null || true
Copy link
Contributor

Choose a reason for hiding this comment

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

Technically, this line will run twice. Once here, and a second time when the daemon is reset.
Not a big deal either way, just thought you should know.

@a-cires a-cires merged commit d077d77 into umdloop:main Feb 2, 2026
1 check failed
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