Archive for December, 2006

EFSL for the ARM LPC2148

Found a LPC2138 port of the Embedded Filesystems Library. Took this stuff and made this working on my LPC2148. Now i can access an SD-Card attached to the LPC2148. Currently the FAT filesystem is supported. The sample pgramm includes an minimal serial line shell which supports file reading and directoy listings. MMC/SD Card Filesystem Test [...]

ARM LPC2148 and Linux

Just got my ARM LPC2148 Dev Board from Olimex I put together a small overview how to get things working using a linux host system. Toolchain GNU Compiler Toolchain Serial Programmer Sample Code Crt0 Linkerscript Init Routine Simple IO Test SIO Debug Console GNU Compiler Toolchain I use a standard arm GNU toolchain. Actuallay found [...]

Gnuboy AALib

This is really usefull, isn’t it. Made a video driver for gnuboy based on aalib. The sound it actually done by sdl lib. But i don’t care about sound to much because this thingy is meant to be played via telnet. So hook up the aagnuboy binary into xinted and have fun. service aagnuboy { [...]

Return of the SNES

Updated my old SNES demo a little so that it runs on real hardware. Was able to get my handy on a half broken Super Wild Card. So i finally i fixed the rom headers and now the little demo runs on a real snes. Nice. Source

PSP Futurecomposer Player

Made a Futurecomposer player to the PSP. This version is hacked together from the xmms-fc and the fcplay sources. First i did x86 version using alsa interface. Later ported this over to the psp using the native audio interface. Memory footprint is quite ok, despite the fact that the old FC engine is written in [...]

Sidplay

Ported the original sidplay to the PSP. Now i use the native pspsdk audio libs so SDL is not needed anymore. This reduces the footprint by 200 Kb. download sidplay