Difference between revisions of "User:Garvinml"

From eLinux.org
Jump to: navigation, search
(Add some portfolio stuff)
 
m (Moved to ECE597Spring2010)
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
[[Category:ECE597Spring2010 |U]]
 +
 +
== Arch Host Info ==
 +
 
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 pacman -S minicom
+
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.
 +
 
 +
For ssh access to your board install the openssh package.
 +
 
 +
As root: <code>pacman -S openssh</code>
 +
 
 +
Follow the instructions on the Arch Wiki for setting up [http://wiki.archlinux.org/index.php/SSH ssh].
 +
 
 +
==  Portfolio ==
 +
 
 +
To have ldd on your board run:
 +
 
 +
<code>opkg install ldd</code>
  
To have ldd on your board run opkg install ldd.
+
Info about [http://linux.about.com/library/cmd/blcmdl1_ldd.htm ldd]

Latest revision as of 17:08, 21 July 2014


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