Making a ln -s permanent upon boot
Posted: Wed Mar 21, 2018 10:14 pm
Hi I have been working with Glediator for a few months now to get it to start up on my RPI and WS2812 light, well I finally got it to work! Only problem is when I reboot my RPI I have to re-enter a symbolic link
This line is a must for RXTX to read my Arduino Uno's COM Port. Is there a way I can make this permanent so I don't have to retype EVERY reboot. If not that's alright, but it would be a time saver! Just in case this is also needed
Thank you so much.
Code: Select all
sudo ln -s /dev/ttyACM0 /dev/ttyS89Code: Select all
ls -l /dev/ttyACM0
crw-rw---- 1 root dialout 166, 0 Mar 21 21:20 /DEV/ttyACM0
ls -l /dev/ttyS89
lrwxrwxrwx 1 root root 12 Mar 21 21:56 /dev/ttyS89 -> /dev/ttyACM0