Previous distribution snapshots
This snapshot might not be available anymore.
20011112 snapshot
Download the uClinux source distribution from the coldfire page at
www.uClinux.org. You will need also a m68k-elf toolchain which can be
downloaded from the same page.
Download my patch file and follow the instructions to install.
20020927 snapshot patches
- gettimeoffset.patch
the current version of gettimeoffset is broken, this patch will fix
it.
- timezone.patch the
default build does not set a timezone, this patch will add the
necessary setup, see specific
instructions.
- ramrootfs.patch this
patch will create a read-write root filesystem, see specific instructions.
- sysclktimer.patch this
patch will make use of the SYSCLK source for the timer, allowing 1usec
gettimeofday resolution, you have to apply the gettimeoffset patch
first, then this patch.
- uClibc.patch
this patch will fix the passwd file problem which prevent root login
when the image is compiled with uClibc.
20030305 snapshot
All the previous patches but ramrootfs.patch has been applied to this
snapshot. You may apply it to the this snapshot as well.
Some other minor changes have been made like displaying clear text error
message instead of the error number.
- fb.patch Frame
buffer patch, it will add support for the 68vz328 frame buffer,
touchscreen driver, EEPROM driver and spi2 driver, this is the second
version of the patch, improving the 'spikes' removal on the
touchscreen. This patch allows to run Microwindows on the DragonEngine.
Check out the Microwindows setup for the
DragonEngine page to configure and run it.