]> git.feebdaed.xyz Git - linuxyz.git/commitdiff
gpio irqsk
authorseantywork <seantywork@gmail.com>
Tue, 24 Jun 2025 23:39:25 +0000 (08:39 +0900)
committerseantywork <seantywork@gmail.com>
Tue, 24 Jun 2025 23:39:25 +0000 (08:39 +0900)
kgpio-irqsock/2506-03.xyz.md

index 9a6daa647f4a80b4a864792d962c99658731820c..25e81591389141eeaf834a479952a03eef974165 100644 (file)
@@ -1,4 +1,4 @@
-#
+# 01
 
 ```shell
 Architecture:             aarch64
@@ -23,7 +23,7 @@ Vendor ID:                ARM
 ```
 
 
-#
+# 02
 
 ```shell
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ uname -a
@@ -31,7 +31,7 @@ Linux raspberrypi 6.12.25+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.25-1+rpt1 (202
 
 ```
 
-#
+# 03
 ```shell
 
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ make
@@ -46,7 +46,7 @@ make[1]: Leaving directory '/usr/src/linux-headers-6.12.25+rpt-rpi-v8'
 
 ```
 
-#
+# 04
 
 ```shell
 seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ cat ins.conf 
@@ -58,7 +58,7 @@ CTLOUT=0
 DATAOUT=0
 ```
 
-#
+# 05
 
 ```shell
 seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ sudo ./ins.sh 
@@ -90,7 +90,7 @@ DATA IN : GPIO27 = 539
 ```
 
 
-#
+# 06
 
 ```shell
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ cat ins.conf 
@@ -102,7 +102,7 @@ DATAIN=0
 #DATAIN=GPIO23
 ```
 
-#
+# 07
 ```shell
 
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ sudo ./ins.sh 
@@ -153,7 +153,7 @@ DATA IN : 0 = 0
 
 ```
 
-#
+# 08
 
 ```shell
 
@@ -186,7 +186,7 @@ IF ADDR: 10.10.0.1/24
 ```
 
 
-#
+# 09
 
 ```shell
 seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ cat ins.conf 
@@ -217,7 +217,7 @@ IF ADDR: 10.10.0.2/24
 
 ```
 
-#
+# 10
 
 ```shell
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ ip a
@@ -244,7 +244,7 @@ seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ ip a
 
 ```
 
-#
+# 11
 
 ```shell
 
@@ -257,7 +257,7 @@ seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ nc -l 10.10.0.2 999
 seantywork@raspberrypi:~/hack/linux/linuxyz/kgpio-irqsock $ nc 10.10.0.2 9999
 ```
 
-#
+# 12
 ```shell
 seantywork@raspberrypi2:~/hack/linux/linuxyz/kgpio-irqsock $ nc -l 10.10.0.2 9999
 helllo
@@ -274,7 +274,7 @@ bye
 ^C
 ```
 
-#
+# 13
 
 ```shell