You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this is a bug in the MTD driver of the kernel which is broken since 5.4 (up to 5.15). When you write from userspace only the first byte is written to, so CRC is wrong. We hope to have a solution soon. We'll update once it's fixed.
Image: core-image-base
Kernel version: 5.10.104+gbb58f0eeb397
U-Boot Boundary version: v2020.10+gitAUTOINC+3d5e7f6023
Release: Master
I'm using fw_printenv (from u-boot-fw-utils) to read the environment.
fw_env.config:
/dev/mtd1 0x00000 0x2000 0x1000 2
When I write any variable to the env using fw_setenv, I can't read it anymore.
@gibsson
The text was updated successfully, but these errors were encountered: