|
Knowing IP address of your orange pi can be annoying (when you don't use a display and you only use network), Sometimes you can't use network scanners or other stuff
There was an script for raspberry pi that did show the IP address using the green led (with blinking) , so i edited it to work with Orange Pi !
- https://gist.github.com/M3NI/056f736b3aa886986eecabd6f54ece36
Copy code
after you saved it with name of blink_ip.pl(or anything else that you wanted to) you can active it by this command or use the command in a startup script (with a little bit editing)
Hope it would be useful !
|
|