LZMA or ZIP uncompress BSD code

Aleksandr Rybalko ray at ddteam.net
Sun Mar 27 12:08:06 UTC 2016


Hi Michael!

LZMA has very nice compression rate and it is public domain.
But some bootloader support old versions of LZMA/XZ.
So you can start with xz(1) in base, then to try gzip and/or older LZMA
versions.
You can look usage of older LZMA versions in ZRouter.org code (
http://hg.zrouter.org/hg/zrouter/file/9ac53695a44d)

P.S. it looks weird about 64k, maybe it needs proper CFE image to
uncompress something bigger?

2016-03-26 23:55 GMT+02:00 Michael Zhilin <mizhka at gmail.com>:

> Hi,
>
> I'm looking for ready-to-use BSD-licensed code to uncompress bytes (lzma or
> zip) by custom MIPS "bootloader" (
>
> https://github.com/Cka3o4Huk/freebsd-wifi-build/blob/asusrtn16/programs/mktrxfw/trxloader.c#L20
> ).
>
> Could you please advice me any of it?
>
> Background:
>
> I'm playing with FreeBSD-based firmware for few Asus WiFi router based on
> Broadcom MIPS processors and CFE bootloader. At boot, CFE unzips first 64K
> of firmware (second bootloader) and second bootloader is responsible to
> load kernel from flash and run it. So my goal is to write second bootloader
> to load kernel.
>
> As I mentioned I have few routers with different flashes. For instance,
> Asus RT-N16 has a lot of flash memory (32MB), so I don't need implement
> kernel compression. Firmware works fine on it. Other routers has only 8MB
> (for example, Asus RT-N53), but it's not enough for raw kernel + compressed
> rootfs. I'm not expert in zip/lzma internals. That's why I'm looking for
> ready BSD code to unpack kernel.
>
> Thank you in advance,
>    Michael
> _______________________________________________
> freebsd-mips at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-mips
> To unsubscribe, send any mail to "freebsd-mips-unsubscribe at freebsd.org"
>



-- 
WBW
-------
Rybalko Aleksandr <ray at ddteam.net>


More information about the freebsd-mips mailing list