#3759 assigned project

Add rtems-test support for atsam BSP

Reported by: xispa Owned by: Needs Funding
Priority: normal Milestone: Indefinite
Component: tool Version: 5
Severity: normal Keywords: SAMV71Q21
Cc: Blocked By:
Blocking:

Description

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,

Change History (1)

comment:1 Changed on 06/14/19 at 09:28:04 by Sebastian Huber

Component: arch/armtool
Milestone: 4.11.3Indefinite
Owner: set to Needs Funding
Priority: highnormal
Status: newassigned
Summary: Running RTEMS on SAMV71Q21Add rtems-test support for atsam BSP
Version: 4.115

There is no support for this BSP in rtems-test. You need a debugger or other tools to load the application to the target.

Note: See TracTickets for help on using tickets.