Re: booting Beaglebone Black
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.arm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 31, 2024 at 09:10:48AM +0200, Dr. Nicola Mingotti wrote: > 2. Beware of ntpd > Â Â Today I booted without the network connection and I got > Â Â stuck a few times. if you plan not to have > Â Â the Ethernet cable always in, then better to disable ntpd, > Â Â just to start. Does it hang or just delay boot by ~60 seconds? I'd expect dhcpcd to wait a bit before giving up (maybe like 15s), but the ntpd startup should just happen in the background. Maybe ntpdate is enabled and causes a DNS timeout delay (which would be probably 60s). I usually prefer adding -g to ntpd_flags over ntpdate=YES, but with SoCs that have no real time clock waiting during boot for initial time setting makes sense (which is what ntpdate=YES does). Martin