Difference between revisions of "Configure EA2478 Board"

From Klaus' wiki
Jump to: navigation, search
(Microwin)
(Microwin)
Line 4: Line 4:
  
 
See [[MicroWin on EA board]]
 
See [[MicroWin on EA board]]
 +
 +
==ssh daemon==
 +
 +
dropbear is a drop-in lightweight alternative to the full shh-daemon.
 +
 +
In make menuconfig '''Network Applications''' check the dropbear choice.
 +
 +
 +
==Set your network address at boot==
 +
 +
In uClinux-dist/vendors/EmbeddedArtists/rc you can near the bottom set your preferred network address. Find a line looking like this:
 +
 +
<source lang="bash">
 +
ifconfig eth0 192.168.5.233 up
 +
</source>
 +
 +
Change the IP address to suit your need and rebuild.

Revision as of 15:30, 11 October 2013

These are a few of the configurations that is possible on the Embedded Artists EA 2478 board.

Microwin

See MicroWin on EA board

ssh daemon

dropbear is a drop-in lightweight alternative to the full shh-daemon.

In make menuconfig Network Applications check the dropbear choice.


Set your network address at boot

In uClinux-dist/vendors/EmbeddedArtists/rc you can near the bottom set your preferred network address. Find a line looking like this:

ifconfig eth0 192.168.5.233 up

Change the IP address to suit your need and rebuild.