-
Notifications
You must be signed in to change notification settings - Fork 2.9k
armbian-install fails on Vontar-X92: Operation not permitted #3458
Description
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:
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:
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:
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.