From d462a64a918117991e11dade2d7fa3a28196e07a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 6 Sep 2008 17:50:59 +0000 Subject: Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18435 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- tools/scramble.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 2349b9efbf..fd46f03519 100755 --- a/tools/configure +++ b/tools/configure @@ -1291,7 +1291,7 @@ fi target="-DIAUDIO_7" memory=16 # always arm946cc - tool="$rootdir/tools/scramble -add i7" + tool="$rootdir/tools/scramble -add=i7" boottool="$rootdir/tools/scramble -tcc=crc" bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" bmp2rb_native="$rootdir/tools/bmp2rb -f 5" diff --git a/tools/scramble.c b/tools/scramble.c index 5dff4f4086..ffcde9328b 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -279,6 +279,8 @@ int main (int argc, char** argv) modelnum = 26; else if(!strcmp(&argv[1][5], "1630")) /* Philips HDD1630 */ modelnum = 31; + else if (!strcmp(&argv[1][5], "i7")) + modelnum = 32; else { fprintf(stderr, "unsupported model: %s\n", &argv[1][5]); return 2; -- cgit v1.2.3