openwrt/target/linux/imx/image
Tim Harvey bd512e368f imx: add Gateworks Venice support
Add support for Gateworks Venice imx8m family of boards:
 - required kernel modules for on-board devices
 - image generation
 - initial network config
 - sysupgrade support

The resulting compressed disk image
(bin/targets/imx/cortexa53/openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz)
can be installed on a Gateworks venice board via U-Boot:

u-boot=> tftpboot $loadaddr openwrt-imx-cortexa53-gateworks_venice-squashfs-img.gz && \
         gzwrite mmc $dev $loadaddr $filesize

WARNING: this will overwrite any boot firmware on the eMMC user hardware
partition which if being used will brick your board requiring JTAG to
re-program boot firmware and recover

The compressed disk image contains the partition table and filesystems only
and that it is expected that boot firmware is installed properly on the
eMMC boot0 hardware partition. The easiest way to ensure this is to
use the Gateworks JTAG adapter/process to install the latest boot firmware
as follows from a Linux host:
  wget http://dev.gateworks.com/jtag/jtag_usbv4
  chmod +x jtag_usbv4
  wget http://dev.gateworks.com/venice/images/firmware-venice-imx8mm.bin
  sudo ./jtag_usbv4 -p firmware-venice-imx8mm.bin

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
2024-03-24 21:19:10 +01:00
..
bootscript-gateworks_venice imx: add Gateworks Venice support 2024-03-24 21:19:10 +01:00
bootscript-solidrun_cubox-i
bootscript-technexion_imx7d-pico-pi imx: cortexa7: add support for TechNexion PICO-PI-IMX7D 2022-07-11 14:26:24 +02:00
bootscript-toradex_apalis imx: bootscript-apalis: make it working with U-Boot 2022.01 2022-04-07 09:58:44 +02:00
bootscript-ventana imx: image: ventana: use squashfs rootfs for non NAND devices 2023-05-18 17:11:43 +02:00
common.mk imx: create sdcard image recipe with raw U-Boot 2022-07-11 14:18:40 +02:00
cortexa7.mk cypress-nvram: consolidate NVRAM packages 2022-11-16 20:14:13 +01:00
cortexa9.mk imx: add gpio-button-hotplug to ventana images 2024-02-15 21:21:11 +01:00
cortexa53.mk imx: add Gateworks Venice support 2024-03-24 21:19:10 +01:00
Makefile
recovery-toradex_apalis