Now , I get some problems when I try to boot my DM8168 board using jffs2 file system.
then I want to boot it from Ramdisk. But I found that there is no ramdisk.gz file in the EZSDK .
Does any one know where is the ramdisk.gz or is there any way to build one ? what tool do I need?
thanks.
ramdisk.gz file is noted here.
http://processors.wiki.ti.com/index.php/DM816x_AM389x_PSP_User_Guide#Booting_Linux_Kernel
TI8168_EVM# setenv autoload no TI8168_EVM# dhcp TI8168_EVM# setenv serverip <Server IP Address> TI8168_EVM# tftp 0x81000000 uImage TI8168_EVM# tftp 0x82000000 ramdisk.gz TI8168_EVM# setenv bootargs 'mem=200M console=ttyO2,115200n8 root=/dev/ram0 initrd=0x82000000,40M ramdisk_size=45000 ip=dhcp' TI8168_EVM# bootm 0x81000000