diff --git a/custom/plugins/yocto/yocto.plugin.zsh b/custom/plugins/yocto/yocto.plugin.zsh index 380b64c7d..2d22cb48c 100644 --- a/custom/plugins/yocto/yocto.plugin.zsh +++ b/custom/plugins/yocto/yocto.plugin.zsh @@ -35,6 +35,16 @@ function flash-bootimage(){ ) } +function flash-fls-in-cwd(){ + ( + cd ~/projects/yocto/out/pub/sofia-lte/images/sofia-lte/signed_fls + /opt/intel/platformflashtool/bin/downloadTool \ + --library=/opt/intel/platformflashtool/lib/libDownloadTool.so \ + --verbose 4 \ + *.fls + ) +} + function flash-all(){ ( cd ~/projects/yocto/out/pub/sofia-lte/images/sofia-lte/signed_fls