start_rknn.sh报错
Posted: 2024-09-27 12:23
pico@luckfox:/oem/usr/bin$ bash start_rknn.sh
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
nohup: ignoring input and redirecting stderr to stdout
nohup: failed to run command '/oem/usr/bin/rknn_server': No such file or directory
Code: Select all
#!/bin/sh
while true
do
sleep 1
nohup /oem/usr/bin/rknn_server >/dev/null
done