User talk:MrNuke: Difference between revisions
Jump to navigation
Jump to search
(56 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== | == Sections deserving their own page == | ||
* [[User_talk:MrNuke/Block_Device_API | IDEAPAGE: Generic handling of storage devices]] | |||
* [[User_talk:MrNuke/CBFS_Ideas | IDEAPAGE: CBFS partitioning support]] | |||
=== | == 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''' | |||
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