Skip to content

binfmt issue installing pyyaml inside chroot requires additional documentation #395

@nuclearmistake

Description

@nuclearmistake

Host: Ubuntu 24something inside WSL2
Build command: ./dev.sh make build PROFILE=extended-devel OUTPUT_FILE=firmware/U1_extended.bin

overlays/firmware-extended/02-firmware-config/scripts/01-install-yaml.sh causes an exec format error when installing pyyaml inside the rockchip chroot

solution:

sudo apt update
sudo apt install qemu-user-static binfmt-support
sudo modprobe binfmt_misc
sudo systemctl restart systemd-binfmt.service

then run build normally

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions