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.

uImage kernel: Able to change files within a uImage for DM368?

Preface, I'm not a developer or engineer.

I have an IP camera  based on the DM368 that the manufacturer no longer supports.  I would like to change out some language files (.wav's) within the uImage kernel.  Is there a way to 'decompress' the uImage and then 'recompress' it?

Thanks for any help! 

  • Patrick,

    The wav files are not part of the kernel image. Its part of the filesystem. It depends on the system, if it is read-only file system, you won't be able to write to the partition. But if its read/write filesystem you will be able to copy a file into it.