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;
Fixed in release 85