Re: [HelenOS-devel] Fwd: Running HelenOS on beaglebone-black

2017-03-12 Thread sourav punoriyar
. On Sun, Mar 12, 2017 at 8:37 AM, Jakub Jermář <ja...@jermar.eu> wrote: > On 03/12/2017 01:15 PM, Jakub Jermář wrote: > > On 03/11/2017 09:06 AM, sourav punoriyar wrote: > >> I am able to propagate boot_args to usrspace. > > > > Nice, now you should be able to

Re: [HelenOS-devel] Passing boot arguments in case of arm32 (beaglebone black)

2017-03-06 Thread sourav punoriyar
and studying more about HelenOS. Happy vacations :-) On Mon, Mar 6, 2017 at 12:25 PM, Jakub Jermář <ja...@jermar.eu> wrote: > Hi Sourav, > > On 03/05/2017 07:47 PM, sourav punoriyar wrote: > > 2>copied boot_args to loaders local memory and then passed to kernel. > > Thanks

Re: [HelenOS-devel] Fwd: Passing boot arguments in case of arm32 (beaglebone black)

2017-03-02 Thread sourav punoriyar
Hi Jakub, I will create a patch and share it with as soon as possible. Regards, Sourav Punoriyar On Fri, Mar 3, 2017 at 1:23 AM, Jakub Jermář <ja...@jermar.eu> wrote: > Hi Sourav, > > would you mind sharing a patch? This is really not that helpful as I can > only guess

Re: [HelenOS-devel] Fwd: Passing boot arguments in case of arm32 (beaglebone black)

2017-03-02 Thread sourav punoriyar
str_cpy in (arm32_pre_main) so that no buffer overflow happens. I will come up with a structure to keep parsed arguments and a parser function to collect the arguments separately. Please give your opinion and suggestions so that i can make it better. Regards, Sourav Punoriyar On Sun, Feb 26

Re: [HelenOS-devel] Fwd: Passing boot arguments in case of arm32 (beaglebone black)

2017-02-24 Thread sourav punoriyar
gs)); //TODO: Sourav Punoriyar Uboot store the params info in r2 and passes.. As r2 is not used before branching to bootstrap( ). Will the above line of code will give me the value stored in r2. Are there possibilities of r2 getting modified before reaching to this line ? Regards, Soura

Re: [HelenOS-devel] Fwd: Running HelenOS on beaglebone-black

2017-02-10 Thread sourav punoriyar
Thank you Jakub for the quick guidance. I will work accordingly and soon update you with my progress. :-) Regards, Sourav Punoriyar On Thu, Feb 9, 2017 at 9:57 AM, Jakub Jermář <ja...@jermar.eu> wrote: > Hi Sourav, > > On 02/08/2017 08:05 PM, sourav punoriyar wrote: > >

[HelenOS-devel] Fwd: Running HelenOS on beaglebone-black

2017-01-21 Thread sourav punoriyar
-- Forwarded message -- From: sourav punoriyar <souravpunp...@gmail.com> Date: Sat, Jan 21, 2017 at 3:37 AM Subject: Running HelenOS on beaglebone-black To: helenos-comm...@lists.modry.cz Hi All, I am trying to run HelenOS beaglebone black. I have built uImage.bin for beag