Re: [coreboot] Questions about using coreboot riscv with qemu

2018-09-11 Thread ron minnich
I used to use spike exclusively. But, if you have a bit of money spend, get an arty board and get the bitstream and use "real" hardware. Lots better. On Tue, Sep 11, 2018 at 3:44 PM Angel Pons wrote: > Hello, > > > qemu-system-x86_64 -bios build/coreboot.rom -serial stdio > > Note that this

Re: [coreboot] Questions about using coreboot riscv with qemu

2018-09-11 Thread Angel Pons
Hello, > qemu-system-x86_64 -bios build/coreboot.rom -serial stdio Note that this command is for x86_64, which is not the architecture the author of this thread is referring to (RISC-V) Regards, Angel Pons -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] Questions about using coreboot riscv with qemu

2018-09-11 Thread zahra rahimkhani
Hi, you can use this command qemu-system-x86_64 -bios build/coreboot.rom -serial stdio This can display with serial port. Thanks, On Mon, Sep 10, 2018 at 10:04 AM Liam Naddell wrote: > This is my first time using a mailing list btw, sorry. > > > I was wondering how I could test the images I

Re: [coreboot] Questions about using coreboot riscv with qemu

2018-09-10 Thread Jonathan Neuschäfer
On Mon, Sep 10, 2018 at 10:03:14AM -0400, Liam Naddell wrote: > This is my first time using a mailing list btw, sorry. Hi and welcome, > > I was wondering how I could test the images I have built with `make > riscv-crossgcc && make` using qemu. > > > I tried running qemu-system-riscv64(the

[coreboot] Questions about using coreboot riscv with qemu

2018-09-10 Thread Liam Naddell
This is my first time using a mailing list btw, sorry. I was wondering how I could test the images I have built with `make riscv-crossgcc && make` using qemu. I tried running qemu-system-riscv64(the one gotten from the riscv-linux port), with the name of the image produced(coreboot.rom),