Skip to content

Small installation fixes when upgrading an existing device.#707

Merged
rdmark merged 1 commit intodevelopfrom
ctrlboard_installation_fixes
Feb 26, 2022
Merged

Small installation fixes when upgrading an existing device.#707
rdmark merged 1 commit intodevelopfrom
ctrlboard_installation_fixes

Conversation

@bzeiss
Copy link
Copy Markdown
Collaborator

@bzeiss bzeiss commented Feb 25, 2022

Two small fixes for easyinstall.sh that I noticed when I did a fresh update on one of my production devices actually in use:

  • cbor2 is a python3 library which is a dependency for one of the other packages. I had the compilation process for that python package fail on me multiple times. As a result, I'm adding it from the raspberry os apt repository.

  • The i2c /boot/config.txt auto-configuration caused a problem due to the set -e settings when it isn't configured yet. As a result, I have added an exception for that specific block.

@bzeiss bzeiss requested a review from rdmark February 25, 2022 22:14
@rdmark rdmark merged commit 4178d4b into develop Feb 26, 2022
@rdmark rdmark deleted the ctrlboard_installation_fixes branch February 26, 2022 01:42
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