Recent content by domb84

  1. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Not sure if i shared this but I found you can put a DCTCONFIG.bin file on an sdcard with a filename uengmode and the machine will attempt to update these values (at least on mine). I've documented it here: https://github.com/domb84/ModifiedFilmScanner Problem is I cannot verify the changes...
  2. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Agreed on new thread, but the machines are very similar though and there's little other resource around. Pretty sure the main chipset is the same or a gen or 2 different.
  3. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Has anyone with a serial port been able to trigger a config dump? I managed to do it on my m127 machine with a reverse engineered config file, but haven't been able to since. https://tinkerdifferent.com/threads/modding-the-kodak-reels-8mm-film-digitizer-firmware-hack.2897/page-23#post-38167
  4. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Annoyingly getting it to dump the CA_DUMP.RAW config seems to have been a fluke as I cannot recreate it. If I flatten the config .BIN file completely it will accept it as long as it prefixes and suffixed with ANEKA001. I just need to work out what the 160 remaining values do I think!
  5. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    More success! I've been playing with the UnCamHD online config generator that creates a DCTCONFIG.bin. I placed this on the SDCard with the uengmode file to engage engineering mode and received an error "Cfg file error: Check Magic Err!" I looked at the bin file and noticed it started and ended...
  6. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Apparently ls1 is some kind of serial interface. Plus I'm guessing the little image of a laptop around them shows they are some kind of serial/debugging interface? https://libre.solar/hardware/ls-one.html
  7. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    These look promising to get a serial connection running on the m127. If i manage to get a console up and running will have a go at resolving the issues in that firmware.
  8. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    That's amazingly detailed thanks @0dan0. I've not setup a serial port. I'm not sure if there is one on the M127 so I'll take a look. Sadly my C knowledge is zero and I'm not a developer. I could hack around with it if it was something simple like Python but my brain isn't cut out for proper...
  9. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Thanks. Did you decompile the firmware in ghidra or some such? I'm a complete novice at C and hacking firmware!
  10. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    @0dan0 do you have any details on how you fixed the low res capture and scaling and altered the white balance? I've now got working flashable firmware for the m127 and would like to replicate those fixes if possible. https://mega.nz/folder/oLpkFQrS#fRa0Oag6eX_jlMZdxlqo6Q If you have any...
  11. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Success at last! I've managed to modify and flash back the firmware for the M127 machine while increasing the bitrate to 30Mbps. Put the FWDV180N.BIN file from the link on an sdcard, boot the machine and it will have a red light flash slowly around 5 times, then it will flash very quickly...
  12. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I seem to have made some kind of progress with the M127 firmware. I've been struggling to open the firmware in any of the tools were supposed to be able to work with it (JNovatekDec.jar and Novatek-FW-info). I managed to find the string FW96650A.bin in the firmware dump. A quick google of this...
  13. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I've had another crack at this and copied the first 2296 bytes to the merged modified firmware and recalculated the checksum. .\ntkcalc.exe -cw .\final_firmware.bin Sadly still doesn't boot. My modified firmware still ends up being 1,706,556 bytes rather than 4MB which is still confusing me...
  14. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    I should have a bit of time this week to look at the M127 firmware again and seeing if I can get a modded one booting. Do you know if any of the fixes you've applied would work on the one I uploaded? i.e. are there any matching code across the firmwares? Perhaps you have a list of hex codes that...
  15. D

    Modding the Kodak Reels 8mm Film Digitizer (Firmware Hack)

    Great work on the firmware adjustments. I have an m127 machine which appears to be much the same as the kodak etc but runs different firmware. I managed to take a dump of it but have struggled to get a bootable image flashed back. As you seem rather skilled with messing with firmware I don't...