02-20-2019, 05:42 AM
(07-27-2018, 09:38 AM)PigLover Wrote: @aww posted a build with the right modifications to avoid the soPine reboot problems on a clusterboard.
See here: https://forum.pine64.org/showthread.php?...4#pid36724
Is the reboot issue solved for you?
I tried a lot of images: the aww's one, the latest (at time of writing) Armbian (both Ubuntu and Debian), with a mainline kernel (4.19 from armbian, and 4.19 I compiled myself) or with a legacy one. I also tried to build my own image, with the most recent AFT and u-boot. But NEVER, the board succeed to perform a reboot: even through reboot, reboot -f, shutdown -r now or via a watchdog timeout (the later is by the way the only way I need). I also tried to alter some dtb settings (like the ones suggested by paradise). I tried with different SD cards, with different soPine, at different position on the clusterboard, ...
In any case, it's end up with:
Code:
# reboot -f
Rebooting.
[ 221.132662] reboot: Restarting system
And then nothing. In a previous revision of ATF, I got:
Code:
# reboot -f
Rebooting.
[ 221.132662] reboot: Restarting system
INFO: PSCI Affinity Map:
INFO: AffInst: Level 0, MPID 0x0, State ON
INFO: AffInst: Level 0, MPID 0x1, State ON
INFO: AffInst: Level 0, MPID 0x2, State ON
INFO: AffInst: Level 0, MPID 0x3, State ON
But no reboot occurs neither.
How does it work for you?
What item can I debug to understand what's going so wrong?