We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Warning: the PMIC image for this board must be updated. Please edit io_vxxxf.txt stored in \MB\HB10364A\ and set MBPMIC: to pms_0V85.bin Press any key to continue...
Nick Lewis said:morello/release-1.3
Why 1.3? It's 1.5 years old.
Nick Lewis said:sudo rm -rf /mnt/*sudo cp -r output/soc/firmware/* /mnt/SOFTWARE
There are directories (and top-level files) on the SD card other than SOFTWARE, so you blew those away.
Nick Lewis said:sudo cp -r bsp/board-firmware/* /mnt
This should restore them, but will also overwrite the SOFTWARE you just built with pre-built ones (for the same source). If you did that then as far as I can tell things should have worked. If you didn't then I have no clue as to the consequences, but it 100% won't boot. I wouldn't be surprised if the MCC catches various errors and dumps out that bogus error message on hitting them given the Morello firmware is mostly a tweaked version of the N1SDP's, as far as I know. Unfortunately the MCC firmware itself is closed-source.
All you need is the contents of board-firmware on the SD card (see https://ctsrd-cheri.github.io/cheribsd-getting-started/morello-firmware/index.html).
i followed the documentation from ARMdeveloper.arm.com/.../Building-the-Morello-software-stacklinks to:git.morello-project.org/.../user-guide.rst
i will try the rel1.5 of the user-guide and see if that works better than the rel1.3:
git.morello-project.org/.../user-guide.rst