35 lines
652 B
INI
35 lines
652 B
INI
#
|
|
# LeEco X4-50pro (Super4 x50 Pro)
|
|
# Config file to pack a single partition to firmware file (system.img)
|
|
# This will not create the partition, just erase and rewrite it
|
|
#
|
|
|
|
[Main]
|
|
FirmwareFileName=LetvUpgrade938.bin
|
|
ProjectFolder=./pack
|
|
useHexValuesPrefix=true
|
|
|
|
SCRIPT_FIRMWARE_FILE_NAME=$$(UpgradeImage)
|
|
DRAM_BUF_ADDR=20200000
|
|
MAGIC_FOOTER=12345678
|
|
HEADER_SIZE=16KB
|
|
|
|
[HeaderScript]
|
|
Prefix:
|
|
|
|
Suffix:
|
|
setenv str_crc 2
|
|
setenv db_table 0
|
|
setenv verify n
|
|
setenv ForcePowerOn 0
|
|
saveenv
|
|
setenv LetvUpgrade_complete 1
|
|
saveenv
|
|
printenv
|
|
|
|
[part/system]
|
|
erase=True
|
|
imageFile=${Main:ProjectFolder}/system.img
|
|
type=partitionImage
|
|
lzo=True
|
|
chunkSize=150MB |