Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 371 Bytes

HowToAddUnzipFunctionToUBoot.md

File metadata and controls

15 lines (10 loc) · 371 Bytes

How to Add Unzip Function to U-boot

  1. Open the U-boot config source code

For ZYNQ, it's u-boot-xlnx/include/configs/zynq_zc70x.h

  1. Append #define CONFIG_CMD_UNZIP to the file before #endif

The full list of u-boot commands can be found at u-boot-xlnx/include/config_cmd_all.h

  1. Clean and recompile u-boot
make distclean
make zynq_zc70x