updated to new features/output

This commit is contained in:
John-Michael Baier
2020-12-19 17:18:28 +01:00
parent 13230b4845
commit 8eb918aff6
+10 -4
View File
@@ -26,6 +26,7 @@ A tool for loading firmware to the eBUS adapter PIC.
-m, --mask=MASK set IP mask (e.g. 24) -m, --mask=MASK set IP mask (e.g. 24)
-M, --macip set the MAC address suffix from the IP address -M, --macip set the MAC address suffix from the IP address
-r, --reset reset the device at the end on success -r, --reset reset the device at the end on success
-s, --speed enable high speed transfer
-v, --verbose enable verbose output -v, --verbose enable verbose output
-?, --help give this help list -?, --help give this help list
--usage give a short usage message --usage give a short usage message
@@ -43,16 +44,19 @@ On success, the output looks like this:
``` ```
Device ID: 30b0 (PIC16F15356) Device ID: 30b0 (PIC16F15356)
Device revision: 0.1 Device revision: 0.1
Bootloader version: 1 Bootloader version: 1 [0a6c]
Firmware version not found Firmware version not found
MAC address: ae:b0:53:26:15:80 MAC address: ae:b0:53:26:15:80
IP address: DHCP IP address: DHCP
New firmware version: 1 [d5d7]
erasing flash: done. erasing flash: done.
flashing: flashing:
0x0400 ................................................................ 0x0400 ................................................................
... ...
0x2d90 ........................................ 0x2c00 ................................................................
0x3000 .
flashing finished. flashing finished.
flashing succeeded. flashing succeeded.
``` ```
@@ -67,11 +71,13 @@ On success, the output looks like this:
``` ```
Device ID: 30b0 (PIC16F15356) Device ID: 30b0 (PIC16F15356)
Device revision: 0.1 Device revision: 0.1
Bootloader version: 1 Bootloader version: 1 [0a6c]
Firmware version: 1 Firmware version: 1 [d5d7]
MAC address: ae:b0:53:26:15:80 MAC address: ae:b0:53:26:15:80
IP address: DHCP IP address: DHCP
Writing IP settings: done. Writing IP settings: done.
IP settings changed to:
MAC address: ae:80:53:26:15:80 MAC address: ae:80:53:26:15:80
IP address: 192.168.1.10/24 IP address: 192.168.1.10/24
``` ```