Hi Robert, thanks for the quick response. I will give it a try.
I made the mistake of using "https://" in the git clone, this broke both > wheezy/jessie due to a missing ca certificate.. I "fixed" this temporary by adding "--no-check-certificate" behind the "wget" commands in the script... Best regards, Michael Am Montag, 20. Januar 2014 22:20:54 UTC+1 schrieb RobertCNelson: > > On Mon, Jan 20, 2014 at 3:08 PM, Michael <[email protected] <javascript:>> > wrote: > > Hi Robert, > > > > many thanks for your work! > > > > I used the "setup_sdcard.sh" with > > "/rootfs/wheezy/debian-7.3-console-armhf-2014-01-17.tar.xz" and the boot > > time is reduced very much compared to the 2014-01-10 package (now only > about > > 10 seconds including Ethernet with systemd). > > Isn't systemd awesome for that! ;) > > > > > One thing: The "gadget"-drivers are not automatically loaded. I only can > > bring up everything with executing > > "/boot/uboot/tools/scripts/beaglebone-black-g-ether-load.sh" but I have > to > > do this after every start up. > > How can I enable this by default? > > Sorry the "2014-01-17" release is broken, so it became an un-release, > i'm waiting for my v3.13.0 release for the beagle/beagle-xm to finish > before i push out a good "2014-01-20/21".. > > It's easy to fix via, just > > sudo mkdir -p /opt/scripts/ > sudo chown -R debian:debian /opt/scripts/ > git clone git://github.com/RobertCNelson/boot-scripts /opt/scripts/ > > I made the mistake of using "https://" in the git clone, this broke > both wheezy/jessie due to a missing ca certificate.. > > Regards, > > -- > Robert Nelson > http://www.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/groups/opt_out.
