If you're the lucky owner of an Intel Galileo board then you'll probably know that the device has an 8MByte flash chip, which contains the BIOS and a Linux boot image (even the ones that MS shipped apparently). Sadly, it is possible to accidentally trash the contents of flash chip rendering the device unbootable. The good news is that it is possible to recover the device if you have hardware that talks SPI. That could be a BusPirate, a BusBlaster, a PICKit2 (Linux only) or one of the many FT2232 SPI or JTAG boards.
Saturday, 28 February 2015
Tuesday, 17 February 2015
New Sunluxy DVR
A while ago I picked up a cheapo Sunluxy DVR but quickly discovered that it had a couple of nasty security issues. The device actually worked reasonably well as a DVR so I was keen to try and patch the issues by modifying the OS. Sunluxy didn't offer any firmware updates so modifying an existing update wasn't an option.
Cutting a long story short, I basically ended up breaking the device by manually writing to (apparently the wrong bit of) flash. U-boot is available so there is still a chance to recover the situation if I can find the correct flash image.
Cutting a long story short, I basically ended up breaking the device by manually writing to (apparently the wrong bit of) flash. U-boot is available so there is still a chance to recover the situation if I can find the correct flash image.
Wednesday, 3 December 2014
Trying to read from a linear CCD
I found some more time to play with the linear CCD that Billy had sent me. If you remember last time, I'd managed to get a working clock signal and I could "see" the output on an oscilloscope. In some ways, that was the easy bit! Actually getting the output into a digital form is harder than it looks.
Thursday, 30 October 2014
Dead ScoutGuard & bargain Bushnell
Any plans I had for hacking the ScoutGuard came to an abrupt end recently when this happened:
Labels:
119436,
Bushnell,
pic16f684,
scoutguard,
sg550,
Trophy cam,
zoran
Friday, 10 October 2014
(Ab)using CurrentCost dev boards - code
This is something that I've been meaning to do for a while. I put together a "framework" to deal with the common tasks with the CurrentCost digital development boards, such as transmitting and pairing. I've also provided an example of handling a DHT22 temperature and humidity sensor.
Tuesday, 7 October 2014
Hacking a ScoutGuard camera - part 4
The plan for the forth instalment in this series was to extract the firmware from the flash, hack it around to remove the logo and write it back. This was going to provide the opportunity to play with the TSOP clip I'd finally got around to ordering, as well as a few other bits and pieces required to read from the chip in circuit.
Unfortunately there was a bit of down time while waiting on the clip to arrive. This was sufficient reason to justify poking around with the PIC16F684 chip that is used to read the sensor data and take the photo. I had probed the pins with the scope and could see the data coming in from the PIR and the trigger control going high after a certain amount of time and this data alone could have been useful to start playing about with. The temptation to look at the data from the chip was too great however, and I preceded to hook up my PICKit in an attempt to see if I could get a dump of the code. I knew the likelihood of this was pretty small, but nothing ventured nothing gained.
Unfortunately there was a bit of down time while waiting on the clip to arrive. This was sufficient reason to justify poking around with the PIC16F684 chip that is used to read the sensor data and take the photo. I had probed the pins with the scope and could see the data coming in from the PIR and the trigger control going high after a certain amount of time and this data alone could have been useful to start playing about with. The temptation to look at the data from the chip was too great however, and I preceded to hook up my PICKit in an attempt to see if I could get a dump of the code. I knew the likelihood of this was pretty small, but nothing ventured nothing gained.
Sunday, 5 October 2014
Fun with a Linear CCD
Some time back, Billy gutted a USB scanner, so he could grab the fun parts like mirrors, steppers etc. He sent me the board with the sensor on it, in the vague hope I might be able to do something with it. Sadly, I didn't take a picture of the original board then. Initially, I looked over the board, and could identify the memory, the scanner USB chip, and the fact there was a linear CCD onboard. After figuring out there wasn't anything much I could do quickly, it sat on the side for a while. Eventually, I figured that I should do something with it, and if I was going to do anything with it, I'd need to figure out how to interface with the CCD. If nothing else, I figured this would be a good learning exercise.
Subscribe to:
Posts (Atom)

