At the moment I am playing around with a cute nice little imx6q board – the sabre lite.
[Read More]
JQuery: autoscroll to last line of a div
Image you are working on a small web application where you use a JQuery UI dialog
to inform the user about the current process.
[Read More]
git: RPC failed; result=22, HTTP code = 504
git clone http://review.coreboot.org/p/coreboot.git coreboot Cloning into ‘coreboot’… error: RPC failed; result=22, HTTP code = 504 fatal: The remote end hung up unexpectedly
[Read More]
SMBus Compatibility With an I²C Device
Some naive guys – like me – think that SMBus and I²C are equal expect the bus level. But in the last days I run into a problem where an at24 based EEPROM connected via SMBus triggers a bus collision after a warm reboot. After some hours of debugging –...
[Read More]
Sending patches from a local git repository
At the moment I am reworking some old seabios patches as I want them in upstream. At the moment my git log shows this:
[Read More]