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.

Reply via email to