On To, 2006-06-01, 22:54, Richard Atterer skrev: > On Thu, Jun 01, 2006 at 10:16:06PM +0200, David Karlström wrote: >> http://david.thg.se/n2100/ > > Yeah, great work, thanks! :-) > > But I guess that you _will_ have to reprogram the flash to boot into > Debian > without another machine on the serial port, right? Or does Redboot allow a > simple way of changing the boot settings?
You can change the bootscript from Redboot: RedBoot> fconfig Run script at boot: true Boot script: .. fis load ramdisk .. fis load kernel .. exec Enter script, terminate with empty line >> load vmlinux -b 0x00200000 >> exec -c "console=ttyS0,115200 root=/dev/sda1 [EMAIL PROTECTED]" >> Boot script timeout (1000ms resolution): 5 Use BOOTP for network configuration: false Gateway IP address: Local IP address: 192.168.0.7 Local IP address mask: 255.255.0.0 Default server IP address: 192.168.0.6 Console baud rate: 115200 DNS server IP address: GDB connection port: 9000 HW Status: 0 Force console for special debug messages: false MAC address: 0x00:0x14:0xFD:0x10:0x1A:0x32 MAC address 2: 0x00:0x14:0xFD:0x10:0x1A:0x33 Network debug at boot time: false Reset default: Serial number: N2100 ... Unlock from 0xf0fc0000-0xf0fc1000: . ... Erase from 0xf0fc0000-0xf0fc1000: . ... Program from 0x1ffd2000-0x1ffd3000 at 0xf0fc0000: . ... Lock from 0xf0fc0000-0xf0fc1000: . RedBoot> It will fill in the current settings, so its just enter on most of the lines. Flashing the kernel to flash shouldn't be a problem. But if you screw up... havn't found the JTAG yet... /David -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

