kopia lustrzana https://github.com/stlink-org/stlink
Added instruction for Ubuntu
rodzic
24128597e1
commit
7705e43f06
3
README
3
README
|
@ -4,6 +4,9 @@ HOWTO
|
|||
First, load the sg kernel module.
|
||||
# modprobe sg
|
||||
|
||||
On Ubuntu you need to install the package libsgutils2-dev:
|
||||
# sudo apt-get install libsgutils2-dev
|
||||
|
||||
To run the gdb server, do (you do not need sudo if you have set up
|
||||
permissions correctly):
|
||||
$ make -C build && sudo ./build/st-util 1234 /dev/sg1
|
||||
|
|
Ładowanie…
Reference in New Issue