Skip to content

Commit

Permalink
layers/meta-balena-5x-owa: Start CAN on boot
Browse files Browse the repository at this point in the history
As discussed in balena-os#397 starting CAN communication from within balena docker applications is difficult due to needing owasys libraries in the image and needing to mount sockets to the running container.

This commit enables CAN on boot.

Changelog-entry: Start CAN on boot
Signed-off-by: Otto Laitila <[email protected]>
  • Loading branch information
otlaitil committed Oct 12, 2024
1 parent 0c03e7a commit f77ef24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ done

/usr/bin/Start_BT_WiFi 1
/usr/bin/Switch_GSM 1
/usr/bin/Start_CAN 1

exit 0

0 comments on commit f77ef24

Please sign in to comment.