Skip to content

UltraLighting/dot2wing-firmware

Repository files navigation

DEV Notes and documentation

Installation PI

Install Firmware

  • install raspbian buster lite (32 bit)

  • expand filesystem: http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=844

  • update

  • install git

  • download repo

  • (try without first: install npm install -g node-gyp)

  • install node version 14: curl -sSL https://deb.nodesource.com/setup_14.x | sudo bash - && sudo apt install -y nodejs

  • create file sudo nano /lib/systemd/system/faderwing.service

  • paste systemd config to file (faderwing.service)

  • reload deamon sudo systemctl daemon-reload

  • enable on startup sudo systemctl enable faderwing

  • restart or start maunally with sudo systemctl start faderwing

Troubbleshooting

libnode.so.64: cannot open shared object file: No such file or directory

Run npm clean-install

Notes

command: sudo nodemon -x npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published