Tiny Core Base > Raspberry Pi
in bootlocal.sh no start but manuel start !!
(1/1)
bellad:
Hello, i try start script with bootlocal.sh
--- Code: ---#!/bin/sh
# put other system startup commands here
#mount /dev/mmcblk0p2 /mnt/mmcblk0p2
/sbin/syslogd
loadkmap < /usr/share/kmap/azerty/fr.kmap
/usr/local/etc/init.d/openssh start
#modprobe i2c-dev
#mkdir /opt/1wire
/mnt/mmcblk0p2/scripts/eth0.sh &
/mnt/mmcblk0p2/scripts/owfs.sh &
--- End code ---
but in /mnt/mmcblk0p2/scripts/owfs.sh &
--- Code: ---wait 5
modprobe i2c-dev
wait 10
modprobe fuse
wait 20
mkdir /opt/1wire
wait 5
owfs -a /mnt/mmcblk0p2/scripts/alias.txt --i2c=/dev/i2c-1 --allow_other /opt/1wire &
wait 5
/mnt/mmcblk0p2/scripts/cuve.py &
wait 5
/mnt/mmcblk0p2/scripts/lcd.py &
--- End code ---
but owfs -a /mnt/mmcblk0p2/scripts/alias.txt --i2c=/dev/i2c-1 --allow_other /opt/1wire &
no start
if manuel start it's good
in syslog ' box daemon.info OWFS[766]: DEFAULT: owlib.c:(52) No valid 1-wire buses found '
i not understand
thank
version 13.0.3 pi
bellad:
and now it's good !!!! I didn't do anything more than that.
bellad:
I spoke too quickly , when I turn it off (electric) and after i turn it on ( electric ) , same problem
Navigation
[0] Message Index
Go to full version