Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
cm-projects
RIOT
Commits
ce8d8805
Commit
ce8d8805
authored
7 years ago
by
Cenk Gündoğan
Browse files
Options
Downloads
Patches
Plain Diff
packer: add dfu-util and bluepill udev rules
parent
1ea1fe90
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dist/tools/packer/preseed.cfg
+1
-1
1 addition, 1 deletion
dist/tools/packer/preseed.cfg
dist/tools/packer/riot.json
+3
-1
3 additions, 1 deletion
dist/tools/packer/riot.json
dist/tools/packer/udev_rules/99-custom.rules
+4
-0
4 additions, 0 deletions
dist/tools/packer/udev_rules/99-custom.rules
with
8 additions
and
2 deletions
dist/tools/packer/preseed.cfg
+
1
−
1
View file @
ce8d8805
...
@@ -26,7 +26,7 @@ d-i pkgsel/include string openssh-server ntp curl nfs-common build-essential \
...
@@ -26,7 +26,7 @@ d-i pkgsel/include string openssh-server ntp curl nfs-common build-essential \
python-setuptools
libusb-1.0-0
libusb-1.0-0-dev
libudev-dev
libftdi1
\
python-setuptools
libusb-1.0-0
libusb-1.0-0-dev
libudev-dev
libftdi1
\
libftdi-dev
libftdipp1-dev
libftdipp1-2v5
libhidapi-dev
libhidapi-hidraw0
\
libftdi-dev
libftdipp1-dev
libftdipp1-2v5
libhidapi-dev
libhidapi-hidraw0
\
libhidapi-libusb0
cmake
autotools-dev
autoconf
pkg-config
jimsh
libtool
\
libhidapi-libusb0
cmake
autotools-dev
autoconf
pkg-config
jimsh
libtool
\
valgrind
openocd
python-serial
python3-serial
xsltproc
valgrind
openocd
python-serial
python3-serial
xsltproc
dfu-util
d-i
pkgsel/install-language-support
boolean
false
d-i
pkgsel/install-language-support
boolean
false
d-i
pkgsel/update-policy
select
none
d-i
pkgsel/update-policy
select
none
...
...
This diff is collapsed.
Click to expand it.
dist/tools/packer/riot.json
+
3
−
1
View file @
ce8d8805
...
@@ -48,7 +48,9 @@
...
@@ -48,7 +48,9 @@
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"iotlab-m3"
,
"--vendorid"
,
"0x0403"
,
"--productid"
,
"0x6010"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"iotlab-m3"
,
"--vendorid"
,
"0x0403"
,
"--productid"
,
"0x6010"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"samr21-xpro"
,
"--vendorid"
,
"0x03eb"
,
"--productid"
,
"0x2111"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"samr21-xpro"
,
"--vendorid"
,
"0x03eb"
,
"--productid"
,
"0x2111"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Arduino Mega 2560"
,
"--vendorid"
,
"0x2341"
,
"--productid"
,
"0x0042"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Arduino Mega 2560"
,
"--vendorid"
,
"0x2341"
,
"--productid"
,
"0x0042"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Phytec phyWAVE KW22"
,
"--vendorid"
,
"0x0d28"
,
"--productid"
,
"0x0204"
]
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Phytec phyWAVE KW22"
,
"--vendorid"
,
"0x0d28"
,
"--productid"
,
"0x0204"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Bluepill"
,
"--vendorid"
,
"0x1d50"
,
"--productid"
,
"0x6017"
],
[
"usbfilter"
,
"add"
,
"0"
,
"--target"
,
"{{.Name}}"
,
"--name"
,
"Bluepill"
,
"--vendorid"
,
"0x1d50"
,
"--productid"
,
"0x6018"
]
],
],
"virtualbox_version_file"
:
".vbox_version"
,
"virtualbox_version_file"
:
".vbox_version"
,
"vm_name"
:
"{{user `vm_name`}}"
"vm_name"
:
"{{user `vm_name`}}"
...
...
This diff is collapsed.
Click to expand it.
dist/tools/packer/udev_rules/99-custom.rules
+
4
−
0
View file @
ce8d8805
...
@@ -7,4 +7,8 @@ ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="660", GROUP="plugdev",
...
@@ -7,4 +7,8 @@ ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="660", GROUP="plugdev",
# Arduino Due
# Arduino Due
ATTRS{idVendor}=="2341", ATTRS{idProduct}=="003d", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="2341", ATTRS{idProduct}=="003d", MODE="660", GROUP="plugdev", TAG+="uaccess"
# bluepill
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6017", MODE="660", GROUP="plugdev", TAG+="uaccess"
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="6018", MODE="660", GROUP="plugdev", TAG+="uaccess"
LABEL="custom_rules_end"
LABEL="custom_rules_end"
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