On Tue, Mar 19, 2019 at 3:09 PM Kristian Bertram <[email protected]> wrote: > > No, i just have to use kernel 4.9 because og some legacy code unfortunately, > so the issues is still there for me
Well it's a two part fix. 1: u-boot has to set the correct rtc bit: https://github.com/RobertCNelson/Bootloader-Builder/blob/master/patches/v2018.09/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch#L173-L195 2: the kernel has to have the correct bit set: https://github.com/beagleboard/linux/blob/4.9/arch/arm/boot/dts/am335x-pocketbeagle-common.dtsi#L1127-L1129 When those two are set, it'll properly shutdown. 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYiFgxP_iT61POB1Bv9y4xbhSS4NGNA-pGKQKmViX1OB0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
