Re: After last patches libdl don't load rap files

2019-02-13 Thread Chris Johns
On 14/2/19 5:26 pm, Сергей Круглов wrote: > Hello! > After last patches libdl don't load rap files. Not allocated memory for > sections. > You forget rtems_rtl_obj_alloc_sections before rtems_rtl_obj_load_sections in > rtl-rap.c. > Earlier rtems_rtl_obj_load_sections allocate memory for all needed

After last patches libdl don't load rap files

2019-02-13 Thread Сергей Круглов
Hello! After last patches libdl don't load rap files. Not allocated memory for sections. You forget rtems_rtl_obj_alloc_sections before rtems_rtl_obj_load_sections in rtl-rap.c. Earlier rtems_rtl_obj_load_sections allocate memory for all needed sections. Now this in rtems_rtl_obj_alloc_sections.

Re: device-tree example for altera-cyclone-v bsp

2019-02-13 Thread Sebastian Huber
Hello Christian, I add the BSP section to the user manual today. Unfortunately, I was not able to commit it. I tested also the latest RTEMS on the Cyclone V SoC Development Kit and it worked fine. Does it now run on your board? The device tree is normally provided by the U-Boot. ___

Re: device-tree example for altera-cyclone-v bsp

2019-02-13 Thread Christian Spindeldreier
Hi Ian, thank you for the insight into the rtems development with fdt. As we did not manage to debug the boot process properly, my suspicion on the device tree was incorrect. Actually our u-boot image generation and boot commands were wrong. After searching through the rtems-kernel repository

Re: device-tree example for altera-cyclone-v bsp

2019-02-13 Thread Ian Caddy
Hi Christian, I am not familiar with the Cyclone, but we recently went through the device tree learning curve moving to RTEMS5 and the creating a BPS for the imx6ULL processor. The thing with device tree is that what ever your BSP needs, is how you have to name your device tree.  Search your