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

Fix file locations and packaging for initial rPi3 version #2

Draft
wants to merge 44 commits into
base: master
Choose a base branch
from

Conversation

tve
Copy link

@tve tve commented Oct 17, 2021

This PR contains several separate commits that are necessary to perform a complete image build using sensorgnome-build resulting in a functional sdcard image. Specifically:

  • the FAT32 data partition is now at /data but some of the code in this repo didn't get updated.
  • it is unclear which version of socket.io was used by the code, but the API used works neither with v2, v3, or v4, thus the code got updated to work with the current v4 version of socket.io
  • the machine ID was being stored in /etc/beaglebone_id, but cripts in sensorgnome_support wrote it into /etc/rpi_id, which caused problems, this is resolved by always storing the ID in /etc/sensorgnome_id

Note that the changes above make it that the software cannot be installed into older systems, the new image layout is assumed. Unless old beaglebones need to be updated and the new image cannot be built for BBB this should not be a problem.

@tve tve force-pushed the master branch 3 times, most recently from 5ed6d29 to c2c7ca5 Compare November 6, 2021 18:11
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