jhl::mafipulation |
||||||||
Sun, 08 Jul 2012xfv-4-intel: an Intel .BIO extractor Anyway, I found Christoph Pfisterer's xfv tool, which unpacks EFI firmware volumes and capsules. It was missing a couple of features I needed, like decompression of Intel's "custom" compression mode (actually LZMA), so here is a version suitable for dumping Intel BIOS files:
This makes it trivial to recover irreplaceable pieces like the VGA BIOS, as well as useful information like the static ACPI tables. Tue, 08 Nov 2011Resetting middle-aged Volvo service lights Here's how to do it with an ELM327 or compatible OBD-II interface. You will need a terminal emulator such as minicom (Mac/Linux) or HyperTerminal (Windows). Hit enter after each command. Connect to the port, turn your ignition to II, and make sure linefeeds are on: > AT L1Now set up your address as 0x13: > AT RA 13And since you are talking to the instrument cluster (0x51), set the message header and target address: > AT SH 83 51 15 > AT IIA 51You can now wake up the cluster controller: > AT SIYou should see BUS INIT...OKIf so, issue the reset command: > B0 30If you're not sure it's communicating properly, you can try a gauge test - all the needles are moved to full scale and back: > B0 31You can reissue AT SIto restart communication at any time. Make sure you issue the reset within a couple of seconds of ATSI finishing, as the controller seems to go back to sleep pretty quickly. I'd be interested to hear from anyone who knows how to extract the odometer data from one of these - I've had no luck with commands A5, A7 or B9 (read data by offset/address, or read data block). posted at: 02:24 | path: /reversing/volvo | permanent link to this entry Thu, 07 Apr 2011ShairPort 0.05 released
So, here is ShairPort, an open-source (Perl/C) replacement.
Update: 2013 |
||||||||