Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FPGA Configuration Space
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
FPGA Configuration Space
Commits
e64a972b
Commit
e64a972b
authored
1 month ago
by
A. Hahn
Browse files
Options
Downloads
Patches
Plain Diff
wishbone-serial: add symlink for dev/ttyUSBn devices
parent
5d1b1b4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pcie-wb/99-usb-wb-serial.rules
+1
-0
1 addition, 0 deletions
pcie-wb/99-usb-wb-serial.rules
pcie-wb/Makefile
+1
-0
1 addition, 0 deletions
pcie-wb/Makefile
with
2 additions
and
0 deletions
pcie-wb/99-usb-wb-serial.rules
0 → 100644
+
1
−
0
View file @
e64a972b
ACTION=="add", SUBSYSTEM=="tty", ENV{ID_BUS}=="usb", KERNEL=="ttyUSB*", ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6062", SYMLINK+="wbmUSB%n"
This diff is collapsed.
Click to expand it.
pcie-wb/Makefile
+
1
−
0
View file @
e64a972b
...
...
@@ -25,6 +25,7 @@ install:
$(
MAKE
)
-C
$(
KERNELDIR
)
M
=
$(
PWD
)
INSTALL_MOD_PATH
=
$(
STAGING
)
modules_install
mkdir
-p
$(
STAGING
)
/etc/udev/rules.d
cp
95-pcie-wb.rules
$(
STAGING
)
/etc/udev/rules.d
cp
99-usb-wb-serial.rules
$(
STAGING
)
/etc/udev/rules.d
[
$$(
id
-u
)
-ne
0
]
||
depmod
-a
$(
KERNELVER
)
[
$$(
id
-u
)
-ne
0
]
||
groupadd wishbone
||
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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