I am working on AT91SAM9260EK board
and NAND flash
I have some very basic doubts ....
i configured the buildroot using menuconfig/xconfig and was able to compile.
In the output images, i have
uImage ( compressed linux kernel ) and root.jffs2
i have already flashed the at91bootstrap and uboot to the NAND flash at respective address.
( readymade binaries from at91.com/)
i flash the root.jffs2 to the NAND at the 0x400000
i) When i boot the system, i get
U-Boot> Wrong Image Format for bootm command
Unknown command 'Wrong' - try 'help'
ii) Also tried
setenv bootargs 'mem=64M console=ttyS0,115200 root=/dev/mtdblock1 rw rootfstype=jffs2'
But same error
Wrong Image Format for bootm command
ERROR: can't get kernel image!
iii) In the Buildroot demo, there are
binaries of Linux Kernel, Boot-Env
Uboot and at91Bootstrap and also .jffs2.
Q) What all exactly does the .jffs2 image contain ?
Q) Do i need to generate binary file of the linux kernel ? If yes, how ?
Q) How do i use the uImage compressed linux kernel ?
Q) How would fresh binaries of Bootstrap and Uboot get generated after i choose them in the menuconfig ?
Whats really missing ?
Thanks a lot in advance,
AbhiAsh