From 8eb918aff63fbde4252b4b5d148e1ea73ecd41da Mon Sep 17 00:00:00 2001 From: John-Michael Baier Date: Sat, 19 Dec 2020 17:18:28 +0100 Subject: [PATCH] updated to new features/output --- src/tools/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/tools/README.md b/src/tools/README.md index 1cb7e408..c6ec2002 100644 --- a/src/tools/README.md +++ b/src/tools/README.md @@ -26,6 +26,7 @@ A tool for loading firmware to the eBUS adapter PIC. -m, --mask=MASK set IP mask (e.g. 24) -M, --macip set the MAC address suffix from the IP address -r, --reset reset the device at the end on success + -s, --speed enable high speed transfer -v, --verbose enable verbose output -?, --help give this help list --usage give a short usage message @@ -43,16 +44,19 @@ On success, the output looks like this: ``` Device ID: 30b0 (PIC16F15356) Device revision: 0.1 -Bootloader version: 1 +Bootloader version: 1 [0a6c] Firmware version not found MAC address: ae:b0:53:26:15:80 IP address: DHCP + +New firmware version: 1 [d5d7] erasing flash: done. flashing: 0x0400 ................................................................ ... -0x2d90 ........................................ +0x2c00 ................................................................ +0x3000 . flashing finished. flashing succeeded. ``` @@ -67,11 +71,13 @@ On success, the output looks like this: ``` Device ID: 30b0 (PIC16F15356) Device revision: 0.1 -Bootloader version: 1 -Firmware version: 1 +Bootloader version: 1 [0a6c] +Firmware version: 1 [d5d7] MAC address: ae:b0:53:26:15:80 IP address: DHCP + Writing IP settings: done. +IP settings changed to: MAC address: ae:80:53:26:15:80 IP address: 192.168.1.10/24 ```