]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mvebu: add support for RIPE Atlas Probe v5 22048/head
authorTomáš Macholda <tomas.macholda@nic.cz>
Thu, 11 Sep 2025 12:45:12 +0000 (14:45 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 17 Feb 2026 00:40:00 +0000 (01:40 +0100)
commit42b10de18d65963cc83dca5ee3d58f01836a7221
tree81c386b8364a366845fe5a442b189b140e2ac278
parent5c0a038ed3e82042a60950bcdf0397013c2bfcb5
mvebu: add support for RIPE Atlas Probe v5

RIPE Atlas Probe v5 is a network measurement device based on Turris MOX.

u-boot bootscript supports booting both from the original Turris BTRFS
layout and default OpenWrt ext4 boot + root partition layout.

Specifications:
* SoC: Marvell ARMADA 3720
* RAM: 512 MiB, DDR3
* eMMC: 4G
* Ethernet: 1x 1GbE

MAC:
LAN MAC: label on board

Flash instructions:
* For using the default ext4 layout, boot into a live system using
tftpboot in u-boot and flash an OpenWrt SD image onto /dev/mmcblk0.
* For the Turris layout, put the new rootfs into subvolume '@', not
forgetting to add Image, device tree, and boot.scr to /boot.

Misc:
* USB connection is only for power. For UART access use the pin header:
  1: GND
  2: +1.8V
  5: TX
  6: RX
* Flashing the image onto Turris Shield won't work. Use Turris MOX image
  instead.

Signed-off-by: Tomáš Macholda <tomas.macholda@nic.cz>
Link: https://github.com/openwrt/openwrt/pull/20031
(cherry picked from commit 0271f2ee3649fcabcf5cb989743bbbdc38b34b3e)
Signed-off-by: Trix Taiclet <git@trix.moe>
Link: https://github.com/openwrt/openwrt/pull/22048
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-mvebu/Makefile
target/linux/mvebu/cortexa53/base-files/etc/board.d/01_leds
target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network
target/linux/mvebu/files/arch/arm64/boot/dts/marvell/armada-3720-atlas-v5.dts [new file with mode: 0644]
target/linux/mvebu/image/cortexa53.mk
target/linux/mvebu/image/ripe-atlas.bootscript [new file with mode: 0644]