3. Tools etc


3.1 思澈产品编译开发环境搭建及配置说明


3.2 思澈平台各类 Log 抓取方法


3.3 思澈平台 BT PAN 共享网络吞吐率测试方法


3.4 eZIP 工具


3.4.1 如何将 EZIP 格式的图片转回原始 png 图片格式 ?

  • 通过如下命令行将 EZIP 格式的 *.bin (bin_dir 目录) 转回对应的 *.png (png_dir 目录) 格式

eZIP.exe -dir bin_dir -spt 1 -dpt 0 -outdir png_dir

3.5 下载工具 (Butterfli/Impeller) 相关

3.5.1 Solution 环境中通过 Butterfli 编译 EZIP 图片如何配置额外的编译参数 ?

  • 特定场景下通过 Butterfli 编译 EZIP 图片时,需要传递额外的参数至 eZIP 程序,如以增加 -dither 0 参数为例

    1. 修改当前工程 (如 sifli\project\eh_lb525_nand_hdk_368x448) 下的 PrjCfg.ini 配置文件,在 [PRJ_SET] Section 中增加 EZIP_PARA=-dither 0 配置项

      • 影响范围: 只对当前工程生效

    2. 修改 Butterfli 工具目录下的 configure\CompileBurn.ini 配置文件的 [COM_PARA] Section 中增加 EZIP_PARA=-dither 0 配置项

      • 影响范围: 所有工程都生效


3.5.2 Sifli下载问题

  • 客户端,产线&开发经常遇到的无法烧录问题

../_images/downlond_tw.png