Flashing Your 4526 Soekris Node: Step 1

  1. You need to make a "tftpboot" directory then move to the new directory
    • $ mkdir /tftpboot
    • $ cd /tftpboot
  2. 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
  3. You are almost there. You just need to make the files readable by everyone. [You must be root to do this.)
    • $ chmod -R 744 /tftpboot

Proceed to Step 2