I was just going to add to my post that I found difference in my 
am335x_evm.sh files. Prior working version included

#eMMC flasher just exited single user mode via: [exec /sbin/init]
#as we can't shudown properly in single user mode..
unset are_we_flasher
are_we_flasher=$(grep init-eMMC-flasher /proc/cmdline || true)
if [ ! "x${are_we_flasher}" = "x" ] ; then
 halt
 exit
fi

while current am335x_evm.sh doesn't. I do see the code you mention in 
generic-startup.sh but don't see where this file is called/referenced. 


> Yeah, this is a bug/workaround... 
>
> Does? "exec /sbin/init 0" actually shut it down?  For me when i tested 
> it late last year summer, it wasn't doing what i wanted.. 
>
> Right now i catch the "shutdown" here: 
>
>
> https://github.com/RobertCNelson/boot-scripts/blob/master/boot/generic-startup.sh#L3-L10
>  
>
> Regards, 
>
> -- 
> Robert Nelson 
> https://rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to