phelum Posted October 16, 2021 Posted October 16, 2021 Hi, I'm trying to generate a U-Boot for my OrangePi Plus board (H3). I'm using the Denx 2021.10 release and have tried the standard defconfig for this board and also variations of this config. Starting the kernel is fine but the kernel crashes/hangs when starting if I'm using HYP (nonsec) mode. Starting in sec mode works but this only enables one of the four CPU cores. The kernel crash/hang occurs while executing "udevadm trigger --action=add" but I can't determine exactly what is being enabled when the error occurs. Trying different kernels (including the Armbian 5.10 version) show no difference. The Armbian U-Boot (2021-10 dated August 2021) does work but I can't get a similar version even when I use the Armbian config from apt.armbian.com. Can anyone provide a link to the Armbian source so I can find out what has been fixed for this H3 board. Perhaps a board_init function has been added. Thanks, Steven
tparys Posted October 16, 2021 Posted October 16, 2021 https://github.com/armbian/build All links to the original source code and all Armbian patches are in this repository. You will probably not receive help porting this work to Denx, but everything is available for your reference.
phelum Posted October 16, 2021 Author Posted October 16, 2021 Hi, Thanks for the pointer to the patches. I've applied some to the Denx master and it now works. I suspect the clock patches were the critical ones. Cheers, Steven
Recommended Posts