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.

Loading Ramdisk file system image run time on target board.

Hello All,

I have customized board of DM6446. My board runs my product which processes live video. I have following requirements

1. I need to upgrade my product on my board runtime means the only root file system which includes latest updates of my product. I will create a "filesys.gz" of my file system and should burn it on nand flash, this all can be done under uboot prompt (DvEVM#). but  I want to burn/upload the file system runtime. I mean the file system should burnt on NAND flash while my video processing is running. How can we achieve this? can we call/use "run (U boot command which runs command in an enviroment variable)" once linux os is up?

Please help me on this ASAP as work is halted .