Hi, * Felipe Balbi <balbi@xxxxxxxxxx> [200512 13:41]: > Hi, > > Felipe Balbi <balbi@xxxxxxxxxx> writes: > > what's the trick to get BBB to boot recent kernels nowadays? :-p > > > > I'm using omap2plus_defconfig without CPSW (doesn't link otherwise) with > > GCC 10.1.0 (I'll try an older version shortly). Cmdline is the usual > > same result with 9.2. Nothing from low level debug either. Maybe check you have a current dtb file? The older dtb files may not have all the needed data. Also you probably want to add "earlycon" to your your kernel cmdline and then you have early output from CONFIG_SERIAL_EARLYCON=y as long as there's a chosen entry for the device uart. So no need to enable DEBUG_LL in most cases. There's "[PATCH net v4] net: ethernet: ti: Remove TI_CPTS_MOD workaround" being discussed too for the cpsw regression. Regards, Tony