This document contains firmware files and instructions for uploading firmware to sensors NRT-Z43 and NRT-Z44. It includes binary and hex files for the firmware, as well as configuration files and instructions for using a flash programming tool to upload the firmware via RS-232 or directly programming an EPROM.
This document contains firmware files and instructions for uploading firmware to sensors NRT-Z43 and NRT-Z44. It includes binary and hex files for the firmware, as well as configuration files and instructions for using a flash programming tool to upload the firmware via RS-232 or directly programming an EPROM.
This document contains firmware files and instructions for uploading firmware to sensors NRT-Z43 and NRT-Z44. It includes binary and hex files for the firmware, as well as configuration files and instructions for using a flash programming tool to upload the firmware via RS-232 or directly programming an EPROM.
This document contains firmware files and instructions for uploading firmware to sensors NRT-Z43 and NRT-Z44. It includes binary and hex files for the firmware, as well as configuration files and instructions for using a flash programming tool to upload the firmware via RS-232 or directly programming an EPROM.
Download as DOCX, PDF, TXT or read online from Scribd
Download as docx, pdf, or txt
You are on page 1of 2
Firmware for the sensors NRT-Z43 and NRT-Z44
Contents:
FLASH CFG - Configuration file for FLASH.EXE.
FLASH EXE - Sets the sensor in boot mode and calls FLASHPRO.EXE. FLASHPRO EXE - FLASH programming program. NRTBOOT1 CNF - FLASHPRO configuration for COM1 and NRT_BOOT.BIN NRTBOOT2 CNF - FLASHPRO configuration for COM2 and NRT_BOOT.BIN NRT_BOOT BIN - Sensor bootblock binary file NRT_TRA BIN - Target kernel for communication with FLASHPRO.EXE. NRT_Z14 BIN - Binary file of NRT-Z14 firmware. NRT_Z14 HEX - Hex file of NRT-Z14 firmware. It contains bootblock and application. NRT_Z43 BIN - Binary file of NRT-Z43 firmware. NRT_Z43 HEX - Hex file of NRT-Z43 firmware. It contains bootblock and application. NRT_Z44 BIN - Binary file of NRT-Z44 firmware. NRT_Z44 HEX - Hex file of NRT-Z44 firmware. It contains bootblock and application. NZ14_1 CNF - FLASHPRO configuration for COM1 and NRT_Z14.BIN NZ14_2 CNF - FLASHPRO configuration for COM2 and NRT_Z14.BIN NZ43_1 CNF - FLASHPRO configuration for COM1 and NRT_Z43.BIN NZ43_2 CNF - FLASHPRO configuration for COM2 and NRT_Z43.BIN NZ44_1 CNF - FLASHPRO configuration for COM1 and NRT_Z44.BIN NZ44_2 CNF - FLASHPRO configuration for COM2 and NRT_Z44.BIN README TXT - This file
Uploading the firmware via RS232 adapter:
------------------------------------------
The configuration file FLASH.CFG has to be adapted to the COM interface.
The defaults are COM2 and 38400 Baud. FLASH.CFG is an ASCII file with self-explanatory comments.
Call FLASH.EXE.
FLASH.EXE sets the sensor in boot mode and calls automatically
FLASHPRO.EXE. The mandatory FLASHPRO configuration file (xxxx.cnf) has to be the first entry in FLASH.CFG.
Programming the FLASH with an eprommer:
--------------------------------------- The Intel HEX file NRT_Zxx.HEX contains the bootblock and the application FW. The memory of the eprommer has not to be erased before, since the hex file contains no gaps. It can simply be loaded and programmed.
Checksums: ---------- The checksums are revealed in the file NRT_Z.DOC.
They can also be determined with the bootblock commands:
csf : Checksum over the complete flash csa : Checksum over application only csb : Checksum over bootblock only
... and in the application FW with the commands:
serv:cs:all : Checksum over the complete flash serv:cs:appl : Checksum over application only serv:cs:boot : Checksum over bootblock only