[U-Boot] booting initramfs

2008-09-17 Thread cjjoy1980
Hi all! I am trying to boot my board with initramfs file system. After loading the kernel image and initramfs onto uboot, executing bootm command gave me errors of bad magic number. Then I tried to append header information using mkimage, here's what I executed: /tools/mkimage -A ppc -O

Re: [U-Boot] booting initramfs

2008-09-17 Thread Wolfgang Denk
Dear cjjoy1980, In message [EMAIL PROTECTED] you wrote: I am trying to boot my board with initramfs file system. After loading the kernel image and initramfs onto uboot, executing bootm command gave me errors of bad magic number. Then I tried to append header information using mkimage,