[i.MX8M Plus] zlib in bootloader

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

[i.MX8M Plus] zlib in bootloader

ソリューションへジャンプ
413件の閲覧回数
sophiehu
Contributor III

Hi NXP,

I found there's zlib in bootloader.
Will you use zlib in bootloader?
If yes, when will you use it?
If not, can I remove it and how to remove it?

Best Regards,
Sophie

0 件の賞賛
返信
1 解決策
390件の閲覧回数
Sanket_Parekh
NXP TechSupport
NXP TechSupport
Hi @sophiehu ,
 
I hope you are doing well.
 
Zlib source code is present at /lib/zlib in u-boot-imx
 
Zlib is used by various filesystems(squashfs,btrfs,ubifs, etc... ), gzip decompression, and bootm command in u-boot.
 
Zlib is enabled in the default config.
It is not recommended to remove it.
 
 can I remove it and how to remove it?
=> One can add CONFIG_ZLIB=n in u-boot configuration file.
 
Thanks & Regards,
Sanket Parekh

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
391件の閲覧回数
Sanket_Parekh
NXP TechSupport
NXP TechSupport
Hi @sophiehu ,
 
I hope you are doing well.
 
Zlib source code is present at /lib/zlib in u-boot-imx
 
Zlib is used by various filesystems(squashfs,btrfs,ubifs, etc... ), gzip decompression, and bootm command in u-boot.
 
Zlib is enabled in the default config.
It is not recommended to remove it.
 
 can I remove it and how to remove it?
=> One can add CONFIG_ZLIB=n in u-boot configuration file.
 
Thanks & Regards,
Sanket Parekh
0 件の賞賛
返信