Skip to content

Commit

Permalink
switch to 3gb data partition.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Wilson <[email protected]>
  • Loading branch information
Zaphod-Beeblebrox committed Mar 20, 2015
1 parent 30d4620 commit a9365de
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
Binary file added RK3188Loader(L)_V2.15.bin
Binary file not shown.
32 changes: 18 additions & 14 deletions package-file
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# NAME Relative path
#
#HWDEF HWDEF
package-file package-file
bootloader RK3188Loader(L)_V2.10.bin
parameter parameter
misc Image-rk3188/misc.img
#kernel Image/kernel.img
boot Image-rk3188/boot.img
recovery Image-rk3188/recovery.img
system Image-rk3188/system.img
# NAME Relative path
#
#HWDEF HWDEF
package-file package-file
bootloader RK3188Loader(L)_V2.15.bin
parameter parameter
misc Image/misc.img
kernel Image/kernel.img
boot Image/boot.img
recovery Image/recovery.img
system Image/system.img
# Ҫд��backup�������ļ�����������update.img��
# SELF �ǹؼ��֣���ʾ�����ļ���update.img������
# �����������ļ�ʱ��������SELF�ļ������ݣ�����ͷ����Ϣ���м�¼
# �ڽ�������ļ�ʱ�������SELF�ļ������ݡ�
# RESERVED�����backup
backup backupimage/backup.img
update-script update-script
recover-script recover-script
# Write the backup partition to the file itself (update.img) (keyword SELF)
# When generating the upgrade file, the file is not added to the contents of SELF,
# but there are records added in the header information.
# backup not packaged (keyword RESERVED)
backup backupimage/backup.img
update-script update-script
recover-script recover-script
2 changes: 1 addition & 1 deletion parameter
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ MACHINE: 3066
CHECK_MASK: 0x80
KERNEL_IMG: 0x60408000
#RECOVER_KEY: 1,1,0,20,0
CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00006000@0x00004000(kernel),0x00006000@0x0000a000(boot),0x00010000@0x00010000(recovery),0x00020000@0x00020000(backup),0x00040000@0x00040000(cache),0x001FE000@0x00080000(userdata),0x00002000@0x0027E000(metadata),0x00002000@0x00280000(kpanic),0x00180000@0x00282000(system),-@0x00402000(user)
CMDLINE:console=ttyFIQ0 androidboot.console=ttyFIQ0 init=/init initrd=0x62000000,0x00800000 mtdparts=rk29xxnand:0x00002000@0x00002000(misc),0x00006000@0x00004000(kernel),0x00006000@0x0000a000(boot),0x00010000@0x00010000(recovery),0x00020000@0x00020000(backup),0x00040000@0x00040000(cache),0x00600000@0x00080000(userdata),0x00002000@0x00680000(metadata),0x00002000@0x00682000(kpanic),0x0017C000@0x00684000(system),-@0x00800000(user)

0 comments on commit a9365de

Please sign in to comment.