This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

mass firmware dumping into controllers

Dear All,

I am in need of a device using which we should be able to load a firmware into large number of controllers at a time.

e.g.: suppose I have 100 controllers to be loaded with firmware, I should be able to plug the controllers into slots (atleast 15) at one end and the device will be attached to PC at the other end from which it take the firmware.

Parents
  • Just a note - what application will you use for the updates?

    You have to check the limits for supported number of serial ports. Some applications only supports COM1 .. COM4.

    And some applications may not allow multiple copies to run at the same time.

    And running 15 individual instances of an application can be very confusing, and lead to units being missed.

    The best solution is to write your own application to handle all the serial ports in a single interface, with a progress bar and red/green indication for each individual connection. Possibly at the same time having an interface for printing a serial number label and writing a log entry to a database with timestamp, serial number and downloaded firmware version.

    With a custom application, you could also modify each binary before download, to make the binary contain the serial number of the unit - or possibly download the serial number into EEPROM.

Reply
  • Just a note - what application will you use for the updates?

    You have to check the limits for supported number of serial ports. Some applications only supports COM1 .. COM4.

    And some applications may not allow multiple copies to run at the same time.

    And running 15 individual instances of an application can be very confusing, and lead to units being missed.

    The best solution is to write your own application to handle all the serial ports in a single interface, with a progress bar and red/green indication for each individual connection. Possibly at the same time having an interface for printing a serial number label and writing a log entry to a database with timestamp, serial number and downloaded firmware version.

    With a custom application, you could also modify each binary before download, to make the binary contain the serial number of the unit - or possibly download the serial number into EEPROM.

Children