In order to convert my WRT320N to E2000, I need to execute the following:
Tomato doesn't have the mtd utility, however it does have mtd-write, mtd-unlock, and mtd-erase.
How do I replicate the code above using these utilities instead? If I try the obvious (mtd-unlock -d cfe) I get: "Error unlocking MTD"
Code:
mtd unlock cfe mtd write -f cfe_e2k.bin cfe
How do I replicate the code above using these utilities instead? If I try the obvious (mtd-unlock -d cfe) I get: "Error unlocking MTD"