Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#2922 - No COMFAST CF-E110NV2 8MB flash compatible version #7699

Open
openwrt-bot opened this issue Mar 23, 2020 · 1 comment
Open

FS#2922 - No COMFAST CF-E110NV2 8MB flash compatible version #7699

openwrt-bot opened this issue Mar 23, 2020 · 1 comment
Labels

Comments

@openwrt-bot
Copy link

66enligne:

CF-E110V2 is released with 8MB Flash (maybe it was before with 16 but apparently no longer, see forum discussions on CF-E110)
The current released package is only for 16MB flash

Can You generate and publicly release a 8MB flash compatible version too.

Hereafter the modified part of the dts file I'm using to compile my own FW (based on original OEM partition table).
flash@0 {
compatible = "winbond,w25q64", "jedec,spi-nor";
reg = <0>;
spi-max-frequency = <25000000>;

	partitions {
		compatible = "fixed-partitions";
		#address-cells = <1>;
		#size-cells = <1>;

		partition@0 {
			label = "u-boot";
			reg = <0x000000 0x010000>;
			read-only;
		};

		art: partition@10000 {
			label = "art";
			reg = <0x010000 0x010000>;
			read-only;
		};

		partition@20000 {
			compatible = "denx,uimage";
			label = "firmware";
			reg = <0x020000 0x7d0000>;
		};

		partition@7f0000 {
			label = "nvram";
			reg = <0x7f0000 0x010000>;
			read-only;
		};
	};
};
@openwrt-bot
Copy link
Author

adrianschmutzler:

Please provide some evidence on that.
Has the sold flash changed, or has this been an error from the beginning?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant