Files
liminix/modules
Raito Bezarius 63007859c2 modules/outputs/zyxel-nwa-fit: init
Zyxel "firmware" format is just… a FIT with some metadata on the models.

This FIT is like this:

--------------------------
    uImage FIT header
--------------------------
    Linux kernel
--------------------------
    FDT DTB
--------------------------
    Padding so that
    this makes
    8192kb [1]
--------------------------
    UBI volume
    as a root filesystem
--------------------------

We just reproduce this in a very brutal and naive way.
In the future, this seems worth to generalize and modularize this idea
so that zyxel-nwa-fit is just an instance of a more general output.

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=blob;f=target/linux/ramips/image/mt7621.mk;h=ab1b829ba0086cb9fc9ca8cbbf3cbc14735034d6;hb=refs/heads/main#l3097

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
2024-02-18 20:30:41 +01:00
..
2023-08-31 18:29:45 +01:00
2024-02-15 23:43:54 +00:00
2023-08-28 22:02:28 +01:00
2023-08-28 22:02:28 +01:00
2024-01-05 00:07:01 +00:00
2024-02-13 22:12:26 +00:00
2023-09-17 17:00:31 +01:00
2023-08-16 22:26:40 +01:00
2024-01-26 22:46:36 +00:00
2023-08-16 22:52:16 +01:00