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