[RTEMS Project] #3759: Running RTEMS on SAMV71Q21
RTEMS trac
trac at rtems.org
Thu Jun 13 14:02:12 UTC 2019
#3759: Running RTEMS on SAMV71Q21
-----------------------+-----------------------
Reporter: xispa | Owner: (none)
Type: project | Status: new
Priority: high | Milestone: 4.11.3
Component: arch/arm | Version: 4.11
Severity: normal | Keywords: SAMV71Q21
Blocked By: | Blocking:
-----------------------+-----------------------
Hi,
I am currently trying to install and test RTEMS on an ATMEL SAMV71Q21
chip. In order to do so, I carrefully fallowed the instructions provided
in the user manual
(https://docs.rtems.org/branches/master/user/start/host.html).
The doc aims at running RTEMS on a SPARC architecture, whereas in my case,
I try to run it on an ARM. Considering this, all commands featuring
"sparc" were replaced by "arm" while installing the tool suite.
After bootstrapping RTEMS's sources, I configured the BSP using the
command :
$HOME/quick-start/src/rtems/configure \
--prefix=$HOME/quick-start/rtems/5 \
--enable-maintainer-mode \
--target=arm-rtems5 \
--enable-rtemsbsp=atsamv \
--enable-tests
then built and installed the BSP. These stages seem to work properly as I
do not get any errors or warnings.
I am stuck when testing the BSP using the command :
rtems-test --rtems-bsp=? --rtems-tools=$HOME/quick-start/rtems/5 .
What should I specify in --rtems-bsp option considering that I want RTEMS
to run on a SAMV71Q21 ?
Is there anything else that I have to do before testing the BSP ?
Kind regards,
--
Ticket URL: <http://devel.rtems.org/ticket/3759>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list