-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathimageversion.txt
68 lines (52 loc) · 2.5 KB
/
imageversion.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
latest release:
IMG-LX017 v3x1
- RTC driver
- updated startup script to set system time from RTC
older releases:
------------------------------------------------------------------------------------------------------------------------
IMG-LX017 v3x0
- OS
- original "Raspbian Jessie Lite" installation (2015-11-21)
- download: https://www.raspberrypi.org/downloads/raspbian/
- non-free packages removed (firmware-atheros, firmware-brcm80211, firmware-libertas, firmware-ralink, firmware-realtek)
- Driver package
- script based driver & configuration installer
- download: https://github.com/janztec/empc-arpi-linux-drivers/blob/master/install.sh
- CAN driver
- updated driver hw_reset timeout value for better soft-reboot CAN detection
IMG-LX017 v2x5
- UART driver
- updated driver to auto detect RS232/RS485 mode jumper
IMG-LX017 v2x4
- Kernel
- updated to kernel 3.18.16-v7+
- changed to device tree model to configure kernel modules
- CAN driver
- updated driver initialization
IMG-LX017 v2x3
- Kernel
- changed to custom kernel (without device tree), because the standard raspbian 3.18 kernel has microSD card problems
IMG-LX017 v2x2
- green LED configured as microSD card activity LED
IMG-LX017 v2x1
new features:
- Kernel
- changed to device tree model to configure kernel modules
- installing a modified kernel is no longer required, only the modified kernel drivers
for CAN, UART, SPI and RTC are included as kernel modules
- SPI driver
- changed from interrupt mode to polling mode (disabled work queue)
- CAN driver
- changed to level based interrupts
- optimized for faster interrupt handling
- optimized for baudrates up to 500KBit/s. (at 1Mbit/s, CAN frames might
get lost because of overruns when using short frame lengths, and/or
very small gaps between CAN frames)
- initial configuation changed to 500KBit/s baudrate in /etc/network/interfaces
- UART driver
- changed to level based interrupts
- interrupt thread changed to higher priority
IMG-LX017 v2x0
- initial release
IMG-LX017 v1x0
- development only