
Stephan Linz wrote:
Hi Thomas,
nice to see it works. Can you post a patch for the DK1S10 configuration that includes the corresct setup for loads command (CONFIG_LOADS_ECHO) ?
Thanks, Stephan
Here is the little patch..
regards, Thomas
Index: include/configs/DK1S10.h =================================================================== RCS file: /cvsroot/u-boot/u-boot/include/configs/DK1S10.h,v retrieving revision 1.6 diff -u -r1.6 DK1S10.h --- include/configs/DK1S10.h 9 Jun 2004 10:15:02 -0000 1.6 +++ include/configs/DK1S10.h 10 Jun 2004 12:06:50 -0000 @@ -142,6 +142,7 @@ #if (CFG_NIOS_CPU_UART_NUMS != 0)
#define CFG_NIOS_CONSOLE CFG_NIOS_CPU_UART0 /* 1st UART is Cons. */ +#define CONFIG_LOADS_ECHO 1 /* echo on for serial download */
#if (CFG_NIOS_CPU_UART0_BR != 0) #define CFG_NIOS_FIXEDBAUD 1 /* Baudrate is fixed */