Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Radxa Zero 3W - Format eMMC fails Report 62215187-eddb-4247-9feb-69f6d693802e #7154

Open
Clumpton opened this issue Jul 11, 2024 · 2 comments

Comments

@Clumpton
Copy link

Creating a bug report/issue

  • [ YES] I have searched the existing open and closed issues

Required Information

Details:

  • Date | 2024-07-11 20:36:45
  • Bug report | 62215187-eddb-4247-9feb-69f6d693802e
  • Program name | DietPi-Drive_Manager
  • Command | dd if=/dev/zero of=/dev/mmcblk0boot0 bs=4K count=10
  • Exit code | 1
  • DietPi version | v9.6.1 (MichaIng/master)
  • Distro version | bookworm (ID=7)
  • Kernel version | Linux RadxaDietPi 5.10.160-legacy-rk35xx #1 SMP Wed May 15 03:04:45 UTC 2024 aarch64 GNU/Linux
  • Architecture | arm64
  • Hardware model | Radxa ZERO 3 (aarch64) (ID=90)
  • Power supply | (EG: RAVPower 5V 1A)
  • SD card | (EG: SanDisk Ultra 16 GB)

Steps to reproduce:

  1. Run dietpi-Drive Manager as root
  2. Request format of on-board eMMc

Expected behaviour:

  • Drive should be formatted

Actual behaviour:

  • Operation not permitted

Extra details:

  • This is the latest Radxa Zero 3 W, has wifi but no Ethernet

Additional logs:

dd: error writing '/dev/mmcblk0boot0': Operation not permitted


@MichaIng
Copy link
Owner

Hmm, /dev/mmcblk0boot0 AFAIK is not the actual eMMC, those are some additional storages which appear with some SBCs and kernel versions which I also didn't fully understand. Probably uncommon SPI devices.

Can you try to switch to from partition format mode to drive format mode? Then dev/mmcblk0 as a whole should be formatted, with a new partition table. I'll try to exclude those *bootN devices when formatting in partition mode.

@Clumpton
Copy link
Author

Clumpton commented Jul 12, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants