mrcbax / ReimageVideo

Open source firmware for the ImageVideo RDU 1502.
GNU General Public License v3.0
11 stars 1 forks source link

Instructions! #3

Open KenwoodFox opened 1 year ago

KenwoodFox commented 1 year ago

I came across one of these RDU devices, i'd love to put this firmware on it! Im an embedded engineering student.

A little unsure where to start though, I can pick up the chip you recommend! But how are you performing the flashing? I'd be more than happy to compile any advice/instruction into a pull request!

KenwoodFox commented 1 year ago

Unit just arrived! i found the chip but, have no way to flash the AVR version, is there some sort of adapter card or arduino-like board with that form factor? PXL_20221104_001105698

mrcbax commented 1 year ago

You will need to order the Atmel chip I mention in the README to replace the current PLCC44 device as the original one from the RDU manufacturer is a mask ROMed version that cannot be reprogrammed.

You will need to get a programmer for the new Atmel chip. I use the TL866II+

You should get familiar with the source code and Makefile.

KenwoodFox commented 1 year ago

Hey actually I completed the build! Id appreciate it if you looked at my pull request though!

https://github.com/LogoiLab/ReimageVideo/pull/4

I still have some issues but I want to help make improvements!