The ongoing BeagleBone saga, part 2
(As viewed from a Mac)
SSH
To connect an SSH terminal session from the Mac is as easy as:
ssh root@beaglebone.local
This is typed in a Terminal shell on the Mac of course.
To terminate the session, type the “escape” character followed by a period. The escape character is tilde by default, so type this to end the session:
~.
Lua
To install Lua on the BeagleBone:
opkg install lua5.1
Ò