Hi Corey,
In 2022.x Yocto we don't have a vpk120 machine configuration file, this
is something we have planned to add in 2023.1. But still you should be
able to use versal-generic machine conf file with below configs and run
it on qemu/hw.
HDF_BASE = "file://"
HDF_PATH = "/<ABSOLUTE_PATH_TO_XSA>/vpk120.xsa"
# Versal PLM Variables
YAML_SERIAL_CONSOLE_STDIN:pn-plm-firmware =
"versal_cips_0_pspmc_0_psv_sbsauart_0"
YAML_SERIAL_CONSOLE_STDOUT:pn-plm-firmware =
"versal_cips_0_pspmc_0_psv_sbsauart_0"
# Versal Device-tree Variables
YAML_CONSOLE_DEVICE_CONFIG:pn-device-tree =
"versal_cips_0_pspmc_0_psv_sbsauart_0"
YAML_DT_BOARD_FLAGS = "{BOARD versal-vpk120-reva}"
$ MACHINE=versal-generic bitbake core-image-minimal
I will take a look on this issue.
Thanks,
Sandeep
On 1/10/2023 2:36 PM, Thompson, Corey via lists.yoctoproject.org wrote:
Hello.
I'm having trouble with runqemu (for the VPK120 Versal evaluation board)
after updating from rel-v2022.1_update2 to rel-v2022.2. I see there has
been a lot of refactoring in this area between the two releases, and now
it looks like there is an attempt to boot using the initramfs-bundled
kernel if there is one. However, when I use runqemu with these options,
I see nothing happen. I never see the PLMFW run, no kernel boots, QEMU
simply appears to hang until I terminate it.
I realize that I can work around the issue by setting
INITRAMFS_IMAGE_BUNDLE="0", but the problem is that we want to be able
to use the same config that we use to generate hardware images, and this
is the configuration that we prefer to use for our hardware targets.
I've put together a minimum working example to try to illustrate the
issue. You can find it at this link; instructions are in the README.
https://github.com/cmtptr/corey-build
Any pointers here would be greatly appreciated.
Thanks,
Corey
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#5123):
https://lists.yoctoproject.org/g/meta-xilinx/message/5123
Mute This Topic: https://lists.yoctoproject.org/mt/96187675/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-