Sven Eckelmann
8143709c90
ath79: Add support for OpenMesh OM2P v1
...
Device specifications:
======================
* Qualcomm/Atheros AR7240 rev 2
* 350/350/175 MHz (CPU/DDR/AHB)
* 32 MB of RAM
* 16 MB of SPI NOR flash
- 2x 7 MB available; but one of the 7 MB regions is the recovery image
* 2x 10/100 Mbps Ethernet
* 1T1R 2.4 GHz Wi-Fi
* 6x GPIO-LEDs (3x wifi, 2x ethernet, 1x power)
* 1x GPIO-button (reset)
* external h/w watchdog (enabled by default)
* TTL pins are on board (arrow points to VCC, then follows: GND, TX, RX)
* 2x fast ethernet
- eth0
+ 18-24V passive POE (mode B)
+ used as WAN interface
- eth1
+ builtin switch port 4
+ used as LAN interface
* 12-24V 1A DC
* external antenna
The device itself requires the mtdparts from the uboot arguments to
properly boot the flashed image and to support dual-boot (primary +
recovery image). Unfortunately, the name of the mtd device in mtdparts is
still using the legacy name "ar7240-nor0" which must be supplied using the
Linux-specfic DT parameter linux,mtd-name to overwrite the generic name
"spi0.0".
Flashing instructions:
======================
Various methods can be used to install the actual image on the flash.
Two easy ones are:
ap51-flash
----------
The tool ap51-flash (https://github.com/ap51-flash/ap51-flash ) should be
used to transfer the image to the u-boot when the device boots up.
initramfs from TFTP
-------------------
The serial console must be used to access the u-boot shell during bootup.
It can then be used to first boot up the initramfs image from a TFTP server
(here with the IP 192.168.1.21):
setenv serverip 192.168.1.21
setenv ipaddr 192.168.1.1
tftpboot 0c00000 <filename-of-initramfs-kernel>.bin && bootm $fileaddr
The actual sysupgrade image can then be transferred (on the LAN port) to the
device via
scp <filename-of-squashfs-sysupgrade>.bin root@192.168.1.1:/tmp/
On the device, the sysupgrade must then be started using
sysupgrade -n /tmp/<filename-of-squashfs-sysupgrade>.bin
Signed-off-by: Sven Eckelmann <sven@narfation.org>
2022-01-16 21:42:19 +01:00
..
2021-04-08 09:20:59 +02:00
2021-04-08 09:20:59 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-07-01 23:26:49 +02:00
2021-04-08 09:20:59 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-12-11 00:50:02 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-11-06 22:18:45 +01:00
2021-07-07 17:13:16 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2022-01-16 21:42:19 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-05-01 13:17:57 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-03-22 09:23:10 +01:00
2021-03-22 09:23:10 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-01 23:26:49 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2020-12-30 23:32:07 +01:00
2020-12-30 23:32:07 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-08-26 15:07:18 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2020-12-29 00:03:26 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-01-31 13:42:12 +01:00
2021-02-24 02:53:53 +01:00
2022-01-13 09:33:29 +01:00
2021-11-01 00:43:18 +01:00
2021-01-15 18:32:38 +01:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-11-18 21:13:46 +01:00
2020-11-18 21:13:46 +01:00
2020-11-03 18:34:10 +01:00
2020-11-03 18:34:10 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-11-03 18:34:10 +01:00
2021-08-22 22:41:52 +02:00
2021-08-22 22:41:41 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-06-06 18:56:45 +02:00
2021-06-06 18:56:45 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-12-03 12:30:08 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-10-30 16:32:59 +02:00
2021-05-01 13:17:57 +02:00
2020-09-25 23:26:34 +02:00
2022-01-13 09:33:29 +01:00
2020-09-25 23:26:34 +02:00
2021-11-03 12:45:40 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-01-19 15:39:36 +01:00
2021-01-19 15:39:36 +01:00
2021-12-11 00:50:02 +01:00
2022-01-09 21:12:28 +01:00
2021-07-19 14:51:22 +02:00
2021-10-30 16:32:59 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-12-11 00:50:02 +01:00
2021-06-07 00:25:11 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-20 01:26:14 +01:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-12-29 22:55:16 +01:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2021-04-08 09:20:59 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2022-01-13 09:33:29 +01:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-12-11 00:50:02 +01:00
2021-02-24 02:53:53 +01:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-07-28 14:25:53 +02:00
2021-11-01 00:15:09 +01:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2021-07-19 14:51:22 +02:00
2020-11-12 17:18:26 +01:00
2020-11-12 17:18:26 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-26 13:57:02 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-01-04 01:09:32 +01:00
2021-01-04 01:09:32 +01:00
2022-01-13 09:33:29 +01:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-11-20 21:08:21 +01:00
2020-12-28 19:37:24 +01:00
2020-12-28 19:37:24 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2020-10-02 13:51:39 +02:00
2022-01-13 09:33:29 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-01-04 01:09:32 +01:00
2021-10-31 21:58:28 +01:00
2021-10-31 21:58:28 +01:00
2021-10-31 21:58:28 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2020-12-04 15:50:24 +01:00
2021-07-19 14:51:22 +02:00
2020-12-14 16:57:21 +01:00
2020-12-14 16:59:49 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-25 01:42:17 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2021-08-20 18:13:55 +02:00
2020-11-24 14:40:55 +01:00
2020-11-24 14:40:55 +01:00
2021-01-04 01:09:32 +01:00
2021-11-20 21:08:25 +01:00
2021-02-09 13:10:33 +01:00
2021-07-19 14:51:22 +02:00
2020-12-22 19:11:50 +01:00
2021-02-24 02:53:53 +01:00
2021-12-11 00:50:02 +01:00
2021-07-19 14:51:22 +02:00
2021-10-31 21:24:47 +01:00
2020-10-02 13:51:39 +02:00
2021-10-31 21:24:47 +01:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-06-05 01:17:11 +02:00
2021-06-05 01:17:11 +02:00
2021-07-19 14:51:22 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-01-19 21:41:26 +01:00
2021-01-19 21:41:26 +01:00
2021-07-19 14:51:22 +02:00
2022-01-09 21:12:28 +01:00
2022-01-16 20:51:14 +01:00
2020-10-17 20:17:59 +02:00
2020-10-17 20:17:59 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-08-18 23:46:02 +02:00
2021-11-28 01:13:08 +01:00
2021-11-28 01:13:08 +01:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-02-24 02:53:53 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-12-04 15:50:24 +01:00
2021-02-24 02:53:53 +01:00
2021-06-06 21:21:51 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2022-01-15 17:41:19 +01:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-02-24 02:53:53 +01:00
2021-04-10 20:57:37 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2021-02-24 02:53:53 +01:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2021-02-24 02:53:53 +01:00
2020-10-17 20:18:00 +02:00
2020-10-17 20:18:00 +02:00
2021-07-19 14:51:22 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-09-25 19:28:54 +02:00
2021-07-19 14:51:22 +02:00
2020-11-23 22:53:15 +01:00
2021-12-05 18:49:14 +01:00
2020-11-23 22:53:15 +01:00
2020-11-23 22:53:15 +01:00
2021-07-19 14:51:22 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-09-05 23:52:35 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2021-08-18 23:46:02 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-10-02 13:51:39 +02:00
2020-10-02 13:51:39 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2020-09-25 23:26:34 +02:00
2020-10-02 13:51:39 +02:00
2020-05-18 13:35:38 +02:00
2020-09-25 23:26:34 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-08-20 18:13:55 +02:00
2021-07-19 14:51:22 +02:00
2020-09-25 23:26:34 +02:00
2021-07-19 14:51:22 +02:00