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
software:linux:docs:iio:iio-trig-bfin-timer [09 Nov 2011 14:13] – [iio-trig-bfin-timer driver] Michael Hennerichsoftware:linux:docs:iio:iio-trig-bfin-timer [02 Jan 2013 22:19] – eliminate box Robin Getz
Line 78: Line 78:
 ====== Driver testing ====== ====== Driver testing ======
  
-<box 100% green|This specifies any 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/** 
-root:/sys/bus/iio/devices> ls+root:/sys/bus/iio/devices> **ls**
 device0                  device0:buffer0:event0   device1:buffer0:access0 device0                  device0:buffer0:event0   device1:buffer0:access0
 device0:buffer0          device1                  device1:buffer0:event0 device0:buffer0          device1                  device1:buffer0:event0
 device0:buffer0:access0  device1:buffer0          trigger0 device0:buffer0:access0  device1:buffer0          trigger0
-</xterm></box>+</xterm></WRAP>
  
  
-<box 100% green|This specifies any shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
-root:/sys/bus/iio/devices> cd trigger0 +root:/sys/bus/iio/devices> **cd trigger0** 
-root:/sys/devices/trigger0> ls+root:/sys/devices/trigger0> **ls**
 name         subsystem    frequency  uevent name         subsystem    frequency  uevent
-</xterm></box>+</xterm></WRAP>
  
-<box 100% green|This specifies any shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
-root:/sys/devices/trigger0> cat name+root:/sys/devices/trigger0> **cat name**
 bfintmr3 bfintmr3
-</xterm></box>+</xterm></WRAP>
  
-<box 100% green|This specifies any shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
-root:/sys/devices/trigger0> echo 1000 > frequency +root:/sys/devices/trigger0> **echo 1000 > frequency** 
-root:/sys/devices/trigger0> echo 0 > frequency +root:/sys/devices/trigger0> **echo 0 > frequency** 
-</xterm></box>+</xterm></WRAP>
  
  
software/linux/docs/iio/iio-trig-bfin-timer.txt · Last modified: 05 Feb 2021 15:48 by Michael Hennerich