Answer the question
In order to leave comments, you need to log in
How to correctly read a file from an mtd device?
Good day!
On Linux, there is a device /dev/mtd1(nand-flash) where the uImage is copied with the usual cp command, i.e.:
#cp /tmp/uImage /dev/mtd1
If I want to extract the uImage and copy it to another partition, is it enough do something like:
#cp /dev/mtd1 /dev/mtd5
or is there another way?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question