This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Morello Bring-up

On trying to bring up a Morello board the MCC reported
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 blindly did as suggested but there is no pms_0V85.bin in the directory so it failed to boot.
On the regular Neoverse there was this issue https://community.arm.com/oss-platforms/w/docs/604/notice-potential-damage-to-n1sdp-boards-if-using-latest-firmware-release with a link to a zip containing pms_0V85.bin. I installed this file and the warning went away.
However was this the correct thing to do on a new Morello board?
Parents
  • i took new board out of its cardboard box and powered it on
    repo init -u https://git,morello-project.org/morello/manifest.git -b morello/release-1.3 -g bsp
    repo sync
    build-scripts/build-all.sh -p soc -f none
    sudo mount /dev/sda1 /mnt
    sudo rm -rf /mnt/*
    sudo cp -r output/soc/firmware/* /mnt/SOFTWARE

    I thought i also did
    sudo cp -r bsp/board-firmware/* /mnt
    but maybe forgot

Reply
  • i took new board out of its cardboard box and powered it on
    repo init -u https://git,morello-project.org/morello/manifest.git -b morello/release-1.3 -g bsp
    repo sync
    build-scripts/build-all.sh -p soc -f none
    sudo mount /dev/sda1 /mnt
    sudo rm -rf /mnt/*
    sudo cp -r output/soc/firmware/* /mnt/SOFTWARE

    I thought i also did
    sudo cp -r bsp/board-firmware/* /mnt
    but maybe forgot

Children