DTB for BBB?

2021-07-06 Thread Shiro
Hello, I’m new to RTEMS (but not new to embedded RTOS deployment). I worked through the BBB QuickStart and have run hello.exe on a BBB. Question regarding the correct DTS for BBB: in section 8.2.3.2 of the online docs: https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html?h

Re: DTB for BBB?

2021-07-07 Thread Shiro
> >> Question regarding the correct DTS for BBB: in section 8.2.3.2 of the >> online docs: >> https://docs.rtems.org/branches/master/user/bsps/bsps-arm.html?highlight=dts#beagle >> >> I don't follow this: >> >> We build the dtb from the FreeBSD source matching the commit hash from the >> lib

typical RTEMS system HW?

2021-07-08 Thread Shiro
Hello, I’m new to RTEMS but very much like its features. I’m wonder what HW (MCU/MPU and memory size) RTEMS is typical used on. Anyone care to share a bit of details? Thanks, Shiro ___ devel mailing list devel@rtems.org http://lists.rtems.org

Re: typical RTEMS system HW?

2021-07-13 Thread Shiro
> On Jul 9, 2021, at 11:40 AM, Joel Sherrill wrote: > > On Thu, Jul 8, 2021 at 3:11 AM Shiro wrote: >> >> Hello, >> >> I’m new to RTEMS but very much like its features. I’m wonder what HW >> (MCU/MPU and memory size) RTEMS is typical used on. An

Re: [PATCH v2] STM32 lwIP addition and CMake support

2021-09-08 Thread Shiro
responsibility and in any case, I’d be compliant (target is after all an STM32…). The “patch trick” to manage license contamination has worked well for others in the past. Cheers, -Shiro > On Sep 8, 2021, at 11:51 AM, Robin Müller wrote: > > Hi, > > Unfortunately, there was no

Re: [PATCH v2] STM32 lwIP addition and CMake support

2021-09-09 Thread Shiro
the STM32 lwIP source file, then compile…. The Makefile would need to know where the patch is… In this way, one could remove the “foreign-license” dir tree and know the RTEMS tree is clean. Just my $0.02. Best regards, -Shiro > On Sep 9, 2021, at 3:01 AM, Robin Mueller wrote: > >

rtems6 sb-set-builder gdb enable-tui?

2023-10-07 Thread Shiro
Hello, I'd like to build RTEMS' tools from git (rtems 6), but I'd like gdb configured with "--enable-tui". Any advice on where/how to tweak the scripts would be appreciated. Thanks, Shiro ___ devel mailing list devel@rtems.o