On Wed, May 16, 2018 at 3:56 PM, John B <[email protected]> wrote: > I found that the eMMC flasher > (/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh) no longer appears to work > after I upgraded to Kernel 4.14.x. I traced this to > /opt/scripts/tools/eMMC/functions.sh in prepare_environment(). It seems > that /proc and /sys are not mounted when the flasher script is executed from > init. Needless to say, this caused agita for the rest of the script. I'm > not sure if this has been addressed someplace else (maybe it has to do with > the fact I am using initrd.img-4.9.82-ti-r102? I doubt it though.) > > In any event, in case someone is running into the same issue, I have > attached my updated functions.sh which addresses the issue by mounting /proc > and /sys just after the script does /tmp. This seems to work fine; it > should even work on a system where /proc and /sys are already mounted.
before you run that script, just make sure you run: sudo update-initramfs -ck `uname -r` 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiRH8XWReN5_hJHqMm%3Dn_sdMedotedaSKffU-SB5rLKwA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
