
Jean-Christophe PLAGNIOL-VILLARD wrote:
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com
doc/README.qemu_mips | 67 +++++++++++++++++++++++++++++++++++++++++++------ 1 files changed, 58 insertions(+), 9 deletions(-)
Applied and pushed out, thanks.
By the way, let me nitpick.
diff --git a/doc/README.qemu_mips b/doc/README.qemu_mips index 2a6f1cf..13c98b9 100644 --- a/doc/README.qemu_mips +++ b/doc/README.qemu_mips @@ -17,7 +17,28 @@ create image: start it: # qemu-system-mips -M mips -pflash flash -monitor null -nographic
-Ide Disk
We don't have I-1) and,
+2) Download kernel + initrd
+On ftp://ftp.denx.de/pub/contrib/Jean-Christophe_Plagniol-Villard/qemu_mips/ +you can downland
+#config to build the kernel +qemu_mips_defconfig +#patch to fix mips interupt init on 2.6.24.y kernel +qemu_mips_kernel.patch +initrd.gz +vmlinux +vmlinux.bin +System.map
I-3) here. But this does not prevent me from pushing them out. When you get a chance to update this doc in the future, please correct them.
Thanks!
Shinya
+4) Generate uImage
+# tools/mkimage -A mips -O linux -T kernel -C gzip -a 0x80010000 -e 0x80245650 -n "Linux 2.6.24.y" -d vmlinux.bin.gz uImage
+5) Copy uImage to Flash +# dd if=uImage bs=1k conv=notrunc seek=224 of=flash
+6) Generate Ide Disk
# dd of=ide bs=1k cout=100k if=/dev/zero