User:Garvinml

From eLinux.org
Revision as of 17:08, 21 July 2014 by Yoder (talk | contribs) (Moved to ECE597Spring2010)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Arch Host Info

To use Arch Linux as a host, make sure to install minicom using pacman.

As root: pacman -S minicom

Also install dosfstools for formating the SD card.

As root: pacman -S dosfstools

To install bitbake (assuming you have yaourt installed)

yaourt -S bitbake

You might have to edit the package build to get the latest version.

For ssh access to your board install the openssh package.

As root: pacman -S openssh

Follow the instructions on the Arch Wiki for setting up ssh.

Portfolio

To have ldd on your board run:

opkg install ldd

Info about ldd