Re: Basic ISO Boot to Command Prompt

2016-09-09 Thread Chris Rothrock
Norman, It seems you were right about the hardware - the laptop I was using for my testing can load the demo from within the hardware linux install through the qemu emulator but that laptop fails to load the framebuffer directly. On another machine, I can successfully launch the ISO as a hardware

Re: Basic ISO Boot to Command Prompt

2016-09-09 Thread Norman Feske
Hi Chris, > Ok, so going off these instructions I want to try to reproduce the demo > ISO that is available for download. When I use the basic make run/demo, > this demo scenario runs perfectly fine through qemu on my Linux machine > and creates a bootable ISO image, however that bootable ISO ima

Re: Basic ISO Boot to Command Prompt

2016-09-09 Thread Chris Rothrock
Norman, Ok, so going off these instructions I want to try to reproduce the demo ISO that is available for download. When I use the basic make run/demo, this demo scenario runs perfectly fine through qemu on my Linux machine and creates a bootable ISO image, however that bootable ISO image does NO

Re: Basic ISO Boot to Command Prompt

2016-09-09 Thread Norman Feske
Hi Chris, On 08.09.2016 23:17, Chris Rothrock wrote: > I am trying to build the most basic Genode build that creates a bootable > ISO image that, once booted, brings me to a command prompt and outputs > to a screen, not to a serial connection. in Genode, there is no command prompt to speak of. Th

Basic ISO Boot to Command Prompt

2016-09-08 Thread Chris Rothrock
I am trying to build the most basic Genode build that creates a bootable ISO image that, once booted, brings me to a command prompt and outputs to a screen, not to a serial connection. I'm fairly familiar with the build process and I have made numerous demo builds work from within qemu but I am tr