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...
i took new board out of its cardboard box and powered it onrepo init -u https://git,morello-project.org/morello/manifest.git -b morello/release-1.3 -g bsprepo syncbuild-scripts/build-all.sh -p soc -f nonesudo mount /dev/sda1 /mntsudo rm -rf /mnt/*sudo cp -r output/soc/firmware/* /mnt/SOFTWARE
I thought i also didsudo cp -r bsp/board-firmware/* /mntbut maybe forgot
It was 80_1_86G.bin and that is what MCC was complaining about - dunno what code was producing the complaint or whether it was doing the right thing - rather unwisely i just followed its advice and edited the config - i guess i should put it back and find out how to remove the warning (which interupts the boot)?
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