mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-17 05:51:18 +02:00
update yocto plugin
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
0b2e36f3e7
commit
38c9b18281
1 changed files with 10 additions and 0 deletions
|
|
@ -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(){
|
function flash-all(){
|
||||||
(
|
(
|
||||||
cd ~/projects/yocto/out/pub/sofia-lte/images/sofia-lte/signed_fls
|
cd ~/projects/yocto/out/pub/sofia-lte/images/sofia-lte/signed_fls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue