immortalwrt/target/linux
Vladimir Vid 16060beeb3
mvebu: add initial support for Globalscale ESPRESSObin-Ultra
This patch adds support for Globalscale ESPRESSObin-Ultra. Device uses
the same Armada-3720 SoC with extended hardware support.

- SoC: Armada-3720
- RAM: 1 GB DDR4
- Flash: 4MB SPI NOR (mx25u3235f) + 8 GB eMMC
- Ethernet: Topaz 6341 88e6341 (4x GB LAN + 1x WAN with 30W PoE)
- WiFI: 2x2 802.11ac Wi-Fi marvell (88w8997 PCIe+USB)
- 1x USB 2.0 port
- 1x USB 3.0 port
- 1x microSD slot
- 1x mini-PCIe slot (USB [with nano-sim slot])
- 1x mini-USB debug UART
- 1x RTC Clock and battery
- 1x reset button
- 1x power button
- 4x LED (RGBY)
- Optional 1x M.2 2280 slot

** Installation **

Copy dtb from build_dir to bin/ and run tftpserver there:
$ cp ./build_dir/target-aarch64_cortex-a53_musl/linux-mvebu_cortexa53/
linux-5.4.65/arch/arm64/boot/dts/marvell/armada-3720-espressobin-ultra.dtb
bin/targets/mvebu/cortexa53/
$ in.tftpd -L -s bin/targets/mvebu/cortexa53/

Connect to the device UART via microUSB port on the back side and power on the device.

Power on the device and hit any key to stop the autoboot.

Set serverip (host IP) and ipaddr (any free IP address on the same subnet), e.g:
$ setenv serverip 192.168.1.10 # Host
$ setenv ipaddr 192.168.1.15 # Device

Ping server to confirm network is working:
$ ping $serverip
Using neta@30000 device
host 192.168.1.15 is alive

Tftpboot the firmware:
$ tftpboot $kernel_addr_r openwrt-mvebu-cortexa53-globalscale_espressobin-ultra-initramfs-kernel.bin
$ tftpboot $fdt_addr_r armada-3720-espressobin-ultra.dtb

Set the console and boot the image:
$ setenv bootargs $console
$ booti $kernel_addr_r - $fdt_addr_r

Once the initramfs is booted, transfer openwrt-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz
to /tmp dir on the device.

Gunzip and dd the image:
$ gunzip /tmp/openwrt-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img.gz
$ dd if=/tmp/openwrt-mvebu-cortexa53-globalscale_espressobin-ultra-squashfs-sdcard.img of=/dev/mmcblk0 && sync

Reboot the device.

Signed-off-by: Vladimir Vid <vladimir.vid@sartura.hr>
2020-11-24 23:26:45 +08:00
..
apm821xx treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
arc770 treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
archs38 treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
armvirt treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
at91 treewide: remove model name from LED labels 2020-11-22 01:20:31 +08:00
ath25 ath25: fix preinit Ethernet port configuration 2020-09-11 17:18:17 +08:00
ath79 ath79: move the squashfs feature to the parent target 2020-11-24 23:20:48 +08:00
bcm27xx Merge Mainline 2020-11-21 18:58:08 +08:00
bcm47xx treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
bcm53xx treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
bcm63xx treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
gemini treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
generic kernel: mtd: parser: cmdline: Fix parsing of part-names with colons 2020-11-24 23:21:57 +08:00
imx6 kernel: bump 5.4 to 5.4.77 2020-11-21 17:57:00 +08:00
ipq40xx ipq40xx: DTS style updates for OpenMesh devices 2020-11-24 23:21:00 +08:00
ipq806x treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
ipq807x ipq807x: remove yet supported platforms 2020-11-14 01:26:47 +08:00
kirkwood treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
lantiq lantiq: xrx200: disable unused switch and phy 2020-11-21 19:47:47 +08:00
layerscape layerscape: enable spi-uart in LS1012A-FRDM 2020-11-24 23:23:32 +08:00
malta treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
mediatek treewide: remove model name from LED labels 2020-11-22 01:20:31 +08:00
mpc85xx treewide: remove model name from LED labels 2020-11-22 01:20:31 +08:00
mvebu mvebu: add initial support for Globalscale ESPRESSObin-Ultra 2020-11-24 23:26:45 +08:00
mxs treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
octeon kernel: bump 5.4 to 5.4.75 2020-11-12 11:14:24 +08:00
octeontx treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
omap treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
oxnas treewide: remove model name from LED labels 2020-11-22 01:20:31 +08:00
pistachio kernel: bump 5.4 to 5.4.77 2020-11-21 17:57:00 +08:00
ramips ramips: phy: at803x: Select SFP interface mode that both sides supports. 2020-11-24 23:22:56 +08:00
rockchip treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
rtl838x rtl838x: remove model name from LED labels 2020-11-21 19:31:57 +08:00
sunxi treewide: remove model name from LED labels 2020-11-22 14:36:13 +08:00
tegra treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
uml kernel: bump to 4.9.240, 4.14.202, 4.19.152 2020-10-17 19:46:46 +08:00
x86 Merge Mainline 2020-11-14 13:55:18 +08:00
zynq treewide: remove support for kernel 4.x 2020-10-31 11:39:45 +08:00
Makefile build: add 'make kernel_xconfig' command 2020-07-09 12:03:26 +08:00