User talk:MrNuke: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
 
Line 6: Line 6:


Launch qemu with '''-serial stdio''' and pass kernel the '''console=tty''' option. (UNTESTED).
Launch qemu with '''-serial stdio''' and pass kernel the '''console=tty''' option. (UNTESTED).
Run qemu-arm:
'''$ qemu-system-arm -M vexpress-a9 -m 1024M -serial stdio -kernel build/coreboot.rom'''

Latest revision as of 19:55, 6 February 2014

Sections deserving their own page

Testing ARM coreboot under qemu-system-arm

Launch qemu with -serial stdio and pass kernel the console=tty option. (UNTESTED).

Run qemu-arm:

$ qemu-system-arm -M vexpress-a9 -m 1024M -serial stdio -kernel build/coreboot.rom