NetBSD Running On An iOpener Without IDE HD
Elwood writes "Andrew Gillham has booted NetBSD/i386 -current on his Netpliance i-opener. He did this without opening the case and without using a 2.5" IDE
hard drive." Read on for details.
The steps involved (using a normal keyboard) are:
- Get to a root shell, via 'ESC 4' and fast typing.
- Bring up PPP to a NetBSD machine. Having a PBX helps
- Backup the 16MB of flash, with the following:
# cat /dev/hd0 | gzip -9 > hd0.gz # ftp ftp> put hd0.gz
- Replace flash with NetBSD image, by ftping compressed file.
# gzip -d -c file_name.gz | cat > /dev/hd0
- Wait a few seconds, yank the power to prevent QNX updating flash.
- Reboot under NetBSD, enjoy.
Full details are available at the main NetBSD Changes page.
Most of the attention out there at modifying i-openers has been towards Linux, but a lot of the information is applicable to any x86 operating system, really. *NIX systems are just easier to install and get working, since the hardware setup is weird.
i-opener-linux.net and a FAQ.