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

2018-04-16 Thread JunBeom Kim (EmbedCoreTech)
-boot. Best Regards, JunBeom Kim / EmbedCoreTech -Original Message- From: Sebastian Huber <sebastian.hu...@embedded-brains.de> Sent: Monday, April 16, 2018 2:46 PM To: JunBeom Kim (EmbedCoreTech) <jb...@e-coretech.kr>; users@rtems.org Subject: Re: RTEMS booting problem for PICO-P

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

2018-04-15 Thread Sebastian Huber
Hello Kim, On 13/04/18 10:04, JunBeom Kim (EmbedCoreTech) wrote: 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,

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

2018-04-14 Thread Russell Haley
On Thu, Apr 12, 2018 at 11:40 PM, Sebastian Huber wrote: > Hello Russell, > > - Am 12. Apr 2018 um 23:41 schrieb Russell Haley russ.ha...@gmail.com: > > > Hi Sebastian, > > > > The Tq website doesn't seem to provide much detail without giving them >

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

2018-04-13 Thread JunBeom Kim (EmbedCoreTech)
users@rtems.org> Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Huber, I guess that this problem is related with u-boot. At this time, I moved call location in start.S temporarily. After I modified this, bsp_fdt_copy() is run. ~~~

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

2018-04-13 Thread Sebastian Huber
Hello Russell, - Am 12. Apr 2018 um 23:41 schrieb Russell Haley russ.ha...@gmail.com: > Hi Sebastian, > > The Tq website doesn't  seem to provide much detail without giving them > contact > information. Can I ask if you had specific criteria that made you choose that > board from Tq group?

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

2018-04-12 Thread Russell Haley
  From: Sebastian Huber Sent: Thursday, April 12, 2018 1:13 AM To: JunBeom Kim (EmbedCoreTech); users@rtems.org Subject: Re: RTEMS booting problem for PICO-PI-IMX7 board. On 12/04/18 10:11, JunBeom Kim (EmbedCoreTech) wrote: > Please confirm that you completed to test RTEMS on i.MX7D SDB bo

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

2018-04-12 Thread Sebastian Huber
On 12/04/18 10:11, JunBeom Kim (EmbedCoreTech) wrote: Please confirm that you completed to test RTEMS on i.MX7D SDB board. If you confirm this, I will purchase i.MX7D SDB board. No, I used this board:

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

2018-04-12 Thread JunBeom Kim (EmbedCoreTech)
d-brains.de>; 'users@rtems.org' <users@rtems.org> Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Huber, I found problem location. < Assembly level > // movw r5, #0x0040 // movt r5, #0x30A7 // mov r6, #0x40 // str r6, [r5] This code tr

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

2018-04-11 Thread Russell Haley
On Mon, Apr 9, 2018 at 6:50 PM, JunBeom Kim (EmbedCoreTech) < jb...@e-coretech.kr> wrote: > Dear Sir, > > Is there RTEMS users for running RTEMS for PICO-PI-IMX7 board ? > > I purchased PICO-PI-IMX7 from Wanboard. > https://www.wandboard.org/products/android-things/PICO-PI-IMX7/ > > I am tring to

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
, JunBeom -Original Message- From: JunBeom Kim (EmbedCoreTech) <jb...@e-coretech.kr> Sent: Wednesday, April 11, 2018 12:08 AM To: 'Sebastian Huber' <sebastian.hu...@embedded-brains.de>; 'users@rtems.org' <users@rtems.org> Subject: RE: RTEMS booting problem for PICO-PI-IMX7

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
sp.h At this time, below definition is zero. #define BSP_ARM_A9MPCORE_GT_BASE 0 #define BSP_ARM_A9MPCORE_SCU_BASE 0 Is there any reason which this definition is zero ? Best Regards, JunBeom -Original Message- From: Sebastian Huber <sebastian.hu...@embedded-brains.de> Sent: Tuesday, April 10, 2

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
; Sent: Tuesday, April 10, 2018 6:23 PM To: JunBeom Kim (EmbedCoreTech) <jb...@e-coretech.kr>; users@rtems.org Subject: Re: RTEMS booting problem for PICO-PI-IMX7 board. Attached is a DTS file reconstructed from the DTB presented by U-Boot. Please note that U-Boot modifies the DTB. It is the defa

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

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
, JunBeom Kim -Original Message- From: Sebastian Huber <sebastian.hu...@embedded-brains.de> Sent: Tuesday, April 10, 2018 2:28 PM To: JunBeom Kim (EmbedCoreTech) <jb...@e-coretech.kr>; users@rtems.org Subject: Re: RTEMS booting problem for PICO-PI-IMX7 board. Hello Kim, m