Search found 74 matches
- 2024-07-05 7:32
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: HTTP GET from Luckfox pico
- Replies: 2
- Views: 3434
Re: HTTP GET from Luckfox pico
Respected sir can we perform http get post in luckfox pico pro max
- 2024-07-04 12:41
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: HTTP GET from Luckfox pico
- Replies: 2
- Views: 3434
HTTP GET from Luckfox pico
Sir,
- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /root/TEST_07/example/luckfox_retinaface_facenet/cpp_spi ...
- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.2")
-- Configuring done
-- Generating done
-- Build files have been written to: /root/TEST_07/example/luckfox_retinaface_facenet/cpp_spi ...
- 2024-07-02 8:14
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Cannot connect ethernet from Luckfox pico
- Replies: 5
- Views: 5734
Re: Cannot connect ethernet from Luckfox pico
# ip route del default via 192.168.0.5 dev eth0
# ip route show default # Check default gateway
default via 192.168.0.5 dev eth0
172.32.0.0/16 dev usb0 scope link src 172.32.0.93
192.168.0.0/24 dev eth0 scope link src 192.168.0.128
as it is holding the 192,168,0.5 i cannot access ping 8.8.8.8
# ip route show default # Check default gateway
default via 192.168.0.5 dev eth0
172.32.0.0/16 dev usb0 scope link src 172.32.0.93
192.168.0.0/24 dev eth0 scope link src 192.168.0.128
as it is holding the 192,168,0.5 i cannot access ping 8.8.8.8
- 2024-07-02 6:36
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Cannot connect ethernet from Luckfox pico
- Replies: 5
- Views: 5734
Re: Cannot connect ethernet from Luckfox pico
Sir i have connected luckfox pico to the router but it is taking the router ip as default gateway ip but i want change it is not changing
# ip route add default via 192.168.0.11 dev eth0
ip: RTNETLINK answers: File exists
# ip route show default # Check default gateway
default via 192.168.0.5 dev ...
# ip route add default via 192.168.0.11 dev eth0
ip: RTNETLINK answers: File exists
# ip route show default # Check default gateway
default via 192.168.0.5 dev ...
- 2024-06-29 6:35
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Cannot connect ethernet from Luckfox pico
- Replies: 5
- Views: 5734
Cannot connect ethernet from Luckfox pico
Respected Sir,
I cannot ethernet with my Luckfox pico
# ip route
default via 192.168.0.5 dev eth0
172.32.0.0/16 dev usb0 scope link src 172.32.0.93
192.168.0.0/24 dev eth0 scope link src 192.168.0.128
i need to set it as static ip so can i achieve it
I cannot ethernet with my Luckfox pico
# ip route
default via 192.168.0.5 dev eth0
172.32.0.0/16 dev usb0 scope link src 172.32.0.93
192.168.0.0/24 dev eth0 scope link src 192.168.0.128
i need to set it as static ip so can i achieve it
- 2024-06-15 9:21
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: During Power On , the rockchip should run my code
- Replies: 16
- Views: 9357
Re: During Power On , the rockchip should run my code
# ls
S01seedrng S20linkmount S50telnet S91smb
S01syslogd S20urandom S50usbdevice S99python
S02klogd S21appinit S90_auto_reboot rcK
S02sysctl S40network S90face rcS
S10udev S50sshd S90usb0config
what is the priority command for this?
because after enter /etc/init.d/S90face start it is working but it ...
S01seedrng S20linkmount S50telnet S91smb
S01syslogd S20urandom S50usbdevice S99python
S02klogd S21appinit S90_auto_reboot rcK
S02sysctl S40network S90face rcS
S10udev S50sshd S90usb0config
what is the priority command for this?
because after enter /etc/init.d/S90face start it is working but it ...
- 2024-06-15 8:25
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: During Power On , the rockchip should run my code
- Replies: 16
- Views: 9357
Re: During Power On , the rockchip should run my code
bin rockchip_test
dev root
etc run
lib sbin
luckfox_retinaface_facenet_spi_demo sys
media tmp
mnt userdata
oem usr
opt var
proc
# cd luckfox_retinaface_facenet_spi_demo
# ls
lib
luckfox_retinaface_facenet_spi_demo_test
model
this my directory
to run my code i need,
RkLunch-stop.sh
cd luckfox ...
dev root
etc run
lib sbin
luckfox_retinaface_facenet_spi_demo sys
media tmp
mnt userdata
oem usr
opt var
proc
# cd luckfox_retinaface_facenet_spi_demo
# ls
lib
luckfox_retinaface_facenet_spi_demo_test
model
this my directory
to run my code i need,
RkLunch-stop.sh
cd luckfox ...
- 2024-06-15 7:43
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: During Power On , the rockchip should run my code
- Replies: 16
- Views: 9357
Re: During Power On , the rockchip should run my code
RkLunch-stop.sh
# cd luckfox_retinaface_facenet_spi_demo
# chmod a+x luckfox_retinaface_facenet_spi_demo_test
# ./luckfox_retinaface_facenet_spi_demo_test ./model/RetinaFace.rknn ./model/mob
ilefacenet.rknn /mnt/sdcard
this my command that should execute during autostartup
My code-S90face
#!/bin ...
# cd luckfox_retinaface_facenet_spi_demo
# chmod a+x luckfox_retinaface_facenet_spi_demo_test
# ./luckfox_retinaface_facenet_spi_demo_test ./model/RetinaFace.rknn ./model/mob
ilefacenet.rknn /mnt/sdcard
this my command that should execute during autostartup
My code-S90face
#!/bin ...
- 2024-06-15 7:23
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: During Power On , the rockchip should run my code
- Replies: 16
- Views: 9357
Re: During Power On , the rockchip should run my code
Sir i am not concern about the code but the process i wanted to know because in the mention process i followed i am getting this
Stop Application ...
killall: rkipc: no process killed
killall: udhcpc: no process killed
rkipc exit
ls: /oem/usr/etc/init.d/S??*: No such file or directory
chmod: /root ...
Stop Application ...
killall: rkipc: no process killed
killall: udhcpc: no process killed
rkipc exit
ls: /oem/usr/etc/init.d/S??*: No such file or directory
chmod: /root ...
- 2024-06-14 12:24
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: During Power On , the rockchip should run my code
- Replies: 16
- Views: 9357
Re: During Power On , the rockchip should run my code
sir if could share some proper link so that no problem is encounterd or the detailed steps to execute the link given previously was confusing like how to name it or store please help
