1
1
openwrt/target/linux/imx
Martin Schiller 07a5e432c8 imx: add support for Kontron OSM-S/BL i.MX8MP
This adds support for the Kontron i.MX8MP OSM-S size system-on-module +
eval board.

CPU:      NXP i.MX8MP @ 1600MHz (quad-core A53)
Memory:   4 (up to 8) GByte LPDDR4-RAM
Storage:  32 (up to 128) GByte eMMC + microSD slot
Ethernet: 2x 1 Gbit/s IEEE (1x with TSN)
UART:     1x UART console output on the Mini-B USB Debug Port
          (signals are really UART on this Mini-B USB port!!!, there is
          an adapter with ftdi available from Kontron)
          1x RS232, 1x RS485
USB:	  2x USB 2.0 Type-A, 1x USB 3.0 Type-C DRP
Misc:	  8 (up to 128) kByte EEPROM (at24), RTC, 2x CAN, HDMI, 1x PCIe

This will create an SD card image for the board.
To use this image you have to bring the board to the recovery boot mode
(normal boot mode is eMMC). At the time of writing, the SoM (or the SoC)
has a bug that the FORCE_RECOVERY signal (switch S1 on the eval board)
doesn't work as long as the eMMC boot0 partition contains data.
Therefore you have to wipe this boot0 partition to be able to boot from
SD card. To do this call the following commands at uboot:

mmc dev 0 1
mmc erase 0 0x2000

After that, the system will try to boot from SD card.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
2026-06-01 17:49:36 +02:00
..
base-files imx: make sdcard/eMMC sysupgrade more resilient 2022-07-11 14:18:40 +02:00
cortexa7 imx: add imx8m support 2024-03-24 21:19:10 +01:00
cortexa9 imx: add imx8m support 2024-03-24 21:19:10 +01:00
cortexa53 imx: add support for Kontron OSM-S/BL i.MX8MP 2026-06-01 17:49:36 +02:00
files/firmware/imx/sdma imx: bundle correct SDMA firmware for i.MX 7 boards 2022-07-11 14:14:01 +02:00
image imx: add support for Kontron OSM-S/BL i.MX8MP 2026-06-01 17:49:36 +02:00
patches-6.12 imx: add support for Kontron OSM-S/BL i.MX8MP 2026-06-01 17:49:36 +02:00
profiles
config-6.12 kernel: 6.12: move CONFIG_CRYPTO_LIB_SHA1 to generic 2026-04-06 01:38:41 +02:00
Makefile imx: switch to kernel 6.12 2025-11-22 10:11:51 +01:00