Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
resources:tools-software:linux-software:sigmadsp_genfirmware [28 Sep 2012 09:59] – [Installed on the root filesystem] Lars-Peter Clausenresources:tools-software:linux-software:sigmadsp_genfirmware [02 Jan 2013 22:42] – eliminate box Robin Getz
Line 13: Line 13:
 Download the SigmaDSP Firmware Utility and extract the tar archive. To build the tool run //make//. Download the SigmaDSP Firmware Utility and extract the tar archive. To build the tool run //make//.
  
-<box green 100%>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm><nowiki> <xterm><nowiki>
 > wget http://wiki.analog.com/_media/resources/tools-software/linux-software/sigma-firmware-util.tar.bz2 > wget http://wiki.analog.com/_media/resources/tools-software/linux-software/sigma-firmware-util.tar.bz2
Line 20: Line 20:
 > make > make
 </nowiki></xterm> </nowiki></xterm>
-</box>+</WRAP>
  
 ===== Export raw firmware files from SigmaStudio ===== ===== Export raw firmware files from SigmaStudio =====
Line 43: Line 43:
 Copy the parameter.bin and program.bin files to the Linux system on which the //gen_firmware// tool is installed. Run the //gen_firmware// tool with the parameter.bin and program.bin as first and second argument, the third argument is the filename for the generated firmware. The firmware filename depends on the SigmaDSP audio chip used and can be found on documentation page of driver for the device. Copy the parameter.bin and program.bin files to the Linux system on which the //gen_firmware// tool is installed. Run the //gen_firmware// tool with the parameter.bin and program.bin as first and second argument, the third argument is the filename for the generated firmware. The firmware filename depends on the SigmaDSP audio chip used and can be found on documentation page of driver for the device.
  
-<box green 100%|Generate firmware file>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target - |Generate firmware file</wrap>
 <xterm> <xterm>
 > ./gen_firmware parameter.bin program.bin adau1761.bin > ./gen_firmware parameter.bin program.bin adau1761.bin
 </xterm> </xterm>
-</box>+</WRAP>
  
 ===== Load the firmware on the target system ===== ===== Load the firmware on the target system =====
resources/tools-software/linux-software/sigmadsp_genfirmware.txt · Last modified: 01 Jul 2014 09:48 by Lars-Peter Clausen