Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenSK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
koenigl2
OpenSK
Commits
36f2530a
Unverified
Commit
36f2530a
authored
5 years ago
by
Jean-Michel Picod
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #48 from jmichelp/master
Document troubleshooting on OS X
parents
00222a49
a5c0ea05
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.md
+16
-0
16 additions, 0 deletions
docs/install.md
with
16 additions
and
0 deletions
docs/install.md
+
16
−
0
View file @
36f2530a
...
...
@@ -347,3 +347,19 @@ $ dmesg
[XXX] usb A-BB: SerialNumber: v0.1
[XXX] hid-generic 0000:0000:0000.0000: hiddev0,hidraw0: USB HID v1.10 Device [Nordic Semiconductor ASA OpenSK] on usb-0000:00:00.0-00/input0
```
### Mac OS X
If you have issues with the demo website, the following commands should help you
understand whether OpenSK was installed properly.
When plugging in the USB key, you should see a similar line by using the
`ioreg`
tool:
```
shell
$
ioreg
-P
USB
+-o Root <class IORegistryEntry,
id
0x100000100, retain 21>
...
+-o AppleUSBXHCI Root Hub Simulation@14000000 <class AppleUSBRootHubDevice,
id
0x100000a00, registered, matched, active, busy 0
(
0 ms
)
, retain 9>
+-o OpenSK@14400000 <class AppleUSBDevice,
id
0x100003c04, registered, matched, active, busy 0
(
0 ms
)
, retain 13>
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment