Skip to content

Commit 140f446

Browse files
committed
Kernel release 21
1 parent 4f13e2e commit 140f446

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

images/mindsensors/nxtcam5.png

143 KB
Loading
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
author: "@dlech"
3+
title: "Kernel Release Cycle 21"
4+
---
5+
6+
![NXTCam5](/images/mindsensors/nxtcam5.png)
7+
{: .image-responsive .pull-right}
8+
9+
[mindsensors.com] Has released a new camera sensor, the [NXTCam5]. So, we've
10+
added support for it to ev3dev. The sensor API is basically the same
11+
as its predecessors', but this camera is much more advanced. For example, it
12+
can track faces and lines, and take pictures and record videos. You can also
13+
easily modify the software on the camera itself using python. It's pretty cool.
14+
15+
<!--more-->
16+
17+
Additional changes:
18+
19+
* Enabled kernel modules needed for tethering, which has apparently
20+
been broken for a while and nobody noticed.
21+
* Added a `PASSIVE` mode for HiTechnic Color Sensor V2.
22+
* Enable 9V out on input port pin 1 in `other-i2c` mode.
23+
24+
[mindsensors.com]: http://www.mindsensors.com/
25+
[NXTCam5]: http://www.mindsensors.com/vision-for-robots/191-vision-subsystem-v5-for-nxt-or-ev3-with-fixed-lens
26+
27+
### Version Info
28+
29+
In this round of releases, we have:
30+
31+
* `v4.4.78-21-ev3dev-ev3` for EV3.
32+
* `v4.4.68-ti-rt-r112-21-ev3dev-bb.org` for BeagleBone.
33+
* `v4.4.78-21-ev3dev-rpi` for Raspberry Pi 0/1.
34+
* `v4.4.78-21-ev3dev-rpi2` for Raspberry Pi 2/3.
35+
36+
You can also find this kernel in the `ev3dev-jessie` [snapshot builds][download] starting with `2017-07-25`.
37+
38+
[download]: https://oss.jfrog.org/list/oss-snapshot-local/org/ev3dev/brickstrap/
39+
40+
41+
### Changelogs
42+
43+
For a more complete changelog, follow the link for your platform:
44+
[EV3][ev3-changelog], [BB][bb.org-changelog], [RPi][rpi-changelog] or [RPi2][rpi2-changelog].
45+
46+
[ev3-changelog]: https://github.com/ev3dev/ev3dev-kpkg/blob/6558cb752fd47d4ead34d1975db20c31a8313bea/ev3dev-ev3/changelog
47+
[bb.org-changelog]: https://github.com/ev3dev/ev3dev-kpkg/blob/6558cb752fd47d4ead34d1975db20c31a8313bea/ev3dev-bb.org/changelog
48+
[rpi-changelog]: https://github.com/ev3dev/ev3dev-kpkg/blob/6558cb752fd47d4ead34d1975db20c31a8313bea/ev3dev-rpi/changelog
49+
[rpi2-changelog]: https://github.com/ev3dev/ev3dev-kpkg/blob/6558cb752fd47d4ead34d1975db20c31a8313bea/ev3dev-rpi2/changelog

0 commit comments

Comments
 (0)