Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-12 Thread Niteesh
I haven't tested it, but it should be possible if using u-boot. I wanted to try this out but didn't have the time due to my university's tight academics. I currently use a setup in which the kernel images are transferred through serial, but it is really slow. I will try this out, once I am free.

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-12 Thread Jiri Gaisler
You should build devel/qemu4 with RSB, the older devel/qemu does not build on newer systems ... Jiri. On 1/12/20 4:48 PM, Niteesh wrote: > I can't build QEMU using RSB, there seems to be a problem with GLib(see > attachment) > but I had no problem building it from the source. Should I just men

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-12 Thread Niteesh
I can't build QEMU using RSB, there seems to be a problem with GLib(see attachment) but I had no problem building it from the source. Should I just mention build qemu from source? On Tue, Jan 7, 2020 at 11:12 PM Niteesh wrote: > I didn't use the QEMU build from RSB, I built it from the source di

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-07 Thread Niteesh
I didn't use the QEMU build from RSB, I built it from the source directly for another project I'll try QEMU from RSB, and will also add instructions for it in a couple of days. On Tue, Jan 7, 2020 at 1:00 AM Gedare Bloom wrote: > On Mon, Jan 6, 2020 at 11:25 AM Niteesh wrote: > > > > Do you wan

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Gedare Bloom
On Mon, Jan 6, 2020 at 11:25 AM Niteesh wrote: > > Do you want to add a build section or just add in a statement that states "it > was built > using xx version of RSB"? > Just a simple statement. Don't even need to mention a specific version, if they use RSB to build QEMU it should just work, r

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Niteesh
Do you want to add a build section or just add in a statement that states "it was built using xx version of RSB"? On Mon, Jan 6, 2020 at 11:51 PM Gedare Bloom wrote: > On Mon, Jan 6, 2020 at 2:47 AM Christian Mauderer > wrote: > > > > Looks a lot better. > > > > On 05/01/2020 20:19, G S Niteesh

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Gedare Bloom
On Mon, Jan 6, 2020 at 2:47 AM Christian Mauderer wrote: > > Looks a lot better. > > On 05/01/2020 20:19, G S Niteesh wrote: > > Added instructions to run examples on raspberrypi. > > --- > > user/bsps/arm/raspberrypi.rst | 74 ++- > > 1 file changed, 73 insertions

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Christian Mauderer
Looks a lot better. On 05/01/2020 20:19, G S Niteesh wrote: > Added instructions to run examples on raspberrypi. > --- > user/bsps/arm/raspberrypi.rst | 74 ++- > 1 file changed, 73 insertions(+), 1 deletion(-) > > diff --git a/user/bsps/arm/raspberrypi.rst b/user

[PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread G S Niteesh
Added instructions to run examples on raspberrypi. --- user/bsps/arm/raspberrypi.rst | 74 ++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst index 4ef75bd..7eccca5 100644 --- a/user/bsps/a