Hi Frans,
On Sat, 16 Aug 2003, Frans J King wrote:
> and used this to upgrade the firmware. But during the upgrade the
> console shows ("gunzip broken pipe") and nothing
> gets upgraded. I'm thinking perhaps I have a corrupted compressed image
> but I can uncompress it fine on my development
> box.
>
> Does anyone know where I may be going wrong or if I need to modify
> /etc/rc.firmware.
Yes, you do... there's a reference to ad0 (actually /dev/rad0) in there,
too:
/usr/bin/gunzip -S "" -c $2 | dd of=/dev/rad0 bs=16k > /dev/null 2>&
Change that to rad2 and you should be fine, I think.
HTH,
Manuel |