Fill EEPROM with value, not from file #2083
-
|
Hello. I can write some first bytes of EEPROM like Is it possible to fill entire array with similar (short) command? I can't find it at man page. Like as these hypothetical commands: Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
stefanrueger
Mar 22, 2026
Replies: 1 comment 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jpka-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-T "write eeprom 12 34 0xcc ..."fills 34 bytes of EEPROM at address 12 with 0xcc. Here a complete example