Flashing Your 4526 Soekris Node: Step 1
- You need to make a "tftpboot" directory then move to the new directory
$ mkdir /tftpboot
$ cd /tftpboot
- Download the files you need for the initial flash.
$ wget http://cuwireless.net/files/netbsd.gz
$ wget http://cuwireless.net/files/pxeboot_ia32_com0_19200.bin
- You are almost there. You just need to make the files readable by everyone. [You must be root to do this.)
Proceed to Step 2