Lines Matching refs:u
23 Using u-boot.bin as ROM (replaces Qemu monitor):
27 # qemu-system-mips -M mips -bios u-boot.bin -nographic
31 # qemu-system-mipsel -M mips -bios u-boot.bin -nographic
35 # qemu-system-mips64 -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
39 # qemu-system-mips64el -cpu MIPS64R2-generic -M mips -bios u-boot.bin -nographic
41 or using u-boot.bin from emulated flash:
47 # dd of=flash bs=1k conv=notrunc if=u-boot.bin
149 # mipsel-unknown-linux-gnu-gdb u-boot
180 Discard symbol table from `/private/u-boot-arm/u-boot'? (y or n) y
184 (gdb) add-symbol-file u-boot 0x87fa0000
185 add symbol table from file "u-boot" at
188 Reading symbols from /private/u-boot-arm/u-boot...done.