OpenCores

* Amber ARM-compatible core

Issue List
wrong rx packet parsing #19
Closed ccollineau opened this issue about 9 years ago
ccollineau commented about 9 years ago

In file "trunk\sw\boot-loader-ethmac\packet.c", function "parse_rx_packet", there is a typo in the following code:

rx_packet->dst_mac0 = buf0; rx_packet->dst_mac1 = buf1; rx_packet->dst_mac1 = buf2; -> should be: rx_packet->dst_mac2 = buf2; rx_packet->dst_mac3 = buf3; rx_packet->dst_mac4 = buf4; rx_packet->dst_mac5 = buf5;

csantifort commented about 9 years ago

Fixed in release 85

csantifort closed this about 9 years ago

Assignee
No one
Labels
Bug