On Wed, Oct 21, 2015 at 5:07 PM, Colin Bester <[email protected]> wrote: > 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
About a week ago i moved that into the generic (all) startup script that calls the board options. Mostly to shutdown before ssh key re-generation on flashing microsd and to share it with the x15 flasher.. (systemd/sysv init script) -> boot/generic-startup.sh -> boot/am335x_evm.sh the systemd/sysv script i implant into the file system is located here: https://github.com/RobertCNelson/omap-image-builder/tree/master/target/init_scripts systemd-generic-board-startup.service looks like "generic-debian.sh" (sysv) is still calling the old one, i don't use that.. 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.
