Axis Developer Board Release 1.0.1 ---------------------------------- If you already have downloaded the tgz-files of devboard release 1 (R1) you do not need to download the tgz-files of release 1.0.1 (R1_0_1). You can download the patch devboard-R1_0_1-diff.gz instead and apply it to your old source tree. To apply the patch follow these steps: 1. Create a new directory and untar your old R1 tgz-files there (see Preinstallation instructions in http://developer.axis.com/download/devboard/install-README.txt) 2. Download the gzipped diff-file (devboard-R1_0_1-diff.gz) and unzip it: gunzip devboard-R1_0_1-diff.gz 3. Apply the patch in the new directory: cd /new/directory patch -Np1 < /path/to/devboard-R1_0_1-diff The most notable differences between release 1 and release 1.0.1 are: - It is possible to login from the serial debug port (COM2). This might be nice if you do not succeed in setting the IP address using arp-ping. - The maximum time between boot and arp-ping is increased from 2 to 30 minutes. - The unexpected end of file error in elinux/user/Makefile that occurred during "make elinux" when using bash 2.x is corrected.