From mboxrd@z Thu Jan 1 00:00:00 1970 From: ong Date: Thu, 2 Apr 2009 15:26:43 +0800 Subject: [U-Boot] netconsole in u-boot Message-ID: <200904021526134849800@free2move.us> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear support, Am trying to configure out how to change my u-boot to be netconsole from serial console. When i key in help in my u-boot start-up, i didnt seen any nc command. U-Boot> help May i know how to enable netconsole. By adding following in u-boot/include/configs/at91sam9260ek.h #define CONFIG_NETCONSOLE 1 and then with the following command, make distclean make at91sam9263ek_config make CROSS_COMPILE=arm-linux- I get error a compile error drivers/libdrivers.a(netconsole.o): In function `nc_tstc':/home/linux4sam/linux-2.6.24/u-boot-1.1.5/drivers/netconsole.c:233: undefined reference to `eth_get_dev'drivers/libdrivers.a(netconsole.o): In function `nc_send_packet':/home/linux4sam/linux-2.6.24/u-boot-1.1.5/drivers/netconsole.c:116: undefined reference to `eth_get_dev'make: *** [u-boot] Error 1/Ong