I think all of us run into this problem… the free space on a storage medium is getting smaller and smaller and you are not really sure why this is the case. For such cases I use a graphical tool to see the biggest space waster – as I am...
[Read More]
em8300: starting from scratch
The last two days I found again some time to hack on the em8300/dxr3 driver. I see the end comming of all my work, but I need to change the way I work. I have renamed the old project on github to v4l2-em8300-old and created a new one. Yes you...
[Read More]
interrupt handling in linux device drivers
Every developer should know this – and its a free course… for what are you waiting?
[Read More]
objdump is your friend
Lets image you are working on a coreboot port for some mainboard and you are a very glad guy cause you have a jtag interface or something similar and you notice a hang, which could be caused by a never ending loop or some other mysterious stuff – all you...
[Read More]
Compare Two Filesystems Recursively
Sometimes it is needed to compare two filesystems, which can be done quite easily:
[Read More]