The DIR-825 cal data is in an odd spot. I don't know why it's here.

(This works on my board because I wrote new caldata into this spot;
but this obviously won't work for stock DIR-825 units out there.)
This commit is contained in:
Adrian Chadd 2012-08-30 17:35:12 +00:00
parent b42c08d3c4
commit c0bf0c307c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239911

View File

@ -31,6 +31,9 @@ hint.ath.1.eeprom_firmware="pcib.0.bus.0.18.0.eeprom_firmware"
# Geom MAP
# The DIR-825 has an 8MB flash part - HOWEVER, the 64k caldata isn't
# at the end of the flash. It's ~ 6MB into the flash image.
# mtdparts=ar7100-nor0:256k(uboot),64k(Config),1024k(vmlinux),5184k(rootfs),64k(caldata)
hint.map.0.at="flash/spi0"
@ -55,13 +58,13 @@ hint.map.2.readonly=1
hint.map.3.at="flash/spi0"
hint.map.3.start=0x00150000
hint.map.3.end=0x007f0000
hint.map.3.end=0x00660000
hint.map.3.name="rootfs"
hint.map.3.readonly=0
hint.map.4.at="flash/spi0"
hint.map.4.start=0x007f0000
hint.map.4.end=0x00800000
hint.map.4.start=0x00660000
hint.map.4.end=0x00670000
hint.map.4.name="art"
hint.map.4.readonly=1