AutoUpdate
From NetBurner Wiki
[edit] Autoupdate
AutoUpdate will download a new code image to your NetBurner device. This update can be done from any point that has network access. AutoUpdate can be run as a WIN32 GUI Application, or can be run without user intervention.
Full details on using AutoUpdate from a command prompt can be found in the NetBurnerTools.pdf manual.
Synopsis
AutoUpdate.exe -I<ipaddr> -F<filename> -R -A -R tells the application to reboot after the download -A runs the download without user intervention
[edit] Autoupdate Steps
(I'm guessing at the steps after #1, when I get confirmation from the folks at NetBurner either I or they will removed this parenthetical thought).
- Will Malloc a block of SDRAM large enough to hold the new application image. Autoupdate will display an insufficient memory error if this fails.
- Writes the new program into SDRAM
- Validates that the program was properly written into SDRAM
- Transfers the program from SDRAM into Flash memory.
- Reboots the device (if checkbox is enabled).