release 1.1.2: adapted release notes with latest state
known issues adapted: - the pycurl bug is still present - HW23 is currently having an issue with the wlan layer boot time improvements added Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
82a95330f9
commit
1c56e9f6bc
14
RELEASES.md
14
RELEASES.md
|
|
@ -26,7 +26,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
### Added
|
||||
- [66157] ci/cd: introduced build for hw25
|
||||
- [66158] fct/dev: introduced hw25 (aka TC-Router) to FCT and OEM distro
|
||||
- [65132] kernel: Added wlan patches from TI for AP stability []
|
||||
- [63682] ci/cd: introduced build for hw26
|
||||
- [63683] fct/dev: introduced hw26 (aka NG800) to FCT and OEM distro
|
||||
- [65898] hw26: Added kernel support for PPS
|
||||
- [65132] kernel: Added wlan patches from TI for AP stability
|
||||
- [67825] machine config: introduce NM_TARGET variable: netbolt for armada devices & netbird for ti33x devices.
|
||||
- [67825] linux-netmodule: disable built-in WIFI subsystem in kernel. Use instead kernel module backports from meta-netmodule-wlan layer.
|
||||
- [67838] netmodule-linux-image: install firmware-ti-wl18xx and backports kernel-module-mac80211
|
||||
|
|
@ -34,9 +37,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- [66322] firmwares: Added ublox TOBY-L210 16.19,A01.04 (application change from previous 16.19)
|
||||
- [66319] wwan-config: ublox: Display firmware "application" version along with base firmware version
|
||||
- [67627] fct: Added tune2fs utility
|
||||
- [63683] fct/dev: introduced hw26 (aka NG800) to FCT and OEM distro
|
||||
- [63682] ci/cd: introduced build for hw26
|
||||
- [65898] hw26: Added kernel support for PPS
|
||||
- [62376] fct: add vcu-aurix-upgrade tool for usermodule firmware upgrade over DoIP. Includes firmware binary VehicleCore_V02_09_01_uds.hex
|
||||
- [65398] fct: hw21: Added vcu-aurix-command utility
|
||||
|
||||
|
|
@ -48,6 +48,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- [63850] hw21: dts: Complete gpio definitions
|
||||
- [65929] hw26: gnss: Don't run save-on-shutdown operations
|
||||
- [65831] ci/cd: yocto: Remove forced rebuild (build optimizations)
|
||||
- [65220] boottime: improved boot time by:
|
||||
- [67741] improve SIM switching
|
||||
- [67743] changed gnss-mgr service from bash to python
|
||||
- [67738] added python cached files
|
||||
|
||||
### Fixed
|
||||
- [65998] yocto: Remove python3.bbappend meta-fct (build optimizations)
|
||||
|
|
@ -57,6 +61,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- [62630] fct: usermodule: updater is failling --> see [65398]
|
||||
|
||||
### Known Issues:
|
||||
- [68021] hw23: wlan layer breaks the support for this HW
|
||||
- [66530] hw26: mismatch of used ssl library within pycurl within different image variants (dev vs FCT)
|
||||
- [65740] gnss-mgr: very rarely service does not start
|
||||
- gnss-mgr: navigation does not immediately resume after a system restart in a 2D dead reckoning situation without GNSS reception.
|
||||
- navigation only resumes once GNSS reception is possible again
|
||||
|
|
|
|||
Loading…
Reference in New Issue