GSoC with Beaglebone BSP and my problem

Joel Sherrill joel at rtems.org
Wed Mar 15 20:08:24 UTC 2017


On Wed, Mar 15, 2017 at 11:33 AM, Gedare Bloom <gedare at rtems.org> wrote:

> I don't think there is a gdb simulator for the beaglebone. If it is
> not working under qemu, then it appears the only option is to use the
> real hw.
>
>
My recollection is that Ben was using the qemu sources from a specific
Linux distribution and they never got upstreamed.

use real HW.


> On Wed, Mar 15, 2017 at 11:54 AM, Nikolay Komashinskiy
> <nikolay.komashinskiy at yandex.ru> wrote:
> >
> >
> > 12.03.2017, 23:06, "Alexey Dyachenko" <alexey.dyachenko at inbox.ru>:
> >
> > Hi, I have no suggestions regarging qemu support, but regarding second
> part
> > of your question you can try to start debugged programm in gdb with
> > continue, instead of run.
> >
> >
> > I think it should be started (run) and after that it have to jump to the
> > breakpoint.
> >
> > This is my sequence of steps:
> >
> > mkdir ./development/rtems/kernel
> > cd ./development/rtems/kernel
> > export RTEMS_DEV=$HOME/Projects/development
> > mkdir -p ./development/rtems/kernel
> > cd ./development/rtems/kernel
> > git clone git://git.rtems.org/rtems.git
> > mkdir ../rsb
> > cd ../rsb
> > git clone git://git.rtems.org/rtems-source-builder.git
> > cd rtems-source-builder/rtems/
> > ../source-builder/sb-check
> > ../source-builder/sb-set-builder --log=beagle.txt
> > --prefix=$RTEMS_DEV/rtems/4.12 4.12/rtems-arm
> > cd ./../../../kernel/rtems
> > export PATH=$RTEMS_DEV/rtems/4.12/bin:$PATH
> > ./bootstrap -c && ./bootstrap -p &&
> > $RTEMS_DEV/rtems/rsb/rtems-source-builder/source-builder/sb-bootstrap
> > cd ../
> > mkdir beagleboneblack
> > cd beagleboneblack/
> > $RTEMS_DEV/rtems/kernel/rtems/configure --enable-tests=samples
> > --prefix=$RTEMS_DEV/rtems/4.12 --target=arm-rtems4.12
> > --enable-rtemsbsp=beagleboneblack --enable-posix
> > make -j8
> > make install
> >
> >
> > _______________________________________________
> > users mailing list
> > users at rtems.org
> > http://lists.rtems.org/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users at rtems.org
> http://lists.rtems.org/mailman/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20170315/2af3127e/attachment-0001.html>


More information about the users mailing list