On 11/09/17 15:03, Tim Small wrote: > perhaps it would work OK > with the ds1338 if it was available earlier in the boot sequence? > > Any ideas, and if waiting for ds1338 init is the answer how to arrange > for that?
To answer my own question, in the debug messages I posted earlier the ds1338 was getting initialised late because the kernel which I was using at the time had the driver (rtc-ds1307) built as a module. Using a kernel with the ds13xx driver built-in instead gets more sane RTC behaviour, but still results in the shutdown code halting the system instead of attempting a power off. Tim. -- South East Open Source Solutions Limited Registered in England and Wales with company number 06134732. Registered Office: 2 Powell Gardens, Redhill, Surrey, RH1 1TQ VAT number: 900 6633 53 http://seoss.co.uk/ +44-(0)1273-808309 -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/78238a96-da63-2e5b-6a41-56c0dd215d18%40seoss.co.uk. For more options, visit https://groups.google.com/d/optout.
