Archer D7 support

Firmware will be stored in the bin folder of where ever you have git cloned to.

As for make menuconfig you use that area to make a configuration file to you liking that's what it's for.

Hi, i have cloned the repository from https://github.com/DavideFioravanti/openwrt , and then compiled it by leaving all the configurations as default.
I went to the ./openwrt/bin/targets/ath79/generic directory, and found 40+ bin, but none of them is for D7.
I think that i need to change some configurations.

Use make menuconfig to tell it which device to compile it for.


is the Target System (Atheros ATH79 (DTS)?
i didn't find d7 in "Target Profile (Default Profile (all drivers))".

Probably you are on the wrong branch.

Try:

git checkout archer-d7-new

And then you can run make menuconfig

1 Like
WARNING: Makefile 'package/utils/busybox/Makefile' has a dependency on 'libpam', which does not exist
WARNING: Makefile 'package/utils/busybox/Makefile' has a build dependency on 'libpam', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libgnutls', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libopenldap', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libidn2', which does not exist
WARNING: Makefile 'package/network/utils/curl/Makefile' has a dependency on 'libssh2', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/network/utils/iproute2/Makefile' has a dependency on 'libcap', which does not exist
WARNING: Makefile 'package/boot/kexec-tools/Makefile' has a dependency on 'liblzma', which does not exist
WARNING: Makefile 'package/network/services/lldpd/Makefile' has a dependency on 'libnetsnmp', which does not exist
WARNING: Makefile 'package/network/utils/nftables/Makefile' has a dependency on 'jansson', which does not exist

You can safely ignore those warnings.

Also, please use code tags - the </> button in the editor - to enclose command output etc. you post, for readability.

now i found the d7! thank you for all your help!

1 Like
U-Boot 1.1.4 (Sep  6 2015 - 15:31:37)

ap135 - Scorpion 1.0
DRAM:  128 MB
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   ath_gmac_enet_initialize...
athrs_sgmii_res_cal: cal value = 0xe
ath_gmac_enet_initialize: reset mask:c02200
Scorpion  ----> S17 PHY *
athrs17_reg_init: complete
: cfg1 0x80000000 cfg2 0x7114
eth0: a4:2b:b0:f2:64:6d
eth0 up
athrs17_reg_init_wan done
SGMII in forced mode
athr_gmac_sgmii_setup SGMII done
: cfg1 0x800c0000 cfg2 0x7214
eth1: a4:2b:b0:f2:64:6e
eth1 up
eth0, eth1
Setting 0x18116290 to 0x4081214f
Hit any key to stop autoboot:  0
## Booting image at 80800000 ...
        Uncompressing Kernel Image ...

Hi, i was able to boot on the uboot, but couldn't stop the boot process, tried all keys. I have a ft232rl.

edit:
I must wrongly compiled the firmware, the one provided by numero53 works fine. thanks anyway
end edit:

I have finally installed the d7b firmware, but there are some errors. I can't access 192.168.1.1.
i also flashed the d7 firmware, the output is about the same.
mine is 0x8010000 not 0x8100000

		tftpboot 0x80100000 openwrt-ath79-generic-tplink_archer-d7b-v1-squashfs-sysupgrade.bin
		erase 0x9f020000 +f90000
		cp.b 0x80100000 0x9f020000 0xf90000
		reset
AP135> printenv bootargs
bootargs=console=ttyS0,115200 root=31:02 rootfstype=squashfs init=/sbin/init mtdparts=ath-nor0:128k(u-boot),1152k(kernel),14848k(rootfs),64k(config),64k(romfs),64k(reserve),64k(radio)

U-Boot 1.1.4 (Sep  6 2015 - 15:31:37)

ap135 - Scorpion 1.0
DRAM:  128 MB
Flash Manuf Id 0xef, DeviceId0 0x40, DeviceId1 0x18
flash size 16MB, sector count = 256
Flash: 16 MB
Using default environment

In:    serial
Out:   serial
Err:   serial
Net:   ath_gmac_enet_initialize...
athrs_sgmii_res_cal: cal value = 0xe
ath_gmac_enet_initialize: reset mask:c02200
Scorpion  ----> S17 PHY *
athrs17_reg_init: complete
: cfg1 0x80000000 cfg2 0x7114
eth0: a4:2b:b0:f2:64:6d
eth0 up
athrs17_reg_init_wan done
SGMII in forced mode
athr_gmac_sgmii_setup SGMII done
: cfg1 0x800c0000 cfg2 0x7214
eth1: a4:2b:b0:f2:64:6e
eth1 up
eth0, eth1
Setting 0x18116290 to 0x4081214f
Hit any key to stop autoboot:  0
## Booting image at 80800000 ...
        Uncompressing Kernel Image ... OK

Starting kernel ...

[    0.000000] Linux version 4.14.114 (fiore@NGC1) (gcc version 7.4.0 (OpenWrt GCC 7.4.0 r9933-1325e74e0c)) #0 Sun May 5 21:52:10 2019
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU0 revision is: 00019750 (MIPS 74Kc)
[    0.000000] MIPS: machine is TP-Link Archer D7 v1
[    0.000000] SoC: Qualcomm Atheros QCA9558 ver 1 rev 0
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 08000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff]
[    0.000000] random: get_random_bytes called from start_kernel+0x8c/0x474 with crng_init=0
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 32512
[    0.000000] Kernel command line: console=ttyS0,115200n8 rootfstype=squashfs,jffs2
[    0.000000] PID hash table entries: 512 (order: -1, 2048 bytes)
[    0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 123176K/131072K available (3782K kernel code, 146K rwdata, 912K rodata, 1232K init, 204K bss, 7896K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS: 51
[    0.000000] CPU clock: 720.000 MHz
[    0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 5309056796 ns
[    0.000008] sched_clock: 32 bits at 360MHz, resolution 2ns, wraps every 5965232126ns
[    0.008290] Calibrating delay loop... 358.80 BogoMIPS (lpj=1794048)
[    0.074984] pid_max: default: 32768 minimum: 301
[    0.080060] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.087094] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.098196] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.108693] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.115244] pinctrl core: initialized pinctrl subsystem
[    0.121533] NET: Registered protocol family 16
[    0.132054] PCI host bridge /ahb/apb/pcie-controller@18250000 ranges:
[    0.138923]  MEM 0x0000000012000000..0x0000000013ffffff
[    0.144516]   IO 0x0000000000000001..0x0000000000000001
[    0.164860] PCI host bridge to bus 0000:00
[    0.169226] pci_bus 0000:00: root bus resource [mem 0x12000000-0x13ffffff]
[    0.176564] pci_bus 0000:00: root bus resource [io  0x0001]
[    0.182492] pci_bus 0000:00: root bus resource [??? 0x00000000 flags 0x0]
[    0.189716] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff]
[    0.198542] pci 0000:00:00.0: BAR 0: assigned [mem 0x12000000-0x121fffff 64bit]
[    0.206361] pci 0000:00:00.0: BAR 6: assigned [mem 0x12200000-0x1220ffff pref]
[    0.216070] clocksource: Switched to clocksource MIPS
[    0.222284] NET: Registered protocol family 2
[    0.227544] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[    0.234965] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[    0.241768] TCP: Hash tables configured (established 1024 bind 1024)
[    0.248643] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.254867] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.261760] NET: Registered protocol family 1
[    0.268777] Crashlog allocated RAM at address 0x3f00000
[    0.275332] workingset: timestamp_bits=30 max_order=15 bucket_order=0
[    0.286097] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.292301] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.309766] io scheduler noop registered
[    0.313939] io scheduler deadline registered (default)
[    0.319668] ar7200-usb-phy 18030000.usb-phy0: phy reset is missing
[    0.326318] ar7200-usb-phy 18030010.usb-phy1: phy reset is missing
[    0.334486] pinctrl-single 1804002c.pinmux: 544 pins at pa b804002c size 68
[    0.342388] gpio-export gpio-export: 2 gpio(s) exported
[    0.348707] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.356025] console [ttyS0] disabled
[    0.359889] 18020000.uart: ttyS0 at MMIO 0x18020000 (irq = 9, base_baud = 2500000) is a 16550A
[    0.369074] console [ttyS0] enabled
[    0.369074] console [ttyS0] enabled
[    0.376488] bootconsole [early0] disabled
[    0.376488] bootconsole [early0] disabled
[    0.400577] m25p80 spi0.0: w25q128 (16384 Kbytes)
[    0.405396] 7 fixed-partitions partitions found on MTD device spi0.0
[    0.411856] Creating 7 MTD partitions on "spi0.0":
[    0.416732] 0x000000000000-0x000000020000 : "u-boot"
[    0.422452] 0x000000020000-0x000000fb0000 : "firmware"
[    0.428666] 2 tplink-fw partitions found on MTD device firmware
[    0.434674] Creating 2 MTD partitions on "firmware":
[    0.439754] 0x000000000000-0x00000018ad13 : "kernel"
[    0.445375] 0x00000018ad14-0x000000f90000 : "rootfs"
[    0.451018] mtd: device 3 (rootfs) set to be root filesystem
[    0.456858] 1 squashfs-split partitions found on MTD device rootfs
[    0.463132] 0x000000460000-0x000000f90000 : "rootfs_data"
[    0.469222] 0x000000fb0000-0x000000fc0000 : "radioDECT"
[    0.475125] 0x000000fc0000-0x000000fd0000 : "config"
[    0.480796] 0x000000fd0000-0x000000fe0000 : "romfs"
[    0.486393] 0x000000fe0000-0x000000ff0000 : "rom"
[    0.491801] 0x000000ff0000-0x000001000000 : "art"
[    0.498160] libphy: Fixed MDIO Bus: probed
[    0.837772] libphy: ag71xx_mdio: probed
[    0.844232] switch0: Atheros AR8327 rev. 4 switch registered on mdio-bus.0
[    1.495375] ag71xx 19000000.eth: connected to PHY at mdio-bus.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
[    1.506751] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii
[    1.847648] ag71xx 1a000000.eth: connected to PHY at fixed-0:00 [uid=00000000, driver=Generic PHY]
[    1.857277] eth1: Atheros AG71xx at 0xba000000, irq 5, mode: sgmii
[    1.865460] NET: Registered protocol family 10
[    1.873903] Segment Routing with IPv6
[    1.877747] NET: Registered protocol family 17
[    1.882299] 8021q: 802.1Q VLAN Support v1.8
[    1.893251] VFS: Mounted root (squashfs filesystem) readonly on device 31:3.
[    1.904829] Freeing unused kernel memory: 1232K
[    1.909445] This architecture does not have kernel memory protection.
[    2.566097] random: fast init done
[    2.580270] init: Console is alive
[    2.583895] init: - watchdog -
[    3.788088] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[    3.921498] usbcore: registered new interface driver usbfs
[    3.927180] usbcore: registered new interface driver hub
[    3.932646] usbcore: registered new device driver usb
[    3.942510] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.950500] ehci-platform: EHCI generic platform driver
[    3.956020] ehci-platform 1b000000.usb: EHCI Host Controller
[    3.961828] ehci-platform 1b000000.usb: new USB bus registered, assigned bus number 1
[    3.969850] ehci-platform 1b000000.usb: irq 14, io mem 0x1b000000
[    3.996087] ehci-platform 1b000000.usb: USB 2.0 started, EHCI 1.00
[    4.003024] hub 1-0:1.0: USB hub found
[    4.007138] hub 1-0:1.0: 1 port detected
[    4.011641] ehci-platform 1b400000.usb: EHCI Host Controller
[    4.017455] ehci-platform 1b400000.usb: new USB bus registered, assigned bus number 2
[    4.025479] ehci-platform 1b400000.usb: irq 15, io mem 0x1b400000
[    4.056090] ehci-platform 1b400000.usb: USB 2.0 started, EHCI 1.00
[    4.063039] hub 2-0:1.0: USB hub found
[    4.067162] hub 2-0:1.0: 1 port detected
[    4.072063] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[    4.089808] init: - preinit -
e    5.521817] random: jshn: uninitialized urandom read (4 bytes read)
[    5.807442] random: jshn: uninitialized urandom read (4 bytes read)
[    5.994674] random: jshn: uninitialized urandom read (4 bytes read)
[    7.348984] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[    7.354956] IPv6: ADDRCONF(NETDEV_UP): eth1.1: link is not ready
[    7.396328] urandom_read: 4 callbacks suppressed
[    7.396335] random: procd: uninitialized urandom read (4 bytes read)
Press the [f] key and hit [enter] to enter failsafe mode
Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level
[    8.437270] eth1: link up (1000Mbps/Full duplex)
[    8.441978] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[    8.449138] IPv6: ADDRCONF(NETDEV_CHANGE): eth1.1: link becomes ready
t   10.530249] mount_root: jffs2 not ready yet, using temporary tmpfs overlay
[   10.557945] urandom-seed: Seed file not found (/etc/urandom.seed)
[   10.656655] eth1: link down
[   10.674622] procd: - early -
[   10.678340] procd: - watchdog -
[   11.360431] procd: - watchdog -
[   11.363834] procd: - ubus -
[   11.434395] random: ubusd: uninitialized urandom read (4 bytes read)
[   11.553959] random: ubusd: uninitialized urandom read (4 bytes read)
[   11.561651] procd: - init -
Please press Enter to activate this console.
[   11.902752] kmodloader: loading kernel modules from /etc/modules.d/*
[   11.914626] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   11.929023] Loading modules backported from Linux version v4.19.32-0-g3a2156c839c7
[   11.936742] Backport generated by backports.git v4.19.32-1-0-g1c4f7569
[   11.945712] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.957992] nf_conntrack version 0.5.0 (2048 buckets, 8192 max)
[   12.051346] xt_time: kernel timezone is -0000
[   12.213834] PPP generic driver version 2.4.2
[   12.220274] NET: Registered protocol family 24
[   12.248310] ath10k 4.19 driver, optimized for CT firmware, probing pci device: 0x3c.
[   12.257341] PCI: Enabling device 0000:00:00.0 (0000 -> 0002)
[   12.263248] ath10k_pci 0000:00:00.0: pci irq legacy oper_irq_mode 1 irq_mode 0 reset_mode 0
[   12.539424] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/fwcfg-pci-0000:00:00.0.txt failed with error -2
[   12.550131] ath10k_pci 0000:00:00.0: Falling back to user helper
[   12.749333] firmware ath10k!fwcfg-pci-0000:00:00.0.txt: firmware_loading_store: map pages failed
[   12.758521] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:00:00.0.bin failed with error -2
[   12.769404] ath10k_pci 0000:00:00.0: Falling back to user helper
[   12.945887] firmware ath10k!pre-cal-pci-0000:00:00.0.bin: firmware_loading_store: map pages failed
[   12.955235] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/cal-pci-0000:00:00.0.bin failed with error -2
[   12.965765] ath10k_pci 0000:00:00.0: Falling back to user helper
[   13.180768] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/ct-firmware-5.bin failed with error -2
[   13.191924] ath10k_pci 0000:00:00.0: Falling back to user helper
[   13.326606] firmware ath10k!QCA988X!hw2.0!ct-firmware-5.bin: firmware_loading_store: map pages failed
[   13.336217] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/ct-firmware-2.bin failed with error -2
[   13.347353] ath10k_pci 0000:00:00.0: Falling back to user helper
[   13.523109] firmware ath10k!QCA988X!hw2.0!ct-firmware-2.bin: firmware_loading_store: map pages failed
[   13.532726] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-6.bin failed with error -2
[   13.543600] ath10k_pci 0000:00:00.0: Falling back to user helper
[   13.720183] firmware ath10k!QCA988X!hw2.0!firmware-6.bin: firmware_loading_store: map pages failed
[   13.729538] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-5.bin failed with error -2
[   13.740418] ath10k_pci 0000:00:00.0: Falling back to user helper
[   13.916347] firmware ath10k!QCA988X!hw2.0!firmware-5.bin: firmware_loading_store: map pages failed
[   13.925656] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-4.bin failed with error -2
[   13.936544] ath10k_pci 0000:00:00.0: Falling back to user helper
[   14.150849] firmware ath10k!QCA988X!hw2.0!firmware-4.bin: firmware_loading_store: map pages failed
[   14.160200] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/firmware-3.bin failed with error -2
[   14.171075] ath10k_pci 0000:00:00.0: Falling back to user helper
[   14.346956] firmware ath10k!QCA988X!hw2.0!firmware-3.bin: firmware_loading_store: map pages failed
[   14.359697] ath10k_pci 0000:00:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 0000:0000
[   14.369097] ath10k_pci 0000:00:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 0
[   14.381485] ath10k_pci 0000:00:00.0: firmware ver 10.1-ct-8x-__fW-022-883e26a8 api 2 features wmi-10.x,has-wmi-mgmt-tx,mfp,txstatus-noack,wmi-10.x-CT,ratemask-CT,txrate-CT,get-temp-CT,tx-rc-CT,cust-stats-CT,retry-gt2-CT,txrate2-CT,beacon-cb-CT crc32 7a67ce60
[   14.490091] ath10k_pci 0000:00:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
[   14.500703] ath10k_pci 0000:00:00.0: Falling back to user helper
[   14.613296] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
[   14.622547] ath10k_pci 0000:00:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[   15.560510] ath10k_pci 0000:00:00.0: 10.1 wmi init: vdevs: 16  peers: 127  tid: 256
[   15.577968] ath10k_pci 0000:00:00.0: wmi print 'P 128 V 8 T 410'
[   15.584266] ath10k_pci 0000:00:00.0: wmi print 'msdu-desc: 1424  sw-crypt: 0 ct-sta: 0'
[   15.592410] ath10k_pci 0000:00:00.0: wmi print 'alloc rem: 24680 iram: 26872'
[   15.660516] ath10k_pci 0000:00:00.0: htt-ver 2.1 wmi-op 2 htt-op 2 cil file max-sta 128 raw 0 hwcrypto 1
[   15.673314] ath10k_pci 0000:00:00.0: NOTE:  Firmware DBGLOG output disabled in debug_mask: 0x10000000
[   15.889560] ieee80211 phy1: Atheros AR9550 Rev:0 mem=0xb8100000, irq=13
[   15.982162] kmodloader: done loading kernel modules from /etc/modules.d/*

The log seems normal. What do you mean with: "I can't access 192.168.1.1."?
Did you try connecting using ssh? Which ethernet port did you use?

I'm new to this, I didn't know that I had to manually include Luci. That's why I couldn't access the gateway from IE.

I'm having trouble using this router's 5ghz radio as a repeater. If i add an AP to the 5ghz radio which is also connected to a CLIENT, the new AP created doesn't work. It shows that the transmit power is 0 dBm.
I'm sure that the configurations are all right because i have tried using the same configurations with 2.4ghz radio and it worked.
I have tested with the firmware which you provided and a new build one, but none of them worked.
Do i need install some extra software?

Hey everyone,
So I have been lurking here for a while and I finally managed to get the time to tinker with my Archer D7 (non-B). So far I have managed to compile OpenWrt and get it running on my router through the tftp.

I was wondering, has anyone figured out how to get the router to boot directly into OpenWrt after a reboot without having to go through the whole procedure of booting it from memory?

And thanks for the hard work, this project is quite fun to keep track of.

Hi,
here in the section "Flash instructions under U-Boot, using UART" you can read the instruction to flash OpenWrt :slight_smile:

2 Likes

Why isn't this modem officially supported?

Hi, for some reasons, i can't find the archer d7 in "Target Profile (Default Profile (all drivers))".
?

git clone https://github.com/DavideFioravanti/openwrt.git
./scripts/feeds update -a
./scripts/feeds install -a
git checkout archer-d7-new
make menuconfig

Just ordered one of these.

Thx for all your support.

We are simply awaiting the patch to be accepted

3 Likes

It should be there.
Did you choose "Atheros ATH79 (DTS)" as "Target system"?
image