Re: Trouble with Quick Start build on CentOS 7 and Ubuntu

2018-04-13 Thread Chris Johns
On 14/4/18 11:19 am, Christopher Etzkorn wrote: I have attempted multiple times to build the SPARC toolchain on both CentOS 7 and Ubuntu 16.04.4 in VirtualBox, and I keep hitting a snag at this point: # ../source-builder/sb-set-builder --prefix=$HOME/development/rtems/5 5/rtems-sparc The bu

Trouble with Quick Start build on CentOS 7 and Ubuntu

2018-04-13 Thread Christopher Etzkorn
I have attempted multiple times to build the SPARC toolchain on both CentOS 7 and Ubuntu 16.04.4 in VirtualBox, and I keep hitting a snag at this point: # ../source-builder/sb-set-builder --prefix=$HOME/development/rtems/5 5/rtems-sparc The build always fails at config: tools/rtems-gcc-7.3.0-new

RE: RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-13 Thread JunBeom Kim (EmbedCoreTech)
Dear Sebastian, I guess that GT timer interrupt 29 is correct. timer { compatible = "arm,armv7-timer"; interrupt-parent = <&intc>; interrupts = , , , ;

RE: RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-13 Thread JunBeom Kim (EmbedCoreTech)
Dear Sebastian, I returned to your original code from arm-a9mpcore-clock-config.c to arm-generic-timer-config.c. ( Reason ) Global timer register and SCU register can not be accessed by direct memory access. Instead of this, CP15 control access should be used. Is it correct ? When I check in m