Porting Belkin F9K1115 v2 to ath79

I've been compiling my own tiny build off the ar71xx branch lately as snapshot builds aren't available.

I wouldn't know where to start doing it myself but I'd be willing to test builds if some kind knowledgeable soul out there could do the porting over to the ath79 branch.

Cheers

As a starter: Porting guide ar71xx to ath79?

1 Like

target/linux/ar71xx/files/arch/mips/ath79/mach-f9k1115v2.c looks reasonably detailed, along with

target/linux/ar71xx/image/legacy.mk:f9k1115v2_mtdlayout=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),14464k(rootfs),1408k(kernel),64k(nvram)ro,64k(envram)ro,64k(art)ro,15872k@0x50000(firmware)

As starting points, you could look at the DTS files returned by

fgrep -l 9558 target/linux/ath79/dts/* | sort | uniq
1 Like