It takes my beaglebone ~70seconds to fully boot. Looking at "dmesg" it seems like most of that time is spent setting up / loading network functionality. I do need the ethernet connection but is there a way to speed up the process...?
root@beaglebone:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.8.13-bone50 (root@imx6q-wandboard-2gb-0) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Tue May 13 13:24:52 UTC 2014
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=50c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: Generic AM33XX (Flattened Device Tree), model: TI AM335x BeagleBone
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] On node 0 totalpages: 130816
..........................
[ 12.266913] usb usb2: bus auto-suspend, wakeup 1
[ 20.098980] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[ 47.160094] net eth0: initializing cpsw version 1.12 (0)
[ 47.164737] net eth0: phy found : id is : 0x7c0f1
[ 47.164794] libphy: PHY 4a101000.mdio:01 not found
[ 47.170095] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 47.185951] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 50.239902] libphy: 4a101000.mdio:00 - Link is Up - 100/Half
[ 50.240024] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 66.874349] net eth0: initializing cpsw version 1.12 (0)
[ 66.878716] net eth0: phy found : id is : 0x7c0f1
[ 66.878776] libphy: PHY 4a101000.mdio:01 not found
[ 66.884045] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 66.896224] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 67.442350] net eth0: initializing cpsw version 1.12 (0)
[ 67.448162] net eth0: phy found : id is : 0x7c0f1
[ 67.448194] libphy: PHY 4a101000.mdio:01 not found
[ 67.453288] net eth0: phy 4a101000.mdio:01 not found on slave 1
[ 67.463303] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 69.454875] libphy: 4a101000.mdio:00 - Link is Up - 100/Half
[ 69.454992] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes readyIt takes my beaglebone ~70seconds to fully boot. Looking at "dmesg" it seems like most of that time is spent setting up / loading network functionality. I do need the ethernet connection but is there a way to speed up the process...?