How to run python programs after boot automatically using init.d services.
Nagarjuna Reddy
@Nagarjuna Reddy
Best posts made by Nagarjuna Reddy
Latest posts made by Nagarjuna Reddy
-
Python init.d services
-
RE: How to kill TCP connection
@crispyoz
when we restart the end-device it starts working. End-device connected through IP Ethernet.
using remotely i connected to our onion-board(client device). -
RE: How to kill TCP connection
@crispyoz
Server i should not restart. that is in some other location. That is an end-device. -
How to kill TCP connection
Sir i was running TCP connection after some time suddenly i got TCP connection terminated error, I was checked server_IP that i am able to pinging but the port is not opened. even i tried /etc/init.d/network restart after that also same TCP connection terminated happening.
The server is End device there port will be opened always. i am using client (IP 192.168.0.200 port 502) what should do now? -
RE: GPIO pins SD pins as GPIO pins
@crispyoz said in GPIO pins SD pins as GPIO pins:
rmmod mtk_sd
Then I expect you can use the GPIO like so:
gpioctl dirout-high 22
gpioctl get 22
gpioctl dirout-low 22
gpioctl get 22
cat /sys/class/gpio/gpio22/valuevoltage always showing HIGH. LOW method not happening.
SD_WP_21 always showing HIGH(3.45V)
SD_CD_23 always showing HIGH(3.45V) -
RE: Every time usb comport changing
@crispyoz
@crispyoz @crispyoz I am using onion omega2S+ with a custom-designed board. Onion to GSM modem using USB interface connection. please refer to the below image.
-
RE: onion omega2S Struct is happening
@crispyoz i am not able to get device logs. what i did wrong below?