Hi,
I'm following this document: https://github.com/processmission/qemu/blob/devel/docs/system/arm/rk3588.rst
I am trying to boot a ZVM test image. According to the docs, the firmware boot path requires a Rockchip RKNS image to be provided via the SD/MMC interface. I believe this involves providing a u-boot-rockchip.bin file.
Could you please clarify:
- Is there a pre-built
u-boot-rockchip.bin file available for this QEMU model? If so, where can I download it?
- If not, could you provide the step-by-step instructions to generate a working
u-boot-rockchip.bin from source?
What I've tried:
I attempted to build the u-boot-rockchip.bin file myself, but the generated binary file could not start the ZVM image in QEMU.
Environment:
- QEMU branch:
devel
- Host OS: Ubuntu 22.04
Any guidance would be greatly appreciated. Thanks!
Hi,
I'm following this document: https://github.com/processmission/qemu/blob/devel/docs/system/arm/rk3588.rst
I am trying to boot a ZVM test image. According to the docs, the firmware boot path requires a Rockchip RKNS image to be provided via the SD/MMC interface. I believe this involves providing a
u-boot-rockchip.binfile.Could you please clarify:
u-boot-rockchip.binfile available for this QEMU model? If so, where can I download it?u-boot-rockchip.binfrom source?What I've tried:
I attempted to build the
u-boot-rockchip.binfile myself, but the generated binary file could not start the ZVM image in QEMU.Environment:
develAny guidance would be greatly appreciated. Thanks!