Difference between revisions of "IOT-GATE-iMX8 and SBC-IOT-iMX8 NXP iMX8M-Mini Yocto Linux"

From Compulab Mediawiki
Jump to: navigation, search
imported>Uri.mashiach
imported>Igor.vaisbein
Line 10: Line 10:
 
* [[IOT-GATE-iMX8 and SBC-IOT-iMX8: Yocto Linux: How-To Guide|Yocto Linux how-to guide for IOT-GATE-iMX8 / SBC-IOT-iMX8]]
 
* [[IOT-GATE-iMX8 and SBC-IOT-iMX8: Yocto Linux: How-To Guide|Yocto Linux how-to guide for IOT-GATE-iMX8 / SBC-IOT-iMX8]]
 
* [[IOT-GATE-iMX8 and SBC-IOT-iMX8: Yocto Linux: Package contents|Yocto Linux package contents]]
 
* [[IOT-GATE-iMX8 and SBC-IOT-iMX8: Yocto Linux: Package contents|Yocto Linux package contents]]
|* [https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.0/README.md Building IOT-GATE-iMX8 and SBC-IOT-iMX8 Yocto Linux images]
+
|* [https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.1/README.md Building IOT-GATE-iMX8 and SBC-IOT-iMX8 Yocto Linux images]
*[https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.0/Documentation/linux_kernel_build.md Building IOT-GATE-iMX8 / SBC-IOT-iMX8 Linux Kernel]
+
*[https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.1/Documentation/linux_kernel_build.md Building IOT-GATE-iMX8 / SBC-IOT-iMX8 Linux Kernel]
*[https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.0/Documentation/imx_boot_image_build.md Building IOT-GATE-iMX8 / SBC-IOT-iMX8 U-boot image]
+
*[https://github.com/compulab-yokneam/meta-bsp-imx8mm/blob/iot-gate-imx8_r3.1/Documentation/imx_boot_image_build.md Building IOT-GATE-iMX8 / SBC-IOT-iMX8 U-boot image]
 
*[[Application Notes: Introduction to Yocto development|Introduction to Yocto development]]
 
*[[Application Notes: Introduction to Yocto development|Introduction to Yocto development]]
 
*[[Application Notes: Making Changes to Yocto Meta-Layers|Making Changes to Yocto Meta-Layers]]
 
*[[Application Notes: Making Changes to Yocto Meta-Layers|Making Changes to Yocto Meta-Layers]]
Line 24: Line 24:
  
 
{{ChangelogReleaseNotesRss| content=
 
{{ChangelogReleaseNotesRss| content=
 +
===== 19-Jul-2022, IOT-GATE-iMX8 / SBC-IOT-iMX8 Yocto Linux release 3.1 =====
 +
: Release of Yocto 3.3 (Hardknott) for IOT-GATE-iMX8 / SBC-IOT-iMX8
 +
: - Kernel 5.10.72
 +
: - U-Boot 2021.04
 +
: - Fix signal configuration of Digital I/O add-on GPIOs
 +
: - Fix WiFi driver for 4GB RAM configuration
 +
: - Enable support for FTDI USB to serial driver
 +
: - Add support for mbpoll ModBus utility
 +
: - Reduce RTC battery usage when the power supply is disconnected
 +
: - Store manufacturing details in the device tree
 +
: - Update the CAN bus driver
 +
: - Add support to the POE add-on module
 +
: - Add support for the M4 core
 +
: - Add support for the IE-CL420 module
 +
: - Add support for the IE-TPM module
 +
: - Enable the net filter tables feature
 +
: - Enable setting the RTC time based on NTP
 +
: - Enable broadcast manager CAN Protocol
 +
: - Add the digital I/O add-on input GPIOs as a wakeup sources
 +
: - Add support for the Realtek RTL8211 PHY
 +
: Documentation:
 +
: - Initial Yocto Linux documentation for IOT-GATE-iMX8 / SBC-IOT-iMX8
 +
 
===== 21-Sep-2020, IOT-GATE-iMX8 / SBC-IOT-iMX8 Yocto Linux release 2.0 =====
 
===== 21-Sep-2020, IOT-GATE-iMX8 / SBC-IOT-iMX8 Yocto Linux release 2.0 =====
 
: Release of Yocto 3.0 (Zeus) for IOT-GATE-iMX8 / SBC-IOT-iMX8
 
: Release of Yocto 3.0 (Zeus) for IOT-GATE-iMX8 / SBC-IOT-iMX8

Revision as of 10:17, 19 July 2022

This page contains links to information about Yocto Linux distribution for the CompuLab IOT-GATE-iMX8 Internet of Things Gateway and SBC-IOT-iMX8 Single Board Computer.

The Yocto Project is an open-source collaboration focused on embedded Linux development.


Iot-gate-imx8.png
Resources
Evaluation
Development
Application Notes


Release Notes

19-Jul-2022, IOT-GATE-iMX8 / SBC-IOT-iMX8 Yocto Linux release 3.1
Release of Yocto 3.3 (Hardknott) for IOT-GATE-iMX8 / SBC-IOT-iMX8
- Kernel 5.10.72
- U-Boot 2021.04
- Fix signal configuration of Digital I/O add-on GPIOs
- Fix WiFi driver for 4GB RAM configuration
- Enable support for FTDI USB to serial driver
- Add support for mbpoll ModBus utility
- Reduce RTC battery usage when the power supply is disconnected
- Store manufacturing details in the device tree
- Update the CAN bus driver
- Add support to the POE add-on module
- Add support for the M4 core
- Add support for the IE-CL420 module
- Add support for the IE-TPM module
- Enable the net filter tables feature
- Enable setting the RTC time based on NTP
- Enable broadcast manager CAN Protocol
- Add the digital I/O add-on input GPIOs as a wakeup sources
- Add support for the Realtek RTL8211 PHY
Documentation:
- Initial Yocto Linux documentation for IOT-GATE-iMX8 / SBC-IOT-iMX8
21-Sep-2020, IOT-GATE-iMX8 / SBC-IOT-iMX8 Yocto Linux release 2.0
Release of Yocto 3.0 (Zeus) for IOT-GATE-iMX8 / SBC-IOT-iMX8
- Kernel 5.4.24
- U-Boot 2020.04
HW supported features:
- eMMC storage
- USB2.0 Host
- Ethernet
- WiFi (Intel AX200)
- Bluetooth
- LTE modem (SIM7600G)
- CAN-FD
- RS485
- RS232 with flow control
- Industrial I/O add-ons
- RTC
- Industrial I/O extension boards
SW Features:
- CompuLab Deployment Tool
- Linux CLI utilities for access to U-Boot environment
Documentation:
- Initial Yocto Linux documentation for IOT-GATE-iMX8 / SBC-IOT-iMX8