Archive for 'Linux'
Collin and i are running a Twitter stream for quick updates on all things related to NAS4220 hacking. Get your information overload here.
Just booted my first self compiled kernel
9 March 2008RaidSonic being a good FOSS citizen has put out the sources of the linux kernel they use on the NAS4220. I used buildroot to generate myself an armv4 cross toolchain and than tried to compile my own kernel. The first thing that needs to be changed is the $CROSS_COMPILE variable in the kernel makefile. The […]
What is inside?
9 March 2008The firmware of the device is kept on a 16MB flash chip. From looking at the boot log of the linux kernel you can see that it is split up into several partitions.
SL2312 MTD Driver Init…….
SL2312 CFI Flash: Found 1 x16 devices at 0×0 in 16-bit bank
Amd/Fujitsu Extended Query Table at 0×0040
number of CFI […]
Redboot TFTP
9 March 2008Lets see if we can get the TFTP upload working. On start up the boot loader will present you this menu.
Boot Menu
==============================================================================
0: Reboot […]
NAS-4220 explorations
8 March 2008I have several disks which are encrypted using dm_crypt/LUKs. Unfortunately these disk don’t seem to be supported by the default software. Well i guess thats a good excuse to have a look at the bowels of this box.
One way to get a shell on the box is to cross compile a ssh […]
NAS-4220
7 March 2008I recently bought a NAS-4220 from Raidsonic. Its a nice piece of hardware with a lot of punch, low energy requirements and a cheap price. I’ve been looking for a NAS/home-server for some time now but hadn’t found a suitable solution so far.
My requirements were:
it needs to be linux based so i can also use […]
Howto build OpenMoko for an X86-Desktop
25 October 2007I’ve been eying the OpenMoko project for quite a while now. I haven’t bought a device yet because i am eagerly awaiting the second hardware revision which features amongst other things Wi-Fi. Despite that, i was curious about the current state of the OpenMoko project so i set out to build an X86 version which […]
OLPC@GoogleTechTalks
19 July 2007Ivan Krstic talks about the “One laptop per child” project at a Google TechTalk. He gives a good overview with a focus on the system design.
The OLPC is very different from an el cheapo laptop.
if test x$bla = xyes; then
14 April 2006Obiges Idiom sieht man oft in Shell-Skripten. Mir war bisher nie so ganz klar wozu das zusätzliche x-Zeichen eingeführt wird. Dieses Posting auf der autoconf-Mailingliste erklärt es ziemlich gut. Kurzform: Das zusätzliche Zeichen stellt sicher, dass nach dem expandieren der Variable kein leerer Ausdruck links vom test Operator steht und damit der Interpreter mit […]
Autotools Tutorial
14 April 2006Die GNU-Autotools sind das Framework, dass es ermöglicht Unix-Software für die unterschiedlichsten Plattformen zu übersetzen. In 90% der Fälle beschränkt sich die Interaktion mit den Autotools auf diese Zeile: ./configure && make && make install. Schnell und schmerzlos. Für die restlichen 10% der Fälle verursachen die Autotools dafür umso mehr Schmerzen. Leider findet man sich, […]
