OpenWrt Forum Archive
forum.archive.openwrt.org › viewtopicAug 30, 2013 · He relocated ART partition to different address and to read this wireless initialization parameter, change the code to "(u8 *) KSEG1ADDR(0x101f1000);". This translate to KSEG1ADDR(0x101f0000) + 0x1000 offset where radio wireless initialization parameter located. KSEG1ADDR(0x101f0000) translate to virtual address 0xB01F0000.