On 11/11/20 1:37 am, Rick VanderWal wrote:
> Lesson: Don't just randomly select an odd number for the first octet of your
> MAC
> address for testing.
Setting the group address bit in the OUI will cause you issues. If your OUI is
locally generated for testing I suggest you set the locally adminis
Hey Chris, (and RTEMS users)
Thanks for the response and suggested alternative method of setting the
MAC address. After changing to your method, I found I still had the same
issues with networking. However, I did discover and fix my issue and it
doesn't have anything to do with RTEMS. Sorry!
On 6/11/20 2:19 am, rvanderwal wrote:
> Good Morning,
>
> I seem to be having an issue with RTEMS 5.1 Release Libbsd networking when I
> include my own 'rtems_bsd_get_mac_address' function as described in
> rtemsbsd/include/rtems/bsd/bsd.h. I'm running on a Xilinx Microzed using
> xilinx_zynq_zedb
Good Morning,
I seem to be having an issue with RTEMS 5.1 Release Libbsd networking when I
include my own 'rtems_bsd_get_mac_address' function as described in
rtemsbsd/include/rtems/bsd/bsd.h. I'm running on a Xilinx Microzed using
xilinx_zynq_zedboard BSP and have a minimal RTEMS console applic