Difference between revisions of "Ethernet console"

From ArmadeusWiki
Jump to: navigation, search
(links)
m
Line 1: Line 1:
On this page you will learn how to move the default RS232 console to Ethernet. This might be useful in systems where you want to use the RS232 port for something else or if you want a remote console.
+
On this page you will learn how to move the default RS-232 console to Ethernet. This might be useful in systems where you want to use the RS-232 port for something else or if you want a remote console.
  
 
{{Under_Construction}}
 
{{Under_Construction}}

Revision as of 23:09, 7 March 2012

On this page you will learn how to move the default RS-232 console to Ethernet. This might be useful in systems where you want to use the RS-232 port for something else or if you want a remote console.

Page under construction... Construction.png Informations on this page are not guaranteed !!

U-Boot

  • modify the config header file for your board and add it:
#define CONFIG_NETCONSOLE 1
  • recompile and reflash your U-Boot:
$ make u-boot-clean
$ make
  • redefine some environment variables (here 192.168.1.2 is the IP address of my Host PC):
BIOS> setenv ncip 192.168.1.2
BIOS> setenv stdin nc; setenv stdout nc; setenv stderr nc

Linux

TDBL

Links