Last week I got my LPC-P2148 ARM7 micro-controller. It’s a pretty nice development board with two serial ports, usb device controller, sd/mmc card slot, AD and DA converters and some other useful stuff.
At the start it was very hard to get it work for me. I’m a total newbie on arm controllers. In school we always had intel processors and programmed them with windows. But now I wanted to program it with Mac OS X so I needed an extra USB/Serial/JTAG adapter. In the starer kit I got an OpenOCD-USB adapter which is totally free under the GPL terms and works perfectly with Mac OS X.
To get that setup to work under Mac OS X (10.5.6) you need the following software parts:
- OpenOCD
- ARM-ELF-GCC (Download the compiler and follow the instructions under “Installation”)
- Of corse you need the apple developer tools installed for make and some other useful tools
Now how to get these things set up:
Continue Reading »
Thomas Post on March 30th 2009 in Stuff, Tweaks
This week I was searching for a simple way to add an ad blocker to Safari. What I’ve found is an excellent solution. It’s just a simple css file! You put it into your user home under ~/Library/Safari/ and afterwards in Safari you go to “Preferences… -> Advanced” and select the style sheet.

Here you go! Ad free surfing!
You can get that css file from http://www.floppymoose.com/ here: userContent.css
Thomas Post on November 27th 2008 in Tweaks
Yesterday evening I updated to 1.1.3 (with restore over iTunes). After that I used this new tool to activate and jailbreak my iPhone.
- Boot Windows XP (The mac version doesn’t work)
- Install iTunes 7.4.2
- Download the ziphone
- Execute somthing like
ziphone.exe -j -a (i have bootloader 3.9, so unlock (-u) won’t work)
- Folow the instructions on the screen
- Use anySim (1.3 for firmware 1.1.3) in Airplane Mode!. Skip that if you have unlocked it already in step 4
- Enjoy your new 1.1.3 iPhone
So now lets start arrange your icons however you want and locate yourself! In e few day’s I will write about my experience with 1.1.3.
Thomas Post on February 12th 2008 in Regards, Tweaks
Each time when i plug-in any of my external hard disks spotlight starts to index them. I hate it!. Now i found a way to stop that. Just execute the following command in your terminal:
touch /Volumes/Name_Of_Your_HDD/.metadata_never_index
That’s it!
Thomas Post on February 9th 2008 in Tweaks