This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

howto update uboot parameters partition in linux?

Hi, everyone,

     for ipnc368, I can read and update(write) mtd2/mtdblock2 partition(linux kernel) or mtd 3 partion(linux root fs) normally. Now, I want to change uboot parmameters with telnet remotely. So I think I can update the mtd1 partition. I read the mtd1to a binary image file from a tested ok camera, but I found its' content is all 0xFF. I write the abnormal bin file to another camera's mtd1 partion, I found the write action seems no effect. I have try dd /dev/mtd1, cp /dev/mtdlock1, the result are same.

    any suggestion are appreciated!

   thanks!