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

2018-04-15 Thread JunBeom Kim (EmbedCoreTech)
-boot. Best Regards, JunBeom Kim / EmbedCoreTech -Original Message- From: Sebastian Huber Sent: Monday, April 16, 2018 2:46 PM To: JunBeom Kim (EmbedCoreTech) ; users@rtems.org Subject: Re: RTEMS booting problem for PICO-PI-IMX7 board. Hello Kim, On 13/04/18 10:04, JunBeom Kim

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, CP1

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 > contact > > information. Can I ask if you

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

2018-04-13 Thread JunBeom Kim (EmbedCoreTech)
nt: Friday, April 13, 2018 5:05 PM To: 'Sebastian Huber' ; 'users@rtems.org' Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Sebastian, I returned to your original code from arm-a9mpcore-clock-config.c to arm-generic-timer-config.c. ( Reason ) Global tim

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

2018-04-13 Thread JunBeom Kim (EmbedCoreTech)
know arm_gt_clock_instance.irq number in your target. Best Regards, JunBeom -Original Message- From: JunBeom Kim (EmbedCoreTech) Sent: Thursday, April 12, 2018 5:11 PM To: 'Sebastian Huber' ; 'users@rtems.org' Subject: RE: RTEMS booting problem for PICO-PI-IMX7 bo

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

2018-04-12 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
ssage   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 boa

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: https://www.tq-group.com/en/products/product-details/prod/embedded-modul-tqma7x/extb/Main/pro

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

2018-04-12 Thread JunBeom Kim (EmbedCoreTech)
s_creat.c > #if 0 // ECT. original memcpy( RTEMS_DECONST( char *, node->name ), name, namelen ); #else int i; char *dest_name = node->name; for (i=0; i Sent: Wednesday, April 11, 2018 2:07 PM To: 'Sebastian Huber' ; 'users@rtems.org' Subjec

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

2018-04-10 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)
oot. I am checking this. Best Regards, JunBeom -Original Message- From: JunBeom Kim (EmbedCoreTech) Sent: Wednesday, April 11, 2018 12:34 AM To: 'Sebastian Huber' ; 'users@rtems.org' Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Huber,

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
, JunBeom -Original Message- From: JunBeom Kim (EmbedCoreTech) Sent: Wednesday, April 11, 2018 12:08 AM To: 'Sebastian Huber' ; 'users@rtems.org' Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Huber, I think so. DTB is modified by U-Boot. I don't

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 Sent: Tuesday, April 10, 2018 10:51 PM To: JunBeom Kim (Emb

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

2018-04-10 Thread Sebastian Huber
On 10/04/18 15:44, JunBeom Kim (EmbedCoreTech) wrote: At this time, I am checking Linux kernel's DTS building again. The DTB is modified by U-Boot before it is handed over to the system to start. See the U-Boot sources for the details. -- Sebastian Huber, embedded brains GmbH Address : Dorn

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
00b 0x0f08 0x0001 0x000a 0x0f08>; }; At this time, I am checking Linux kernel's DTS building again. Best Regards, JunBeom -Original Message- From: Sebastian Huber Sent: Tuesday, April 10, 2018 10:26 PM To: JunBeom Kim (EmbedCoreTech) ; users@rtems.org

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

2018-04-10 Thread Sebastian Huber
On 10/04/18 15:20, JunBeom Kim (EmbedCoreTech) wrote: I checked DTS file which you sent me shortly. There are different points; Differences between which versions? Please note that U-Boot modifies the DTB. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim,

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

2018-04-10 Thread JunBeom Kim (EmbedCoreTech)
unBeom Kim (EmbedCoreTech) ; 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 default DTB of this board: https://www.tq-group.com/en/products/produ

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

2018-04-10 Thread Sebastian Huber
Attached is a DTS file reconstructed from the DTB presented by U-Boot. Please note that U-Boot modifies the DTB. It is the default DTB of this board: https://www.tq-group.com/en/products/product-details/prod/embedded-modul-tqma7x/extb/Main/productdetail/ -- Sebastian Huber, embedded brains Gmb

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

2018-04-10 Thread Russell Haley
: Monday, April 9, 2018 10:50 PM To: 'Sebastian Huber'; users@rtems.org Subject: RE: RTEMS booting problem for PICO-PI-IMX7 board. Dear Huber, I think that it is another option. But, I think that device tree based probing for ARMv7A GIC, timer, serial is best approach. I want to use d

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

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
, JunBeom Kim -Original Message- From: Sebastian Huber Sent: Tuesday, April 10, 2018 2:28 PM To: JunBeom Kim (EmbedCoreTech) ; users@rtems.org Subject: Re: RTEMS booting problem for PICO-PI-IMX7 board. Hello Kim, maybe you can temporarily disable the device tree based probing and use a

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

2018-04-09 Thread Sebastian Huber
Hello Kim, maybe you can temporarily disable the device tree based probing and use a hard coded console device. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@emb

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

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
d by imx_uart_probe() function. Is it correct ? Best Regards, JunBeom Kim -Original Message- From: JunBeom Kim (EmbedCoreTech) Sent: Tuesday, April 10, 2018 10:51 AM To: 'users@rtems.org' Subject: RTEMS booting problem for PICO-PI-IMX7 board. Dear Sir, Is there RTEMS use

RTEMS booting problem for PICO-PI-IMX7 board.

2018-04-09 Thread JunBeom Kim (EmbedCoreTech)
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 test RTEMS on PICO-PI-IMX7 using RTEMS current version for i.MX7D SDB board. On referencing, when I ch