On Fri, Dec 19, 2008 at 7:18 PM, Wolfgang Denk <[email protected]> wrote: > Dear Mike, > > A: Full quoting. > > Q: And what is the second most annoying thing on usenet and in e-mail? > > A: Because it messes up the order in which people normally read text. > > Q: Why is it such a bad thing? > > A: Top-posting. > > Q: What is the most annoying thing on usenet and in e-mail? > > > Please STOP top-posting / full quoting. Read > http://www.netmeister.org/news/learn2quote.html > > In message <[email protected]> you > wrote: >> >> So quick response :). >> Yes, I download it into memory manually by `tftpboot a0a00000 ramdiskfile` > > Then your ramdiskfile is probably not a ramdisk file recognized by > your kernel. Can you mount it locally using the loopback device in > Linux? Mike: It could be mounted via loopback device. Below is the steps I made the ramdisk image: dd if=/dev/zero of=initrd.bin bs=4k count=4096 sudo /sbin/mke2fs -F -v -m0 initrd.bin sudo mount -o loop initrd.bin /mnt/initrd sudo cp -av $(ROMFSDIR)/* /mnt/initrd sudo umount /mnt/initrd gzip -f9 initrd.bin ../openWRT-BL2338_DEV/build_dir/host/mkimage/mkimage -O linux -A mips -T ramdisk -C gzip -n 'Test Ramdisk Image' -d initrd.bin.gz uRamdisk
Thanks. > > Best regards, > > Wolfgang Denk > > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] > I will also, for an appropriate fee, certify that your keyboard is > object-oriented, and that the bits on your hard disk are template- > compatible. - Jeffrey S. Haemer in <[email protected]> > _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

