Difference between revisions of "User:Garvinml"
From eLinux.org
m |
(More arch info) |
||
| Line 1: | Line 1: | ||
To use Arch Linux as a host, make sure to install minicom using pacman. | To use Arch Linux as a host, make sure to install minicom using pacman. | ||
| − | As root <code>pacman -S minicom</code> | + | As root: <code>pacman -S minicom</code> |
| + | |||
| + | Also install dosfstools for formating the SD card. | ||
| + | |||
| + | As root: <code>pacman -S dosfstools</code> | ||
| + | |||
| + | To install bitbake (assuming you have [http://wiki.archlinux.org/index.php/Yaourt yaourt] installed) | ||
| + | |||
| + | <code>yaourt -S bitbake</code> | ||
| + | |||
| + | You might have to edit the package build to get the latest version. | ||
To have ldd on your board run: | To have ldd on your board run: | ||
<code>opkg install ldd</code> | <code>opkg install ldd</code> | ||
Revision as of 18:58, 15 April 2010
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.
To have ldd on your board run:
opkg install ldd