Beginner's tutorial step 4

From ArmadeusWiki
Revision as of 10:35, 16 May 2009 by JulienB (Talk | contribs) (New page: You are now at the Linux prompt asking you to enter a username/login to connect. Enter "root" (no password is needed by default). <pre class="apf"> Welcome to the Armadeus development envi...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You are now at the Linux prompt asking you to enter a username/login to connect. Enter "root" (no password is needed by default).

Welcome to the Armadeus development environment.
armadeus login: root
#

You are now logged in the Linux Console and can now control your board as you would do it in a Terminal on your PC. Some commands as examples:

  • List all storage media and the available space:
# df -h
Filesystem                Size      Used Available Use% Mounted on
rootfs                  249.5M     27.5M    222.0M  11% /
/dev/root               249.5M     27.5M    222.0M  11% /
none                     64.0k         0     64.0k   0% /dev
tmpfs                    61.4M     48.0k     61.4M   0% /tmp
#
  • Display something:
# echo "Hello everybody !!"

Hello everybody !!
#
Navigation:

<< Previous step    You are in step N°4    Next step >>