Re: RTEMS 5.1 Release LibBSD Networking Issue - FIXED

2020-11-10 Thread Chris Johns
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

Re: RTEMS 5.1 Release LibBSD Networking Issue - FIXED

2020-11-10 Thread Rick VanderWal
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!

Re: RTEMS 5.1 Release LibBSD Networking Issue

2020-11-08 Thread Chris Johns
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

RTEMS 5.1 Release LibBSD Networking Issue

2020-11-05 Thread rvanderwal
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