logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fwexec - upload firmware image to a connected NXT device and run it from RAM

Author

       Maintained by Nicolas Schodet <nico@ni.fr.eu.org>.

       Originally  written  by  David  Anderson  <dave@natulte.net>  based  on  first  initial version by Lawrie
       Griffiths.

                                                   2025-02-25                                          fwexec(1)

Description

       The  fwexec  utility is similar to fwflash(1), but the firmware image is uploaded to NXT RAM and executed
       from there. The image must have been compiled specially to handle this.

       The NXT must be in bootloader mode, see fwflash(1) for more details.

       The fwexec utility is part of LibNXT.

Name

       fwexec - upload firmware image to a connected NXT device and run it from RAM

Options

-l
           List detected devices and exit.
       -y
           Allow reset to bootloader mode without prompt (this erases the NXT memory).
       -h
           Show help message and exit.
       -b
           Select device already in bootloader mode only, ignore other NXT devices.
       -sSERIAL
           Select device with this serial (e.g. 00:16:53:01:02:03). This  does  not  work  in  bootloader  mode,
           devices in bootloader mode are always selected.
       -nNAME
           Select device with this name (e.g. NXT). This does not work in bootloader mode, devices in bootloader
           mode are always selected.

See Also

fwflash(1)

Synopsis

fwexec [options]... file [load_address [jump_address]]

       fwexec (-l|-h)

See Also