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

Updating V1.03 image to NodeJS 18 #544

Open
bramroelandts opened this issue Apr 23, 2024 · 0 comments
Open

Updating V1.03 image to NodeJS 18 #544

bramroelandts opened this issue Apr 23, 2024 · 0 comments

Comments

@bramroelandts
Copy link

As mentioned in earlier issues, the limiting factor to freely updating NodeJS is the mraa library. By compiling the latest master, one would end up with NodeJS 18 with a working mraa installation, according to issue #512. There hasn't been a release based on Debian 12 and NodeJS, although that is near, according to #529.

The question now:

  • Can NodeJS 18 and the corresponding mraa be installed onto a V1.03 image? NodeJS itself can easily be updated on-target and everything will work fine, except mraa.

  • Can we somehow only compile mraa from the latest master and install that on a running target?

  • Will any conflicts arise because mraa was compiled for Debian 12 and the last release V1.03 is an older Debian version?

  • Do any other issues with this plan come to mind?

For gateways already in the field, it is either this or completely dropping GPIO, button and LED support, hence the question.

Thank you for your valuable input in advance.

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

No branches or pull requests

1 participant