On Tue, Apr 14, 2015 at 5:06 PM, Jaime Fernández-Caro Belmonte <[email protected]> wrote: > Thanks for your answer again Robert. > > Is this issue Kernel relevant? I mean, could be caused because Debian Jessie > is supposed to be 3.16 by default and > BBB-eMMC-flasher-debian-jessie-console-armhf-2015-04-09-2gb.img has 3.14 on > it for BBB?
Nope, the 'issue' goes back to the "Lenny" days, networking was changed as such: The login (screen/prompt) only shows up after a valid network connection is created on (auto eth0), or it'll wait 2 minutes... For bb.org, i've been using these tools to bring up eth0 over (/etc/network/interfaces) wheezy: wicd jessie: connman More Background, we don't see this 2minute time out in ubuntu, as i patch it out: https://github.com/RobertCNelson/omap-image-builder/blob/master/scripts/chroot.sh#L403 However, in debian, the 2 minute delay is complied in the code. 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]. For more options, visit https://groups.google.com/d/optout.
