Instructions for initial configuration of the Arduino can be found on the Arduino website http://arduino.cc/en/Guide/ArduinoYun
Once initial configuration is complete, SSH provides console access.
The following packages installations are suggested to ease user interaction with Linino.
Nano - screen based text editoropenssh-sftp-server - provides access by sftp based client tools, such as TextWrangler and Cyberduckrsync - provides command line ssh based file and folder transfer
To install the packages type the following commandsopkg updateopkg install nanoopkg install openssh-sftp-serveropkg install rsync
Later versions of the OSX terminal application may fail to start Nano, due to the terminal being declared as xterm-256color. Use the following command to fix the issueexport TERM='xterm-color'
The fix can be made permanent by creating a .profile file. It may also be useful to alias ls to default to a wide listing which includes hidden files.
nano ~/.profileexport TERM='xterm-color'alias ls='ls -hla'
« Go back
Powered by Help Desk Software HESK, in partnership with SysAid Technologies