From 6e7971553e021a7fe72987490439bf9a5475fb44 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 8 Sep 2007 23:27:49 +0000 Subject: Add functions to read and write the AUPD (flash update) image. "--read-aupd aupd.bin" will read (and decrypt) the AUPD image, and "--write-aupd aupd.bin" will write (and encrypt) an image. Also fix a bug in the "diskmove" function which corrupted the AUPD image when a bootloader was installed. So in order to manipulate the aupd image, you need to restore a clean firmware partition, and install the bootloader with this version of ipodpatcher. Decryption functions based on the description and sample code at http://ipodlinux.org/Flash_Decryption git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14644 a1c6a512-1295-4272-9138-f99709370657 --- rbutil/ipodpatcher/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/ipodpatcher/Makefile') diff --git a/rbutil/ipodpatcher/Makefile b/rbutil/ipodpatcher/Makefile index f65234a505..f76715b9f6 100644 --- a/rbutil/ipodpatcher/Makefile +++ b/rbutil/ipodpatcher/Makefile @@ -22,7 +22,7 @@ endif NATIVECC = gcc CC = $(CROSS)gcc -SRC = main.c ipodpatcher.c fat32format.c parttypes.h +SRC = main.c ipodpatcher.c fat32format.c parttypes.h arc4.c all: $(OUTPUT) -- cgit v1.2.3