Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>stb-toolNew to Visual Studio Code? Get it now.
stb-tool

stb-tool

wensonhuang

|
35 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

stb-tool

This tool has two main functions: one is to decompress a boot.img and open the ramdisk, and the other is to pack a boot.img.

1. modify logo.img

  1. open logo.img at left explorer navigation, right click and select "open logo.img", it will decompress the logo.img file and open it in vscode.
  2. After modifying the content, right click and select "save logo.img", it will save the logo.img into logo/logo.img, and then you can use it to flash the device. image

2. modify boot.img

  1. open boot.img at left explorer navigation, right click and select "open boot.img", it will decompress the boot.img file and open it in vscode.

  2. After modifying the content, right click and select "save boot.img", it will save the boot.img into out/boot.img, and then you can use it to flash the device.

image

3. compile module

dependencies: export COMPILE_ROOT_DIR=/path/to/compile.sh in your .bashrc file.

to compile the current module, rigth click and select "compile module"。ps:it will show the menu only when c or java file is selected.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft