I don't think I changed any scripts, however, there are some differences in the areas you highlighted -- such as not testing for SoftAp0 and just creating it every time. I think I'll go ahead and install the latest scripts.
Thanks. -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Robert Nelson Sent: Monday, August 17, 2020 5:24 PM To: Beagle Board <[email protected]> Subject: Re: [beagleboard] Re: SD duplication yields slow startup On Mon, Aug 17, 2020 at 3:57 PM Paul Beam <[email protected]> wrote: >> >> Thanks, but I'm pretty sure the speed of the SD itself is not the issue. It >> may have something to do with my networking. The original image was >> connected to my wifi network, and this one is not connected. Looking at the >> logs I can find I see this: > > > > Aug 10 14:51:56 beaglebone sh[182]: am335x_evm: g_multi Created Aug 10 > 14:51:56 beaglebone sh[182]: am335x_evm: Starting usb0 network Aug 10 > 14:51:57 beaglebone sh[182]: am335x_evm: Starting usb1 network Aug 10 > 14:51:58 beaglebone sh[182]: Stopping udhcpd (via systemctl): > udhcpd.serv This is a little confusing: > Aug 10 14:51:58 beaglebone sh[182]: am335x_evm: dnsmasq: setting up > for usb0/usb ^ https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L721 > Aug 10 14:53:46 beaglebone sh[182]: am335x_evm: LOG: dnsmasq is > disabled in this ^ https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L766 Something fishy with the logic: if [ ! -f /etc/dnsmasq.d/.SoftAp0 ] ; then echo "${log} dnsmasq: setting up for usb0/usb1" else echo "${log} LOG: dnsmasq is disabled in this script" fi DId you make any changes to /opt/scripts/boot/* Ps to speed things up, add your WiFi modules to /etc/modules-load.d/some_file such that they get loaded very early in bootup.. 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/CAOCHtYh_1L_Rx47K1fFQ5sX2_cQ28gDFoyyRdzhOOhwpDEUyBA%40mail.gmail.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/095c01d674df%249a6e57a0%24cf4b06e0%24%40gmail.com.
