Lines Matching full:ide
9 Supports the "-M mips" configuration of qemu: serial,NE2000,IDE.
72 6) Generate Ide Disk
74 # dd of=ide bs=1k cout=100k if=/dev/zero
76 # sfdisk -C 261 -d ide
77 # partition table of ide
85 7) Copy to ide
87 # dd if=uImage bs=512 conv=notrunc seek=63 of=ide
91 # Attached as loop device ide offset = 32130 * 512
92 # losetup -o 16450560 -f ide
97 # mount -o loop,offset=16450560 -t ext2 ide /mnt
113 setenv load_rd_ext2 'ide res; ext2load ide 0:2 ${rd_start} /boot/initrd.gz'
115 setenv load_kernel_hda 'ide res; diskboot ${load_addr} 0:2'
116 setenv load_kernel_ext2 'ide res; ext2load ide 0:2 ${load_addr} /boot/uImage'
131 10) Now you can boot from flash, ide, ide+ext2 and tfp
133 …-system-mips -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -hda ide
140 …m-mips -S -s -M mips -pflash flash -monitor null -nographic -net nic -net user -tftp `pwd` -hda ide