Quote:
Originally Posted by KevinShort
The problem is that you're trying to echo to /mnt/onboard before it has been mounted. Move the echo line to the end of the rcS file and it should work.
|
Thanks for your help. I put the command before the call to nickel and that now works. I should have examined rcS more closely.
I at least know that the KoboRoot is being unpacked now.
However, I've now replaced that line with:
Code:
/mnt/onboard/run.sh &
And put the echo statement into run.sh in the USB root of the Mini and it's no longer working
I've also tried:
Code:
/bin/sh /mnt/onboard/run.sh &