On Fri, Sep 12, 2014 at 12:08 PM, Greg Kelley <suekkel...@gmail.com> wrote:
> Robert,
>
> I discovered the /etc/network/interfaces issue snooping around and just set
> eth0 to auto load there and my total boot time is now 7s instead of 12s with
> all the ntp and dhcpclient retries gone.
>
> So I guess if using the install-me script, I'll have to manually remove the
> previous kernel files in /boot and /boot/uboot before running it so there's
> room. Does the .deb file install (apt-get install) also do backups? If so,
> it should fail as well. Looks like about 110Mb for /boot partition should be
> enough to hold current and backups of previous.

With the new "apt-get install linux-image-xyz" partition setup

each "linux-image-xyz" has it's own set of:

/boot/vmlinuz-xyz
/boot/initrd.img-xyz
/boot/dtbs/xyz/*.dtb

You can switch between different kernels by updating (uname_r) in:

/boot/uEnv.txt

(all located in ext4, so it'll take a while to run out of space)

> I'm getting a ton of these in syslog at boot:
>
> kernel: [   xx.xxxxxx] unwind: Index not found bf0f4334

Yeap, unwind isn't setup yet.. The 3.14 is wip in progress, but it's
more reliable then v3.8.x for me..

> Also, I noticed that in a reboot it keeps the current time for all syslog
> boot messages, so I know it's getting a full reset randomly because the time
> in syslog is from /etc/timestamp (which I update every 15 minutes so I can
> tell when it's resetting).

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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to