Hi All,
I want to flash the nand with filsystem.
I tried using this manual:
http://processors.wiki.ti.com/index.php/GSG:_DM365_DVEVM_Additional_Procedures#Restoring_the_NAND_Flash_Using_NFS
I already flashed the nand with uImage.
but I no have the file: dm365_flash_image_#_#_#_#.tar or similar (I don't have the CDs).
Currenly, my DM365 EVM run from NFS and TFTP on ubuntu.
I want to create tar filesystem from NFS (/targetfs directory as described in the getting started manual).
Can I do this with this commands?
cd /targetfs
tar cpjf /rootfs.tar.bz2 .
If yes, How can I continue the procedure (I want that the DM365 will run from nand flash)?
Thanks!