You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| basic | 3 years ago | |
| coccinelle/net | 3 years ago | |
| dtc | 3 years ago | |
| kconfig | 3 years ago | |
| .gitignore | 3 years ago | |
| Kbuild.include | 3 years ago | |
| Lindent | 3 years ago | |
| Makefile | 3 years ago | |
| Makefile.autoconf | 3 years ago | |
| Makefile.build | 3 years ago | |
| Makefile.clean | 3 years ago | |
| Makefile.extrawarn | 3 years ago | |
| Makefile.host | 3 years ago | |
| Makefile.lib | 3 years ago | |
| Makefile.spl | 3 years ago | |
| Makefile.uncmd_spl | 3 years ago | |
| README.rockchip | 2 years ago | |
| android2distro.sh | 3 years ago | |
| android2fit.sh | 2 years ago | |
| atf.sh | 3 years ago | |
| avbtool.py | 3 years ago | |
| bin2c.c | 3 years ago | |
| binutils-version.sh | 3 years ago | |
| build-tftp-firmware.sh | 3 years ago | |
| build-whitelist.sh | 3 years ago | |
| check-config.sh | 3 years ago | |
| check-rkconfig.sh | 2 years ago | |
| checkpatch.pl | 3 years ago | |
| checkstack.pl | 3 years ago | |
| cleanpatch | 3 years ago | |
| compress.sh | 3 years ago | |
| config_whitelist.txt | 3 years ago | |
| const_structs.checkpatch | 3 years ago | |
| coreboot.sed | 3 years ago | |
| decomp.sh | 3 years ago | |
| diffconfig | 3 years ago | |
| docproc.c | 3 years ago | |
| dtc-version.sh | 3 years ago | |
| fill_scrapyard.py | 3 years ago | |
| fit-core.sh | 2 years ago | |
| fit-msg.sh | 3 years ago | |
| fit-repack.sh | 3 years ago | |
| fit-resign.sh | 3 years ago | |
| fit-unpack.sh | 3 years ago | |
| fit.sh | 3 years ago | |
| gcc-stack-usage.sh | 3 years ago | |
| gcc-version.sh | 3 years ago | |
| get_default_envs.sh | 3 years ago | |
| get_maintainer.pl | 3 years ago | |
| kernel-doc | 3 years ago | |
| ld-version.sh | 3 years ago | |
| loader.sh | 3 years ago | |
| mailmapper | 3 years ago | |
| mkbootimg | 3 years ago | |
| mkenv.sh | 3 years ago | |
| mkkrnlimg | 3 years ago | |
| mkmakefile | 3 years ago | |
| objdiff | 3 years ago | |
| pack_resource.sh | 3 years ago | |
| repack-bootimg | 3 years ago | |
| rkpatch.sh | 3 years ago | |
| setlocalversion | 2 years ago | |
| show-gnu-make | 3 years ago | |
| spl.sh | 3 years ago | |
| stacktrace.sh | 3 years ago | |
| sync-fragment.sh | 3 years ago | |
| tos.sh | 3 years ago | |
| uboot.sh | 3 years ago | |
| uimage-pack.sh | 3 years ago | |
| unpack_bootimg | 3 years ago | |
| unpack_resource.sh | 3 years ago | |
README.rockchip
# # Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd # # SPDX-License-Identifier: GPL-2.0 # Example usage of scripts/tools for Rockchip - Here only shows the typical example usage, but not all - Mainly for providing developers with a quick reference - Get more detail information by scripts/tools help ======================================================== [scripts] # pack_resource.sh ./scripts/pack_resource.sh resource.img # unpack_resource.sh ./scripts/unpack_resource.sh resource.img out/ # mkbootimg ./scripts/mkbootimg --kernel zImage --second resource.img --ramdisk ramdisk.img --out boot.img # unpack_bootimg ./scripts/unpack_bootimg --boot_img boot.img --out out/ # repack-bootimg ./scripts/repack-bootimg --boot_img boot.img --kernel zImage -o boot_repack.img # stacktrace.sh ./scripts/stacktrace.sh dump.txt ./scripts/stacktrace.sh dump.txt spl ./scripts/stacktrace.sh dump.txt tpl # avbtool.py ./scripts/avbtool.py info_image --image vbmeta.img [tools] # resource_tool ./tools/resource_tool rk-kernel.dtb logo_kernel.bmp logo.bmp ./tools/resource_tool --unpack --image=resource.img out/ # trust_merger ./tools/trust_merger ./RKTRUST/RK3399TRUST.ini ./tools/trust_merger --unpack trust.img # boot_merger ./tools/boot_merger ./RKBOOT/RK3399MINIALL.ini ./tools/boot_merger --unpack rk3399_loader_v1.17.115.bin # loaderimage ./tools/loaderimage --pack --uboot ./u-boot.bin uboot.img 0x60000000 --size 1024 2 ./tools/loaderimage --unpack --uboot uboot.img uboot.bin ./tools/loaderimage --pack --trustos ./bin/rk32/rk322x_tee_v2.00.bin trust.img 0x80000000 --size 1024 2 ./tools/loaderimage --unpack --trustos trust.img tee.bin # bmp2gray16 ./tools/bmp2gray16 --uboot-logo uboot.bmp --charge-logo charging.bmp --lowpower-logo lowpower.bmp --kernel-logo kernel.bmp --output ./logo.img