From d3bc64833c76adca4d6300e5b5880ee8ea63de02 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:28:09 +0200 Subject: Initial commit for the Creative ZEN Mozaic Change-Id: Ib65aad9f5de37e514047955cad7ca40dc0af4f74 --- tools/configure | 20 ++++++++++++++++++++ tools/scramble.c | 2 ++ 2 files changed, 22 insertions(+) (limited to 'tools') diff --git a/tools/configure b/tools/configure index ad702aab60..7746044396 100755 --- a/tools/configure +++ b/tools/configure @@ -2280,6 +2280,26 @@ fi arm926ejscc ;; + 97|creativezenmozaic) + target_id=87 + modelname="creativezenmozaic" + target="CREATIVE_ZENMOZAIC" + memory=32 + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + tool="$rootdir/tools/scramble -add=zmoz" + output="rockbox.creative" + bootoutput="bootloader-zenmozaic.creative" + appextra="gui:recorder:radio" + plugins="" + swcodec="yes" + toolset=$scramblebitmaptools + t_cpu="arm" + t_manufacturer="imx233" + t_model="creative-zenmozaic" + arm926ejscc + ;; + 50|sansae200) target_id=23 modelname="sansae200" diff --git a/tools/scramble.c b/tools/scramble.c index c29634bb6c..e37bec8195 100644 --- a/tools/scramble.c +++ b/tools/scramble.c @@ -365,6 +365,8 @@ int main (int argc, char** argv) modelnum = 82; else if (!strcmp(&argv[1][5], "zxf3")) /* Creative Zen X-Fi3 */ modelnum = 83; + else if (!strcmp(&argv[1][5], "zmoz")) /* Creative ZEN Mozaic*/ + modelnum = 87; else if (!strcmp(&argv[1][5], "e370")) /* Sony NWZ-E370 series */ modelnum = 88; else if (!strcmp(&argv[1][5], "e360")) /* Sony NWZ-E360 series */ -- cgit v1.2.3