Hey all, I'm part of a club at my university that builds linux-based cubesats, and we have a fork of u-boot that diverged in ~2024. When I try to boot I get the error mentioned above. I see something like this over serial at boot-time.
CPU : AM335X-GP rev 2.1 Model: TI AM335x PocketBeagle DRAM: 1 GiB Core: 155 devices, 16 uclasses, devicetree: separate Could not initialize timer (err -19) So far, I've verified our configuration, which is based on am335x-evm_defconfig, and confirmed that the device tree u-boot uses contains chosen tick-timer: &timer2. This was motivated by [PATCH v4 07/10] arm: dts: am335x-*-u-boot: Add chosen tick-timer <https://lists.denx.de/pipermail/u-boot/2026-January/608684.html>. Any pointers or assistance would be much appreciated, Cullen Sharp

