1fwexec(1) General Commands Manual fwexec(1)
2
3
4
6 fwexec - upload firmware image to a connected NXT device and run it
7 from RAM
8
10 fwflash file [load_address [jump_address]]
11
13 The fwexec utility is similar to fwflash(1), but the firmware image is
14 uploaded to NXT RAM and executed from there. The image must have been
15 compiled specially to handle this.
16
17 The fwexec utility is part of LibNXT.
18
20 fwflash(1)
21
23 Maintained by Nicolas Schodet <nico@ni.fr.eu.org>.
24
25 Originally written by David Anderson <dave@natulte.net> based on first
26 initial version by Lawrie Griffiths.
27
28
29
30 2023-01-19 fwexec(1)