Port details |
- uarduno FreeBSD Kernel Driver for the Arduino Uno USB interface
- 1.02_1 comms =3 1.02_1Version of this port present on the latest quarterly branch.
- Maintainer: bobf@mrp3.com
- Port Added: 2011-02-22 02:11:24
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: oss, lua54-luaexpat, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: kld
- License: BSD4CLAUSE
- WWW:
- https://www.mrp3.com/uarduno.html
- Description:
- The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware. Previous
versions of the Arduino used an FTDI USB to Serial interface. The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID. As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it. This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.
Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt
Official web site
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/uarduno/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/uarduno
- pkg install uarduno
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: uarduno
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (uarduno-1.02.tar.gz) = c49e4b26c8fb2eb7c7162986be7e926c122792f2fa64099aa5daa9dc47eb5ee3
SIZE (uarduno-1.02.tar.gz) = 12499
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_uarduno
- USES:
- kmod uidfix
- pkg-message:
- For install:
- The Arduino Uno uses a specific vendor ID of 0x2341 and product ID of 0x0001
If you modify your Arduino Uno to use a DIFFERENT vendor ID or product ID, you
can add your vendor/product combination to the files/ids.txt text file
according to the example shown. Additionally, this driver MAY work with
generic ACM USB Serial Devices. You would need to manually add the
vendor ID and product ID for these devices as well. For ACM devices that
are modems, consider using or modifyig the 'umodem' driver.
You will need to load the uarduno kernel module before connecting the Arduino UNO
via USB to your computer. The command to manually load the driver is:
kldload uarduno.ko
To automatically load the driver on startup, add the following line to
your /boot/loader.conf file:
uarduno_load="YES"
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.02_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.02_1 03 Aug 2022 22:45:23 |
John Baldwin (jhb) |
comms/uarduno: Remove devclass from DRIVER_MODULE on recent main.
PR: 265458
Reviewed by: Bob Frazier <bobf@mrp3.com> (maintainer)
Differential Revision: https://reviews.freebsd.org/D35947 |
1.02_1 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
1.02_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.02_1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
1.02_1 11 Dec 2018 17:03:52 |
linimon |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
1.02_1 21 May 2017 21:55:08 |
linimon |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills |
1.02_1 23 Nov 2016 19:08:19 |
amdmi3 |
- Fix license handling (ports may not set NO_LICENSES_INSTALL)
- Fix incorrect usage of MAKE/MAKE_CMD
- Fix incorrect DISTDIR usage
Approved by: portmgr blanket |
1.02_1 22 Jun 2014 21:16:04 |
rene |
Add device ID for the Arduino Micro
PR: 191050
Submitted by: alfred@
Approved by: maintainer (Bob Frazier, <bobf@mrp3.com> |
1.02_1 22 Jun 2014 21:11:41 |
rene |
comms/uarduno: modernize Makefile and add device IDs.
- Use kmod, so add staging support.
- Fix license support (BSD2CLAUSE)
- Fix packaging as user
- Add support for device IDs 0x0010, 0x0042, 0x0043
- Remove superfluous Makefile variables (NO_PACKAGE, SSP_UNSAFE, MAKE_ENV,
PREFIX, SRCPREFIX, NO_MTREE)
- Remove support for FreeBSD < 8
- Fix WWW line in pkg-descr
- Bump PORTREVISION
PR: ports/189621
Submitted by: maintainer (Bob Frazier, <bobf@mrp3.com>) |
1.02 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
1.02 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
1.02 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.02 14 Nov 2012 10:58:52 |
flo |
- Don't redefine LOCALBASE, use PREFIX to install to, this also fixes
installation with pkgng. The port would otherwise try to install pkg
again
===> uarduno-1.02 depends on file: /boot/kernel/sbin/pkg - not found
- Don't leave any leftovers in KMODDIR
Approved by: maintainer
Feature safe: yes |
1.02 23 May 2012 03:07:34 |
jgh |
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/165994
Submitted by: 4721@hushmail.com
Approved by: maintainer, bobf@mrp3.com |
1.02 06 Nov 2011 16:36:34 |
miwi |
- Get rid FreeBSD 6.X support |
1.02 08 Aug 2011 19:37:29 |
arved |
Update to 1.02
PR: 156876
Submitted by: maintainer |
1.0 22 Feb 2011 02:10:51 |
wxs |
The Arduino Uno (http://arduino.cc/) is an open source hardware micro-
controller designed primarily for prototyping and experimentation.
Although the devel/arduino port already exists for programming the device,
it will not work properly with the newest Arduino hardware. Previous
versions of the Arduino used an FTDI USB to Serial interface. The newest
Arduino (beginning with the Uno) uses an on-board ATMel 8U2 controller
to emulate a USB to Serial interface with its own custom Vendor ID and
Hardware ID. As a result, NONE of the existing FreeBSD USB to serial
drivers can work with it. This kernel driver supplies the necessary
kernel support for the Arduino Uno on FreeBSD.
Additionally, some 'ACM' USB Serial devices may work with this driver by
manually adding their Vendor ID and Product ID combination to files/ids.txt
Official web site
WWW: http://www.mrp3.com/uarduno.html
PR: ports/153963
Submitted by: Bob Frazier <bobf@mrp3.com> |