Skip to content
Snippets Groups Projects
Commit 18e4b6ba authored by Frieder Schrempf's avatar Frieder Schrempf
Browse files

docs: Split release notes to one page per release

This will provide a better overview when the number of releases
increases.
parent d9ff3533
No related branches found
No related tags found
1 merge request!34docs: Split release notes and update content
......@@ -31,4 +31,6 @@ nav:
- Prerequisites: prerequisites.md
- Build: build.md
- Customization: customization.md
- Release Information: release.md
- Release Information:
- v6.1.0-dev: release/6.1.0.md
- v6.0.0: release/6.0.0.md
# Release Information
## Initial Release 6.0.0
!!! info "Prebuilt Image Download"
......@@ -7,61 +7,6 @@
you can find download links for prebuilt binary images for our reference
hardware.
## Changes from 6.0.0 to 6.1.0-dev (work in progress)
### Integrated Components
* Yocto 4.0 LTS "Kirkstone" (4.0.10). Layers compatible with 3.1 LTS "Dunfell"
* Linux 6.1 LTS (6.1.29+) with KED backports and patches
* U-Boot 2023.04 with KED backports and patches
### Supported Hardware
| Product Numbers | Product Name | Product Type | Status |
| --------------- | ------------ | ------------ | ------ |
| 40099 122 | SL i.MX6 UL | SoM | Not Supported (Unverified) |
| 40099 145 | SL i.MX6 ULL | SoM | Not Supported (Unverified) |
| 40099 167 | SL STM32 MP157 | SoM | Not Supported (Planned) |
| 40099 175<br>40099 185<br>40099 242<br>40099 212 | SL i.MX8M Mini Quad | SoM | Supported |
| 40099 227<br>40099 229<br>40099 239<br>40099 231 | OSM-S i.MX8M Mini Quad | SoM | Supported |
| 41099 248 | OSM-S i.MX8M Plus | SoM | Not Supported (Planned) |
| 40099 148 | BL i.MX6 ULL | Board | Not Supported (Unverified) |
| 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) |
| 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) |
### Common changes for all plattforms
- Start of virtual terminal on tty0 deactivated in ktn distro (`USE_VT = "0"`)
### Changes for i.MX8 plattform
- none
### Changes for i.MX6 plattform
- Added support for DPI display interface on BL boards (configuration `imx6ull-kontron-dl`)
- u-boot: Default device tree boot configuration changed from `imx6ul-kontron-bl`
to `imx6ull-kontron-dl`
- linux: Changes in kernel config
- Virtual terminals deactivated (`CONFIG_VT`)
- Most resistive touch drivers removed
### Changes for STM32 MP1 plattform
- none
### Breaking Changes
- i.MX6: Default u-boot configuration changed from SOC `ul` variant to `ull`
variant. So for `ul` variants the boot config has to be adapted manually in
u-boot environment now!
### Known Issues
Currently none
## v6.0.0
!!! note "Version Number"
The v6.0 release is the first version of the BSP. We are using this
......
## Changes from 6.0.0 to 6.1.0-dev (work in progress)
### Integrated Components
* Yocto 4.0 LTS "Kirkstone" (4.0.10). Layers compatible with 3.1 LTS "Dunfell"
* Linux 6.1 LTS (6.1.29+) with KED backports and patches
* U-Boot 2023.04 with KED backports and patches
### Supported Hardware
| Product Numbers | Product Name | Product Type | Status |
| --------------- | ------------ | ------------ | ------ |
| 40099 122 | SL i.MX6 UL | SoM | Not Supported (Unverified) |
| 40099 145 | SL i.MX6 ULL | SoM | Not Supported (Unverified) |
| 40099 167 | SL STM32 MP157 | SoM | Not Supported (Planned) |
| 40099 175<br>40099 185<br>40099 242<br>40099 212 | SL i.MX8M Mini Quad | SoM | Supported |
| 40099 227<br>40099 229<br>40099 239<br>40099 231 | OSM-S i.MX8M Mini Quad | SoM | Supported |
| 41099 248 | OSM-S i.MX8M Plus | SoM | Not Supported (Planned) |
| 40099 148 | BL i.MX6 ULL | Board | Not Supported (Unverified) |
| 40099 176 | BL STM32 MP157 | Board | Not Supported (Planned) |
| 40099 187<br>40099 220 | BL i.MX8M-Mini Quad | Board | Supported (Basic[^1]) |
### Common changes for all plattforms
- Start of virtual terminal on tty0 deactivated in ktn distro (`USE_VT = "0"`)
### Changes for i.MX8 plattform
- none
### Changes for i.MX6 plattform
- Added support for DPI display interface on BL boards (configuration `imx6ull-kontron-dl`)
- u-boot: Default device tree boot configuration changed from `imx6ul-kontron-bl`
to `imx6ull-kontron-dl`
- linux: Changes in kernel config
- Virtual terminals deactivated (`CONFIG_VT`)
- Most resistive touch drivers removed
### Changes for STM32 MP1 plattform
- none
### Breaking Changes
- i.MX6: Default u-boot configuration changed from SOC `ul` variant to `ull`
variant. So for `ul` variants the boot config has to be adapted manually in
u-boot environment now!
### Known Issues
Currently none
[^1]: Basic support doesn't include all features of the board. Especially
advanced peripherals like display, graphics, hardware acceleration units,
camera interfaces, etc. might not be supported or tested yet.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment