Hi folks,
Beaglebone black official debian 10 image.
I try do get rid of some (for my project not needed) stuff that bbb does at startup.
Here is what I need:
TTY and getty on the debug UART connector
GPIOs and config-pin
CAN0 CAN1
Ethernet on the RJ45 connector
a running DHCP
What is bad with actual config is the long boot time.
Over a minute, trying to configure all that USB stuff I don't need.
USB0 and USB1 Ethernet interface, ttyG...
I was happy to find /etc/default/bb-boot and commented out USB_NETWORK . . .
Next boot was not much faster, but no USB0 and USB1 Ethernet interfaces, huu happy, 1 step done a few more to go
One or two boots later and those interfaces were back again, and of course edit made in /etc/default/bb-boot has magically gone away.
I was very closed to throw the bbb out of the window.
Please anyone can give me a hint what and where to look and edit to make the bbb work with that stuff I need as named above.
Juergen