Search found 3 matches
- 2025-05-19 12:31
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Project can't run on startup using /etc/init.d
- Replies: 2
- Views: 1158
Re: Project can't run on startup using /etc/init.d
Hello, please add the declaration of environment variables to your script.
#! /bin/sh
[ -f /etc/profile.d/RkEnv.sh ] && source /etc/profile.d/RkEnv.sh
# Your Scripts
...
Then make sure that your script has been granted executable permissions, so that it can be run directly after modification to ...
- 2025-05-17 11:42
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Project can't run on startup using /etc/init.d
- Replies: 2
- Views: 1158
Project can't run on startup using /etc/init.d
I have a program that firstly, before everything, launches RkLunch-stop.sh, then runs RTSP stream with camera view. I tried to make it automatically run on startup via /etc/init.d/S99eyedetection script, but seems like nothing happens in result. Even RKIPC does not turn off which means the program ...
- 2025-05-17 10:39
- Forum: Luckfox Pico-RV1103/RV1106
- Topic: Luckfox freezes and reloads after RkLunch-stop.sh execution on Pico Pro Max
- Replies: 1
- Views: 841
Luckfox freezes and reloads after RkLunch-stop.sh execution on Pico Pro Max
Sometimes after launching my program with RkLunch-stop.sh execution at the start, the system freezes after printing "Stop Application ..." for around 10 seconds and then reloads without any messages. Moreover, I cannot connect to Pico Pro Max via SSH after that until unplugging and plugging the ...
