Change in simtrace2[master]: fix baudrate of 'make log'

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Dec 2 18:43:46 UTC 2019


laforge has submitted this change. ( https://gerrit.osmocom.org/c/simtrace2/+/16412 )

Change subject: fix baudrate of 'make log'
......................................................................

fix baudrate of 'make log'

Change-Id: Id186a594b1ce3ea0cd38f0cb82a99e5d87101433
---
M firmware/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/firmware/Makefile b/firmware/Makefile
index 9a03eca..4318e2d 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -231,7 +231,7 @@
 
 SERIAL ?= /dev/ttyUSB0
 log:
-	stty -F $(SERIAL) 115200
+	stty -F $(SERIAL) 921600
 	lsof $(SERIAL) && echo "log is already opened" || ( sed -u "s/\r//" $(SERIAL) | ts )
 
 clean:

-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/16412
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: Id186a594b1ce3ea0cd38f0cb82a99e5d87101433
Gerrit-Change-Number: 16412
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191202/8cf2a0e4/attachment.htm>


More information about the gerrit-log mailing list