maintainer-feedback requested: [Bug 269124] sysutils/u-boot-beaglebone: pocketbeagle stuck in boot loop with timer error
Date: Mon, 23 Jan 2023 22:42:45 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-uboot (Nobody) <uboot@FreeBSD.org> for maintainer-feedback: Bug 269124: sysutils/u-boot-beaglebone: pocketbeagle stuck in boot loop with timer error https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269124 --- Description --- Hello, When booting pocketbeagle I was getting "Could not initialize timer" error in a loop. It turned out that the device tree for pocketbeagle loaded by U-Boot lacked chosen/tick-timer definition. After adding the missing property and rebuilding u-boot-beaglebone the board booted successfully. Please see the proposed patch attached in the file. Thanks Max