Skip to content

armbian-install fails on Vontar-X92: Operation not permitted #3458

@DominusQuadra

Description

@DominusQuadra

Device Information | 设备信息

  • SOC: s912
  • Model: Vontar-X92

Armbian Version | 系统版本

  • Kernel Version: 6.18.20-ophub
  • Release: noble

Describe the bug | 问题描述
armbian-install exits with this error:

Image

As you can see, the script isn't correctly detecting the device file of the eMMC. I figured the cause of this was that the disk has a bunch of partitions, as seen with lsblk:

Image

I tried to remove the partitions with sudo wipefs -a /dev/mmcblk2boot0, but it gave me this error:
wipefs: /dev/mmcblk2boot0: failed to erase gpt magic string at offset 0x00000200: Operation not permitted
To get around this issue, i manually modified the armbian-install script to hardcode my device file into the DEV_EMMC variable. This allowed me to get further in the script, but it failed with this output:

Image

I also tried this with resolute and trixie versions, but the outcome was the same. I'm at my wit's end here, and any help would be appreciated.

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