oresat / oresat-linux

OreSat Linux image builder and utilities.
13 stars 2 forks source link

OLM config file #17

Closed ryanpdx closed 3 years ago

ryanpdx commented 3 years ago

When building an image build_images.sh needs to write a OLM config file to the board (override the file it exist). The file is /etc/oresat-linux-manger.conf. Note: every board will have its own node id.

Example OLM config file.

# Configuration file for OreSat Linux Manager
#
# Note: Some of these settings can be overridden by program arguments.
[Bus]
Name=can1

[Node]
ID=0x12

Currently node id assignment is:

ryanpdx commented 3 years ago

complete with b44af6b