Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I bricked mine, then I tried to flash it with the 1.02us firmware. I extracted the file out with fwdump and used loadb k for sec1 and loadb r for sec2. On restarting, I got "Bad Header Checksum". I retried and got the same message. Any ideas?
Here's the log:
## Ready for binary (kermit) download ... ## Total Size = 0x000d06ee = 853742 Bytes ## Start Addr = 0x00100000 Un-Protect Flash Bank # 1 Erase Kernel from 0xfff10000 to 0xffffffff .. done Erased 15 sectors Kernel Size = 853742 Copy to Flash... done Protect Flash Bank # 1 => * U-Boot 0.2.0 (May 11 2005 - 18:56:16) CPU: MPC8245 V1.2 at 170.503 MHz: Board: Sandpoint 8245 DRAM: 32 MB FLASH: FUJI_DL323BE In: serial Out: serial Err: serial Hit any key to stop autoboot: 0 ## Booting image at fff10000 ... Bad Header Checksum =>
Offline
As you can see, your Kernel Size is wrong, correct kernel size for 1.02us is 853759.
This probably means your data is not transfered correctly or fwdump did mess something up. Did you configure your ckermit properly with following information?
set line /dev/ttyS0 set speed 9600 set carrier-watch off set handshake none set flow-control none robust set file type bin set rec pack 1000 set send pack 1000 set window 5
And in transfer statistics did you see something in Error Count and Last Error line?
Offline
I'm using TeraTerm on Windows XP on a laptop with a USB-Serial cable. I have Ubuntu running in Vmware. I'll try it again with different settings in TeraTerm and see what happens. Worse case I can put Linux on my old desktop since it has a serial port. There's no driver for Linux for this USB-Serial cable.
Looks like firmware.sec1 has the correct size, so TeraTerm must've pocketed some change when it transfered it.
--
Quang
Offline
I got it working again. Kermit 95 v 2.1.3 for Windows did it.
--
Quang
Offline
Hi beattie,
Are you working on anything interesting?
Thanks,
Quang
Offline
qn1234 wrote:
Hi beattie,
Are you working on anything interesting?
Thanks,
Quang
Well I figured out how to control the LEDs now I'm trying to figure out how to read the switches. I'd like to completely replace the firmware.
Strace does not show anything related to the switches and the binary that reads the switches is striped so disassembly does not show me anything useful (any PowerPC asembly experts here?).
Lacking JTAG, I'll probably need to look at the raw GPIO inputs.
Offline