Fri Mar 09, 2012 11:50 am
#!/bin/sh
/bin/ttn &
Fri Mar 09, 2012 12:09 pm
Mikk36 wrote:Hey,
With 9.051 I had a startup script, which executed another shell script on the device boot, but it was tied into a long script provided by Mirelle (or smth).
I tried to create a new one, but the Tomtom doesn't boot up with this one.
Could someone take a look and tell me what I'm doing wrong here?
Current Navcore is 9.401
File "ttn"
- Code:
#!/bin/sh
/bin/ttn &
Fri Mar 09, 2012 12:11 pm
#!/bin/sh
echo "/mnt/sdcard/start_logging &" >> /etc/rc.resume
/mnt/sdcard/start_logging &
/bin/ttn &
Fri Mar 09, 2012 2:02 pm