copying the files from nand to memory and using bootm, i solved the problem.
now third question:)
the uImage file is about 12 mb when i include the gstreamer package and its dependent ones, when trying to boot ramdisk incomplete write(-28!=32768)33554432 error occurs. i searched it and it is related to ramdisk size. how can i change the ramdisk size? or is there another better solution(with explanations please)?
by the way i am using the bsp provided by freescale to create the ltib.
today i changed bootloader to boot from nand in ltib configuration, burn the u-boot-nand.bin file to 0x0 position of nand flash, changed the switches to boot from nand and achieved to see the u-boot prompt. at the moment i need environment variables to boot to linux kernel, could anyone using this board and booting from nand paste his/her printenv output?
burkay wrote:
hi all,
i try to use mpc8313e for media streaming purposes and when included gstreamer package, the rootfs.ext2.gz.uboot image becomes about 12M which cannot fit to 8M onchip nor flash. any answer to below two questiones appreciated:
1. to which memory locations i should burn the uImage, rootfs.ext2.gz.uboot and mpc8313erdb.dtb images on the nand flash that when configured the switches to boot from nand flash, it successfully boots to linux?
2. is there a way that burning the rootfs image to nand flash, other two images to nor flash, boot from nor (switches configured to boot from nor), and succesfully reach to linux terminal?
thanks in advance..