Commit 468063a
committed
g-ether-load: fix mac address read
hexdump has a feature to replace repeated characters on output with an *,
use -v to disable this feature.
Thus
hexdump -e '1/1 "%02X" ":"' /proc/device-tree/ocp/ethernet@4a100000/slave@4a100200/mac-address
90:59:AF:5C:*
C5:debian@arm:~$
hexdump -v -e '1/1 "%02X" ":"' /proc/device-tree/ocp/ethernet@4a100000/slave@4a100200/mac-address
90:59:AF:5C:5C:C5:debian@arm:~$
Signed-off-by: Robert Nelson <[email protected]>1 parent d612f5e commit 468063a
File tree
1 file changed
+1
-1
lines changed- meta-beagleboard-extras/recipes-support/usb-gadget/gadget-init
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments