Re: Wrong number of CPUs detected on RPI3 and FreeBSD 13.1
- In reply to: greg_a_unrelenting.technology: "Re: Wrong number of CPUs detected on RPI3 and FreeBSD 13.1"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Jun 2022 08:57:11 UTC
Em 05/06/2022 14:31, greg@unrelenting.technology escreveu: > June 5, 2022 2:18 PM, "Otacilio" <otacilio.neto@bsd.com.br> wrote: > >> After some debug I found that this routine is returning -1: >> >> Someone can give-me a hint about the function of psci_callfn ? > PSCI is an interface for calling into power management firmware. > Just saying that *a* PSCI call failed is not informative, we really need the arguments of the call. > > I'm not sure what firmware you have on the SD card but armstub8 from > https://github.com/gonzoua/rpi3-psci-monitor should support: > PSCI_VERSION, PSCI_CPU_ON, PSCI_SYSTEM_OFF, and PSCI_SYSTEM_RESET. > Which should be all the calls that FreeBSD ever does… I have solved the issue following the procedure of this message. I think that the problem was the old firmware. https://lists.freebsd.org/pipermail/freebsd-arm/2020-March/021430.html Thanks a lot