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-drivers:iio-pll:ad9523 [20 Nov 2012 10:42] – [Evaluation Boards] Lars-Peter Clausenresources:tools-software:linux-drivers:iio-pll:ad9523 [03 Jan 2013 20:42] – external edit
Line 325: Line 325:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The AD9523 Driver depends on **CONFIG_SPI** The AD9523 Driver depends on **CONFIG_SPI**
-</note>+</WRAP>
  
 <code> <code>
Line 352: Line 352:
 {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}}
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cd /sys/bus/iio/devices/** root:/> **cd /sys/bus/iio/devices/**
Line 401: Line 401:
 -rw-r--r--    1 root     root          4096 Jan  1 00:00 uevent -rw-r--r--    1 root     root          4096 Jan  1 00:00 uevent
 -r--r--r--    1 root     root          4096 Jan  1 00:00 vcxo_clk_present -r--r--r--    1 root     root          4096 Jan  1 00:00 vcxo_clk_present
-</xterm></box>+</xterm></WRAP>
  
  
 === Show device name === === Show device name ===
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cd /sys/bus/iio/devices/iio\:device0/** root:/> **cd /sys/bus/iio/devices/iio\:device0/**
 root:/> **cat name** root:/> **cat name**
 ad9523-lpc ad9523-lpc
-</xterm></box>+</xterm></WRAP>
  
 === Set ChannelY Output Frequency === === Set ChannelY Output Frequency ===
Line 421: Line 421:
 channel. channel.
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cat out_altvoltage1_DAC_CLK_frequency** root:/> **cat out_altvoltage1_DAC_CLK_frequency**
Line 428: Line 428:
 root:/> **cat out_altvoltage1_DAC_CLK_frequency** root:/> **cat out_altvoltage1_DAC_CLK_frequency**
 245760000 245760000
-</xterm></box>+</xterm></WRAP>
  
 === Set ChannelY Output Divider Phase === === Set ChannelY Output Divider Phase ===
Line 440: Line 440:
 channel. channel.
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cat out_altvoltage1_DAC_CLK_phase** root:/> **cat out_altvoltage1_DAC_CLK_phase**
Line 447: Line 447:
 root:/> **cat out_altvoltage1_DAC_CLK_phase** root:/> **cat out_altvoltage1_DAC_CLK_phase**
 3.1415920 3.1415920
-</xterm></box>+</xterm></WRAP>
  
 === Disable / Power Down ChannelY === === Disable / Power Down ChannelY ===
Line 456: Line 456:
 any value > 0 enables the channel.  any value > 0 enables the channel. 
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cat out_altvoltage1_DAC_CLK_raw** root:/> **cat out_altvoltage1_DAC_CLK_raw**
Line 463: Line 463:
 root:/> **cat out_altvoltage1_DAC_CLK_raw** root:/> **cat out_altvoltage1_DAC_CLK_raw**
 0 0
-</xterm></box>+</xterm></WRAP>
  
 === Query Device Status === === Query Device Status ===
Line 480: Line 480:
 means that the clock is missing or the pllY is unlocked. means that the clock is missing or the pllY is unlocked.
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cat pll1_locked** root:/> **cat pll1_locked**
Line 495: Line 495:
 vcxo_clk_present:1 vcxo_clk_present:1
  
-</xterm></box>+</xterm></WRAP>
  
 === Save Current Device Config to EEPROM === === Save Current Device Config to EEPROM ===
Line 505: Line 505:
 automatically load the saved configuration. automatically load the saved configuration.
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **echo 1 > store_eeprom** root:/> **echo 1 > store_eeprom**
-</xterm></box>+</xterm></WRAP>
  
 === SYNC Device === === SYNC Device ===
Line 520: Line 520:
 /SYNC pin low. /SYNC pin low.
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **echo 1 > sync_dividers** root:/> **echo 1 > sync_dividers**
-</xterm></box>+</xterm></WRAP>
  
 ====== More Information ====== ====== More Information ======
  
 {{page>software:linux:docs:iio:iio_snippets#iio pointers&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#iio pointers&noheader&firstseconly&noeditbtn}}
resources/tools-software/linux-drivers/iio-pll/ad9523.txt · Last modified: 11 Feb 2016 20:58 by Lars-Peter Clausen