Release notes for Developer Board software 1.0.2 ================================================ Most important changes ---------------------- + Easier installation (install script and new product Makefile). + The compiler is added in the devboard distribution. + The prodspec file is cleaned up, kernel configuration and image generation is now in separate packages. + inetd and in.telnetd has been added. + Lineo's busybox 0.46 has been added (you can now use grep, find, sed and a lot of other tools). + A DHCP client has been added (configuration added to network.conf). + elvis-tiny (vi-like editor) has been added. + exec has been added to sash. + Pipe related bugfixes in the shell ash and numerous small bugfixes and adjustments of other applications. + The stackdump problem during boot has been solved (bug in uC-libc). + Experimental RS-485 support using ioctl()'s (automatic RTS toggling). + Experimental fast timer support usable when writing own drivers and in need of microsecond resolution, see elinux/include/asm/fasttimer.h." + Easier to write (and port) makefiles to elinux, see http://developer.axis.com/doc/software/apps/apps-howto.html + ISO images of the distribution are also available. - glibc has been removed from the developer board software due to its large size. It can still be downloaded separately (if you really want it). Problems -------- Some problems while compiling gcc-cris have been reported by RedHat 7.0 users. If you are using RedHat 7.0 (gcc 2.96) you need to edit the installation script and change the line: su -c "sh -c \"while true ; do echo ; done\" | ./install-cris-tools" to su -c "sh -c \"while true ; do echo ; done\" | env CC=kgcc ./install-cris-tools"