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/#msg321956same 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