mirror of
https://github.com/thead-yocto-mirror/meta-riscv
synced 2026-09-17 20:52:40 +02:00
15 lines
496 B
Plaintext
15 lines
496 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: generic riscv32 machine
|
|
#@DESCRIPTION: Machine configuration for running a generic riscv32
|
|
|
|
require conf/machine/include/qemuriscv.inc
|
|
|
|
DEFAULTTUNE = "riscv32"
|
|
|
|
QB_OPT_APPEND += "-show-cursor -monitor null -device loader,file=${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE},addr=0x80400000"
|
|
|
|
# u-boot doesn't compile, error: "can't link hard-float modules with soft-float modules"
|
|
# EXTRA_IMAGEDEPENDS += "u-boot"
|
|
# UBOOT_MACHINE = "qemu-riscv32_defconfig"
|
|
# UBOOT_ELF = "u-boot"
|