2011-11-12 23:40:21 +00:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2015-12-04 12:32:44 +00:00
|
|
|
# Copyright (C) 2011-2015 OpenWrt.org
|
2011-11-12 23:40:21 +00:00
|
|
|
# based on ar71xx
|
|
|
|
#
|
|
|
|
|
2015-12-11 15:26:06 +00:00
|
|
|
. /lib/functions/uci-defaults.sh
|
2012-12-15 02:01:00 +00:00
|
|
|
. /lib/functions/lantiq.sh
|
2011-11-12 23:40:21 +00:00
|
|
|
|
2015-12-04 12:32:44 +00:00
|
|
|
board_config_update
|
|
|
|
|
2016-10-04 18:30:34 +00:00
|
|
|
led_wifi="$(lantiq_get_dt_led wifi)"
|
|
|
|
[ -n "$led_wifi" ] && ucidef_set_led_wlan "wifi" "wifi" "$led_wifi" "phy0tpt"
|
2016-01-01 21:18:38 +00:00
|
|
|
|
2016-10-04 18:30:34 +00:00
|
|
|
led_usb="$(lantiq_get_dt_led usb)"
|
|
|
|
[ -n "$led_usb" ] && ucidef_set_led_usbdev "usb" "usb" "$led_usb" "1-1"
|
|
|
|
|
|
|
|
led_usb2="$(lantiq_get_dt_led usb2)"
|
|
|
|
[ -n "$led_usb2" ] && ucidef_set_led_usbdev "usb2" "usb2" "$led_usb2" "2-1"
|
|
|
|
|
2017-06-14 18:17:16 +00:00
|
|
|
led_dsl="$(lantiq_get_dt_led dsl)"
|
|
|
|
[ -n "$led_dsl" ] && {
|
2016-01-01 21:18:38 +00:00
|
|
|
interface="nas0"
|
2017-10-09 06:26:01 +00:00
|
|
|
lantiq_is_vdsl_system && interface="dsl0"
|
2016-01-01 21:18:38 +00:00
|
|
|
|
2017-06-14 18:17:16 +00:00
|
|
|
led_internet="$(lantiq_get_dt_led internet)"
|
|
|
|
if [ -n "$led_internet" ]; then
|
2016-10-04 18:30:34 +00:00
|
|
|
ucidef_set_led_default "dsl" "dsl" "$led_dsl" "0"
|
2017-06-14 18:17:16 +00:00
|
|
|
ucidef_set_led_netdev "internet" "internet" "$led_internet" "pppoe-wan"
|
|
|
|
else
|
|
|
|
ucidef_set_led_netdev "dsl" "dsl" "$led_dsl" "$interface"
|
|
|
|
fi
|
2016-01-01 21:18:38 +00:00
|
|
|
}
|
2011-11-12 23:40:21 +00:00
|
|
|
|
2017-03-17 15:21:30 +00:00
|
|
|
board=$(board_name)
|
2012-03-25 08:50:30 +00:00
|
|
|
|
2012-12-15 02:01:00 +00:00
|
|
|
case "$board" in
|
lantiq: add Allnet ALL0333CJ support
This patch adds support for the Allnet ADSL2+ Modem ALL0333CJ.
Specifications:
- SoC: Amazon-SE
- RAM: 16MB
- Storage: 4MB NOR FLash
- LEDs: Power, Ethernet, DSL (Sync)
- Buttons: 1x Reset Button (not currently supported, will be done)
- 1x Ethernet-Port: 1x RJ45 10/100BaseTX
- 1x WAN-Port: AnnexB & J, G.992.1(ADSL), G.992.3(ADSL2), G.992.5(ADSL2+)
Installation:
- can be done via telnet+tftp or serial console
- default passwords:
- via telnet (root:admin)
- via webinterface http://172.16.1.254:8235/ (admin:coolwhite)
Installation via telnet / tftp:
host: # your own host must have an tftpd daemon, then do this:
host: ifconfig eth0:172 172.16.1.1 up
host: # telnet to allnet modem, root:admin
host: telnet 172.16.1.254
modem: # kill this daemon, it spams your console
modem: killall dsl_cpe_control
modem: # change to some place in ram:
modem: cd /ramdisk/tftp_upload
modem: # load lede-lantiq-ase-ALL0333CJ-squashfs-sysupgrade.bin alias uImage
modem: tftp -g -r uImage 172.16.1.1
modem: # load these extra tools from your tftpd via:
modem: # source: https://github.com/mcmilk/uboot-utils/releases/download/0.1/mips32.tar.gz
modem: tftp -g -r flashwrite 172.16.1.1
modem: tftp -g -r fw_setenv 172.16.1.1
modem: tftp -g -r fw.conf 172.16.1.1
modem: ln -s fw_setenv fw_printenv
modem: chmod +x *
modem: ./fw_setenv disable_recovery y
modem: ./fw_setenv kernel_addr 0xb0010000
modem: ./flashwrite /dev/mtd/1 uImage 0
Installation via serial line at uboot:
uboot: # erase everything exept bootloader
uboot: protect on b0000000 +10000; protect on b03f0000 +10000
uboot: erase all
uboot: # get new firmware via tftp:
uboot: tftpboot 0x80100000 uImage; setenv kernel_addr 0xb0010000
uboot: # copy to flash:
uboot: cp.b 0x80100000 $(kernel_addr) $(filesize)
uboot: # disable proprietary image checking:
uboot: setenv disable_recovery=y; saveenv
uboot: # reboot with LEDE ;)
uboot: reset
Ethernet works as expected, DSL syncronization does not work properly
currently, I am working on this issue.
Signed-off-by: Tino Reichardt <milky-lede@mcmilk.de>
2017-02-26 20:29:37 +00:00
|
|
|
ALL0333CJ)
|
|
|
|
ucidef_set_led_netdev "lan" "lan" "all0333cj:green:lan" "eth0.1"
|
|
|
|
;;
|
2016-10-05 08:05:51 +00:00
|
|
|
ARV4525PW)
|
|
|
|
ucidef_set_led_netdev "wifi" "wifi" "arv4525pw:green:wlan" "wlan0"
|
|
|
|
;;
|
2016-06-20 16:47:38 +00:00
|
|
|
ARV7506PW11)
|
|
|
|
ucidef_set_led_wlan "wifi" "wifi" "arv7506pw11:green:wlan" "phy0radio"
|
|
|
|
;;
|
2016-10-05 08:05:51 +00:00
|
|
|
ARV7519RW22)
|
|
|
|
ucidef_set_led_netdev "lan" "lan" "arv7519rw22:green:lan" "eth0.1"
|
|
|
|
;;
|
2015-12-11 15:05:30 +00:00
|
|
|
BTHOMEHUBV5A)
|
|
|
|
ucidef_set_led_default "dimmed" "dimmed" "dimmed" "0"
|
|
|
|
;;
|
lantiq: add Netgear DM200 support
Netgear DM200 is an inexpensive VDSL modem:
CPU: VRX220 MIPS 34Kc 5.6 @ 500Mhz
RAM: 64MiB
Flash: 8MiB
Ethernet: 1x100M
DSL: VDSL2+, ADSL2+
reset button, 3x bi-color LEDs
Serial port is 115200 baud, on the 4 pin header; pins from the bottom to
top are GND, RX, TX.
To upgrade from the vendor firmware, upload factory.img
The DM200 bootloader supports flashing over TFTP; hold the reset button
while powering on the device, and wait for the power light to start
flashing green before releasing. The device is now listening on
192.168.0.1/24, and can be sent a factory.img or a netgear image with a
TFTP put.
Once the image is loaded, it will be written to the flash, and the
device will reboot; this will take a few minutes.
Thanks to Edward O'Callaghan and Baptiste Jonglez, who implemented their
own ports for this device and provided valuable feedback.
Signed-off-by: Thomas Nixon <tom@tomn.co.uk>
2017-04-23 21:07:17 +00:00
|
|
|
DM200)
|
|
|
|
ucidef_set_led_netdev "lan" "lan" "dm200:green:lan" "eth0"
|
|
|
|
;;
|
2016-10-05 08:05:51 +00:00
|
|
|
FRITZ7320)
|
|
|
|
ucidef_set_led_netdev "wifi" "wifi" "fritz7320:green:wlan" "wlan0"
|
2014-11-14 16:53:53 +00:00
|
|
|
;;
|
2015-01-17 07:07:15 +00:00
|
|
|
P2812HNUF*)
|
2016-01-01 21:18:54 +00:00
|
|
|
ucidef_set_led_wlan "wifi" "wifi" "p2812hnufx:green:wlan" "phy0radio"
|
2015-01-17 07:07:15 +00:00
|
|
|
;;
|
2016-12-01 06:29:49 +00:00
|
|
|
VGV7510KW22*)
|
2016-10-05 08:05:51 +00:00
|
|
|
ucidef_set_led_wlan "wifi" "wifi" "vgv7510kw22:green:wlan" "phy0radio"
|
2016-06-13 19:50:13 +00:00
|
|
|
;;
|
2016-12-01 06:29:49 +00:00
|
|
|
VGV7519*)
|
2016-10-05 08:05:51 +00:00
|
|
|
ucidef_set_led_wlan "wifi" "wifi" "vgv7519:green:wireless" "phy0radio"
|
2016-06-14 03:11:54 +00:00
|
|
|
;;
|
2016-06-09 14:51:39 +00:00
|
|
|
WBMR300)
|
|
|
|
ucidef_set_led_switch "lan1" "LAN1" "wbmr300:green:lan1" "switch0" "0x08"
|
|
|
|
ucidef_set_led_switch "lan2" "LAN2" "wbmr300:green:lan2" "switch0" "0x04"
|
|
|
|
ucidef_set_led_switch "wan" "WAN" "wbmr300:green:wan" "switch0" "0x10"
|
|
|
|
ucidef_set_led_switch "lan3" "LAN3" "wbmr300:green:lan3" "switch0" "0x20"
|
|
|
|
ucidef_set_led_default "router" "router" "wbmr300:green:router" "1"
|
|
|
|
;;
|
2012-12-15 02:01:00 +00:00
|
|
|
*)
|
2011-11-12 23:40:21 +00:00
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|
2015-12-04 12:32:44 +00:00
|
|
|
board_config_flush
|
2011-11-12 23:40:21 +00:00
|
|
|
|
|
|
|
exit 0
|