mib0 flash partition TL-WDR3600

Adrian Chadd adrian.chadd at gmail.com
Mon Oct 12 17:51:11 UTC 2015


Yes. The bootloader doesn't care what you do as long as:

* you don't overwrite uboot;
* you don't ovewrite uboot-env if it exists;
* you put the "uboot application" (ie, the kernel) in the right place
(which on these devices is at the beginning of the usable flash area);
and
* don't ovewrite ART.

Just make sure you erase the extra space before you write into it. :)



-a


On 12 October 2015 at 00:58, Eugene Grosbein <eugen at grosbein.net> wrote:
> On 12.10.2015 10:21, Adrian Chadd wrote:
>> It's just a hold-over from the atheros layout. On 16mb devices they
>> tended to have a mib0 partition that contained a bunch more leftover
>> space and would put things like a big overlayfs on it.
>>
>> until nandfs grows nor support and is actually stable, we can't really
>> use it. :(
>
> May I change geom_map layout on such 8mb device to eliminate mib0
> and use freed extra space for cfg in my private build? Won't it break anything?
>
>
>


More information about the freebsd-mips mailing list