-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Lines 98 to 100 in e1fc3b3
| mtd write spi-nand0 $loadaddr 0x200000 $filesize | |
| ``` | |
| make sure size of ubi partition in devicetree matches your nand size on first linux boot to correctly resize the ubifs, else EC errors occour when booting from nand. |
Could use this instead?
mtd write ubi $loadaddr 0 $filesizeThen this would work on R64/R3/R4, where all boards have a different offset.
Metadata
Metadata
Assignees
Labels
No labels