Stupid Question,
Maybe i am missing something, but i cannot get it in to open the Gray "diagnostic" screen.
According my logic this is the sequence to follow afterwards:
- Install Flir Tools
- Install Total Comandor
- Download Mike's CRC01 Tool (Extract to documents)
- Connect E40 let windows install drivers normally
- Disconnect your E40
- Set your E40 to USB RNDIS mode
- Connect your E40 again to PC, let drivers install normally
- Run Total Comandor app (And connect to your E40 by FTP)
- Copy a back-up to safe locaction of the full folder from your E40
- Drag and drop (copy) Conf.cfg to document folder
- Start Notepad and insert new code
Do you have deleted the last line?
I need information about the CRC.
if the last line in
FlashFS/system/appcore.d/config.d/conf.cfg
begins with
CRC01
then you must only edit this two lines
.caps.config.image.settings.resIR int32 160
..
.caps.config.image.targetNoise.targetNoiseMk int32 55
to
.caps.config.image.settings.resIR int32 320
..
.caps.config.image.targetNoise.targetNoiseMk int32 0
and generate a new CRC01
use tutorial and CRC01.exe from Mike
https://www.eevblog.com/forum/testgear/flir-e4-thermal-imaging-camera-teardown/msg321956/#msg321956
same good hints:
- make a backup from conf.cfg
- see the Flir E4 thread about editors and line breaks !! (notepad++ works fine)
- watch for the alphabetical order trap in folder FlashFS/system/appcore.d/config.d/
https://www.eevblog.com/forum/testgear/flir-e4-thermal-imaging-camera-teardown/msg380267/#msg380267
- test your editor and the crc01.exe:
first remove the last line "CRC01 xyz" (Make sure there is exactly one CRLF at the end of the file)
and then use the crc01.exe keygen for restoring the original crc (compare the result with known crc)
if you habe trouble, use a hexeditor to check your CRLF
- don't copy config files from another camera to your E40
I don't know, why you have opened a new thread.
This is exact the same (generic) process several times described in this forum (editing the config and not copying another files to the Flir camera)
you can check your loaded configuration with telnet
old Exx
> rls .registry.caps.config.image.settings
r------------- 0 root root <b> downsample false
r------------- 0 root root <b> enabled true
r------------- 0 root root <i> resIR 320
>rls .caps.config.image.targetNoise
enabled true
targetNoiseMk 0
it's possible, that you have the new pathes like Ex
then you can search in your whole config with
rls -r -l > filename_with_path_to_your_sd_card
wait a minute until completed and open the (large) filename_with_path_to_your_sd_card in your editor
PS: some users prefer to switch off the noise generator
.caps.config.image.targetNoise.enabled bool false
- Save file (Overwrite)
From there page 8 How to upgrade your flir I3 or I5, to I7 small.pdf
Thanks in advance for the help