Difference between revisions of "UIO-4034"

From ESS-WIKI
Jump to: navigation, search
(Created page with "== '''接口布局和尺寸(Layout and Sizes)''' == '''File:UIO-4032 photo1 2021-10-27 143242.jpg''' '''File:UIO-4032 photo2 2021-10-27 143326.jpg''' '''File:...")
 
Line 19: Line 19:
 
== '''測試方法''' ==
 
== '''測試方法''' ==
  
'''RS-232 x2 :&nbsp;<br/>&nbsp;Note:ttymxc2 –COM_3 ttymxc3-COM_4'''
+
'''RS-232 x2&nbsp;:&nbsp;<br/>&nbsp;Note:ttymxc2 –COM_3 ttymxc3-COM_4'''
 
<pre>'''$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts
 
<pre>'''$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts
 
$ cat /dev/ttymxc2 &
 
$ cat /dev/ttymxc2 &
$ echo "Serial Port Test" > /dev/ttymxc2'''</pre>
+
$ echo "Serial Port Test" > /dev/ttymxc2</pre>
  
 
'''USB'''&nbsp;
 
'''USB'''&nbsp;
Line 29: Line 29:
 
usb 1-1.2: new high-speed USB device number 4 using ci_hdrc
 
usb 1-1.2: new high-speed USB device number 4 using ci_hdrc
 
usb-storage 1-1.2:1.0: USB Mass Storage device detected
 
usb-storage 1-1.2:1.0: USB Mass Storage device detected
scsi2 : usb-storage 1-1.2:1.0
+
scsi2&nbsp;: usb-storage 1-1.2:1.0
 
scsi 2:0:0:0: Direct-Access    Generic- SD/MMC          1.00 PQ: 0 ANSI: 0 CCS
 
scsi 2:0:0:0: Direct-Access    Generic- SD/MMC          1.00 PQ: 0 ANSI: 0 CCS
 
sd 2:0:0:0: [sda] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
 
sd 2:0:0:0: [sda] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
Line 45: Line 45:
 
<pre>ifconfig eth1 8.8.8.8 </pre>
 
<pre>ifconfig eth1 8.8.8.8 </pre>
  
'''Watch Dog :&nbsp;'''
+
'''Watch Dog&nbsp;:&nbsp;'''
<pre>'''$ echo 1 > /dev/watchdog '''</pre>
+
<pre>$ echo 1 > /dev/watchdog</pre>

Revision as of 08:49, 27 October 2021

接口布局和尺寸(Layout and Sizes)

UIO-4032 photo1 2021-10-27 143242.jpg


UIO-4032 photo2 2021-10-27 143326.jpg


UIO-4032 photo3 2021-10-27 143358.jpg

Specifications

UIO-4032 info 2021-10-27 143428.jpg

UIO-4032 spec 2021-10-27 143451.jpg

測試方法

RS-232 x2 : 
 Note:ttymxc2 –COM_3 ttymxc3-COM_4

'''$ stty -F /dev/ttymxc2 -echo -onlcr 115200 crtscts
$ cat /dev/ttymxc2 &
$ echo "Serial Port Test" > /dev/ttymxc2

USB 

Insert a USB disk

usb 1-1.2: new high-speed USB device number 4 using ci_hdrc
usb-storage 1-1.2:1.0: USB Mass Storage device detected
scsi2 : usb-storage 1-1.2:1.0
scsi 2:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 0 CCS
sd 2:0:0:0: [sda] 3862528 512-byte logical blocks: (1.97 GB/1.84 GiB)
sd 2:0:0:0: [sda] Write Protect is off
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
sda: sda1
sd 2:0:0:0: [sda] No Caching mode page found
sd 2:0:0:0: [sda] Assuming drive cache: write through
sd 2:0:0:0: [sda] Attached SCSI removable disk

LAN

ifconfig eth1 8.8.8.8 

Watch Dog : 

$ echo 1 > /dev/watchdog