| #
85ef0ddd |
| 24-Feb-2017 |
William Zhang <william.zhang@rock-chips.com> |
RKBOOT/RKTRUST: rename the bin and ini files in rk_tools to a standard
1. Files to be merged in rk_tools should rename as format: [chip]_[module]_[feature]_[version].[postfix] such as "rk
RKBOOT/RKTRUST: rename the bin and ini files in rk_tools to a standard
1. Files to be merged in rk_tools should rename as format: [chip]_[module]_[feature]_[version].[postfix] such as "rk322xh_ddr3_800MHz_v1.00.bin" 2. Output two-level loader, format such as "rk322xh_loader_v1.00.238.bin", v1.00.238 means its ddr version is v1.06, and miniloader version is v2.38. 3. As for output one-level loader, format such as "rk3288_bootloader_v1.01.bin", v1.01 means its ddr version is v1.01.
Change-Id: Ia492b9c76e2396ff246585d5fbbb34c248b55044 Signed-off-by: William Zhang <william.zhang@rock-chips.com>
show more ...
|
| #
1adaf1b9 |
| 21-Feb-2017 |
William Zhang <william.zhang@rock-chips.com> |
rk3328: add init config for rk3328 chip.
compile cmd:
make rk3328_box_defconfig make ARCHV=aarch64 or ./mkv8.sh
ini, must modify this two file:
tools/rk_tools/RKBOOT/RK3328MINIALL.ini tools/rk_to
rk3328: add init config for rk3328 chip.
compile cmd:
make rk3328_box_defconfig make ARCHV=aarch64 or ./mkv8.sh
ini, must modify this two file:
tools/rk_tools/RKBOOT/RK3328MINIALL.ini tools/rk_tools/RKTRUST/RK3328TRUST.ini
Change-Id: Icd97d45c00015844c8645806daa76cd42ad88f54 Signed-off-by: William Zhang <william.zhang@rock-chips.com>
show more ...
|