Skip to content

Commit 72e4997

Browse files
committed
Documentation update addressing issues #160 and #161
1 parent 6a21590 commit 72e4997

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Docs/BlackMagicProbe-Interface

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ Using the Black Magic Debug Probe
44
When connecting to a Black Magic Debug probe the command line for
55
Orbuculum will be something like;
66

7-
>./orbuculum -b swo/ -c 0,text,c
8-
9-
...which will create the fifo 'text' in a subdirectory swo of the current
10-
directory, delivering SWO channel 0. The directory must exist already.
7+
>./orbuculum -m 500
118

129
By default on BMP the SWO baudrate is 2.25MBps but that can be changed
1310
as an optional parameter to the monitor traceswo command at the gdb

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ A udev rules files is included in ```Support/60-orbcode.rules``` The default ins
275275
Building on OSX
276276
===============
277277

278-
* `brew install libusb zmq sdl2`
278+
* `brew install libusb zmq sdl2 libelf`
279279

280280
If you are on an Intel Mac:
281281

0 commit comments

Comments
 (0)