#20321: Firmware partition size is wrong for Olinuxino-RT5350F
-----------------------+------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Trunk
Keywords: |
-----------------------+------------------------
The Olinuxino-RT5350F board (probably also the -evb version) seem to be
currently configured for 4MB memory when in fact it has 8MB. The result is
that the "firmware" MTD partition (and the "rootfs-data" it contains) is
needlessly small and almost full.
Current MTD listing looks like:
root@OpenWrt:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 003b0000 00010000 "firmware"
mtd4: 00116ec5 00010000 "kernel"
mtd5: 0029913b 00010000 "rootfs"
mtd6: 00070000 00010000 "rootfs_data"
...while it should really look something like:
root@RT5350F-OLinuXino:/# cat /proc/mtd
dev: size erasesize name
mtd0: 00030000 00010000 "u-boot"
mtd1: 00010000 00010000 "u-boot-env"
mtd2: 00010000 00010000 "factory"
mtd3: 007b0000 00010000 "firmware"
mtd4: 00106afd 00010000 "kernel"
mtd5: 006a9503 00010000 "rootfs"
mtd6: 00490000 00010000 "rootfs_data"
The commit fixing the same problem in the Olimex repository can be found
here:
https://github.com/OLIMEX/openwrt/commit/2f25eb57edc79d33c4810d185c193be4293c434a
--
Ticket URL: <https://dev.openwrt.org/ticket/20321>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets