[PATCH 1/2] firmware-utils: zytrx: Add support for ZyXEL LTE3301-Plus

Bjørn Mork bjorn at mork.no
Sat May 15 03:00:07 PDT 2021


André Valentin <avalentin at marcant.net> writes:

> This adds a new device id to the image tools.
>
> Signed-off-by: André Valentin <avalentin at marcant.net>
> ---
>  tools/firmware-utils/src/zytrx.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/firmware-utils/src/zytrx.c b/tools/firmware-utils/src/zytrx.c
> index 302efc6010..b3bbbe3c69 100644
> --- a/tools/firmware-utils/src/zytrx.c
> +++ b/tools/firmware-utils/src/zytrx.c
> @@ -96,6 +96,7 @@ static struct board_t {
>  	uint32_t modelid;
>  } boards[] = {
>  	{ "MT7621A", "NR7101", 0x07010001 },
> +	{ "MT7621A", "LTE3301-PLUS", 0x03030001 },
>  	{}
>  };


Great!

But I winder if my initial implementation was a bit on the stupid
side. We might want to move those two fields out of the code and just
provide them directly as input parameters instead of this indirect
mapping.  What do you think?

Anyway, good to know that the remaining fields are constant.  In
particular the magic code "3 6035 122 0\n".  This was identical in your
stock firmware image?  I wonder what it means...

As you might have noticed, I guessed a lot when writing this tool :-)

I got the GPL source drop for the NR7101 from ZyXEL a while later. But
that didn't help much as the image header tool was provided only as
binary.  Pretty much expected, and nothing to complain about. They are
still among the best by providing code that will build a complete
working image, and including source for all the GPL parts AFAICS.




Bjørn




More information about the openwrt-devel mailing list