mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 09:37:23 +08:00
7 lines
119 B
Bash
7 lines
119 B
Bash
|
#/bin/sh
|
||
|
set -e
|
||
|
echo "start compress kernel..."
|
||
|
|
||
|
lzma -c -9 -f -k Image > Image.lzma
|
||
|
|
||
|
./mkimage -f multi.its -r boot.sd
|