Thanks Greg, but not really. It's pretty much like that, except I do
have AP set so I can access it and/or make changes from my phone. I've
run a long DSI cable to a 7" screen and loaded Jivelite, so I can
control it that way. I made something so the screen mounts on the dash.
The server is under the console. Most of the boot time (When I start the
car) is the server waiting for the time so it can go ahead and load LMS.
I see in pcp-startup.sh there's a section that tells LMS to wait for a
valid date before starting. I was hoping (but don't have the knowledge)
that something could be done here to bypass the date check.
if [ "$LMSERVER" = "yes" ]; then
if [ "$LMSDATA" = "default" -o "$LMSMOUNTFAIL" = "0" ]; then
DD=0
echo -n "${BLUE}Waiting for valid date before starting LMS
${NORMAL}"
while [ $(date +"%Y") -lt 2020 -a $DD -lt 30 ]; do
echo -n "."
sleep 1
DD=$((DD+1))
done
[ $DD -lt 30 ] && echo " ${GREEN}Done.${NORMAL}" || echo
"${RED}Date
is not set. Timeout${NORMAL}"
Any thoughts?
Greg Erskine wrote:
> Does this help "'Standalone piCorePlayer'
> (https://docs.picoreplayer.org/projects/standalone-pcp/)"?
------------------------------------------------------------------------
Howard Passman's Profile: http://forums.slimdevices.com/member.php?userid=16674
View this thread: http://forums.slimdevices.com/showthread.php?t=113199
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix