Skip to content

Commit

Permalink
Use /dev/mtdblock0 for writing on the SPI flash
Browse files Browse the repository at this point in the history
/dev/mtd0 doesn't seem to work right.

Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Nov 15, 2022
1 parent 1490a79 commit e995901
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ like:
```

where <size> is the size (in hex) reported by the download. You can
also "dd" it to /dev/mtd0 on Linux.
also "dd" it to /dev/mtdblock0 on Linux. Don't forget to sync before
rebooting.

## Bypassing SPI boot

Expand Down

0 comments on commit e995901

Please sign in to comment.