Hi Daniel and Gabriel,
Thank you for responding. I don't own an ARTY A7-100T board. As suggested,
I will study the GRETH_GBIT manual at the same time. Can I refer to the
DP83848 or LAN8742A documentation for stm32, both of which support legacy
stack and lwip? If not, could you please recommend a d
---
rtems/config/6/rtems-default.bset | 2 +-
rtems/config/tools/rtems-binutils-2.40.cfg | 13 +
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 rtems/config/tools/rtems-binutils-2.40.cfg
diff --git a/rtems/config/6/rtems-default.bset
b/rtems/config/6/r
---
rtems/config/6/rtems-default.bset | 2 +-
rtems/config/tools/rtems-gdb-13.1.cfg | 16
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 rtems/config/tools/rtems-gdb-13.1.cfg
diff --git a/rtems/config/6/rtems-default.bset
b/rtems/config/6/rtems-default
Hello everyone,
I tried to build a riscv BSP with the information from Hesham. Thanks again.
It now compiles the files, but produces a lot of warnings and fails to link in
the end.
The warnings are of this type
../../../cpukit/score/cpu/riscv/riscv-exception-handler.S:48:10: warning:
unknown op
Hi Viraj,
We ported the driver for greth to rtems-libbsd in the past but never got to
submit it (it might need some further refinement). The driver depends on the
driver manager (drvmgr). Not sure if this is the best approach but it is a good
starting point and we’d be happy to share it.
Best