1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/target/linux
Andrew Yong 3f31029b19 ramips: add support for VoCore2
This patch adds support for the VoCore VoCore2 and its complementary
"ultimate" dock.

Specifications:
- SoC: MediaTek MT7628AN (580MHz, ramips)
- RAM: 128MB DDR2 166MHz
- Storage: 16MB NOR SPI flash onboard + microSD slot on dock
- Wireless: Built into MT7628AN (mt76) with 1T1R firmware on VoCore2
            boards with onboard 1x chip antenna
- Ethernet: 1x100M (port0) on dock, 1x100M (port2) on PCB header
- Dock hardware:
  - USB 2.0 socket
  - MicroSD socket
  - 100Mbps Ethernet x1
  - 3.5mm headphone jack (TRRS) connected to Everest Semi ES8388 I2S
    DAC/ADC (support WIP)
  - Micro USB for power and console (UART2)

Initial installation:
- VoCore2 comes preinstalled with a fork of OpenWrt CC and AP on
  SSID "VoCore2"
- Connect to VoCore2 by Ethernet or Wi-Fi
- `ssh root@192.168.1.1` (password is "vocore")
- scp/wget/etc. LEDE sysupgrade.bin to VoCore2
- `sysupgrade -n <your image>.bin` (don't keep old config, as the
  original firmware uses Ralink SDK Wi-Fi drivers and not
  mt76+mac80211)
- after sysupgrade completes, Wi-Fi will be disabled by default so use
  Ethernet or the micro USB console to configure Wi-Fi again

Signed-off-by: Andrew Yong <me@ndoo.sg>
2017-01-13 08:32:35 +01:00
..
adm5120
adm8668
apm821xx kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
ar7 kernel: update kernel 3.18 to version 3.18.43 2016-10-24 20:25:14 +03:00
ar71xx ar71xx: enable serial console on Mikrotik RB411/RB433 2017-01-13 08:32:20 +01:00
arc770 arc770: build dtb files in Image/Prepare so that they are available for Device/* 2017-01-11 16:35:03 +01:00
archs38 archs38: build dtb files in Image/Prepare so that they are available for Device/* 2017-01-11 16:35:03 +01:00
arm64 Revert "arm64: boot-wrapper: Add mirror" 2016-12-22 21:08:17 +01:00
armvirt armvirt: new target 2016-12-16 07:56:35 +01:00
at91 kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
ath25
au1000 kernel: update kernel 3.18 to version 3.18.43 2016-10-24 20:25:14 +03:00
bcm53xx bcm53xx: backport upstream bcm53xx spi driver changes 2017-01-11 15:33:47 +01:00
brcm47xx brcm47xx: generic: include Ethernet drivers in standard image 2017-01-04 12:49:03 +01:00
brcm63xx generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
brcm2708 kernel: remove DEVTMPFS platform overrides 2017-01-10 13:48:53 +01:00
cns3xxx kernel: bump to 4.4.38 2016-12-13 08:28:28 +01:00
gemini
generic kernel: remove linux 4.1 support 2017-01-11 13:09:33 +01:00
imx6 imx6: enable the crypto acceleration driver in the kernel config instead of packaging it 2017-01-10 12:10:20 +01:00
ipq806x kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
ixp4xx ixp4xx: drop 3.18 config/patches 2017-01-02 21:06:13 +01:00
kirkwood kirkwood: only add UBI EOF markers for devices that need it 2017-01-11 14:04:18 +01:00
lantiq lantiq: update USB controller initialization 2017-01-09 23:25:34 +01:00
layerscape kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
malta kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
mcs814x treewide: dts: use C style includes 2016-11-12 21:04:15 +01:00
mediatek kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
mpc85xx kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
mvebu mvebu: work around an ethernet tx scheduling fairness issue 2017-01-11 14:56:57 +01:00
mxs mxs: remove modules.mk, select drivers in the kernel config 2017-01-10 12:10:20 +01:00
octeon kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
omap omap: build various core drivers into the kernel instead of packaging them 2017-01-10 13:44:26 +01:00
omap24xx
orion kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
oxnas kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
ppc40x
ppc44x ppc44x: mark as broken 2017-01-10 12:49:34 +01:00
ramips ramips: add support for VoCore2 2017-01-13 08:32:35 +01:00
rb532 kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
sunxi sunxi: use fwtool for checking sdcard images 2017-01-05 11:09:15 +01:00
uml uml: clean up the kernel config and add squashfs+ext4/f2fs support 2016-11-24 12:53:18 +01:00
x86 x86: add kernel module for AMD CS5535/CS5536 audio chipset 2017-01-06 15:35:20 +01:00
xburst kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
zynq kernel: remove DEVTMPFS platform overrides 2017-01-10 13:48:53 +01:00
Makefile