summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--board-info.txt4
-rwxr-xr-xfactory-images/flash-all.sh23
-rwxr-xr-xfactory-images/generate-factory-images-package.sh32
-rwxr-xr-xself-extractors/generate-packages.sh10
4 files changed, 61 insertions, 8 deletions
diff --git a/board-info.txt b/board-info.txt
index 4074b86..39aaedd 100644
--- a/board-info.txt
+++ b/board-info.txt
@@ -1,4 +1,4 @@
require board=tuna
-require version-bootloader=PRIMEKJ10|PRIMEKL01
-require version-baseband=I9250XXKK6
+require version-bootloader=PRIMEKJ10|PRIMEKK15|PRIMEKL01
+require version-baseband=I9250XXKK1|I9250XXKK6
diff --git a/factory-images/flash-all.sh b/factory-images/flash-all.sh
new file mode 100755
index 0000000..3065aa6
--- /dev/null
+++ b/factory-images/flash-all.sh
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+fastboot flash bootloader bootloader-maguro-primekj10.img
+fastboot reboot-bootloader
+sleep 5
+fastboot flash radio radio-maguro-i9250xxkk1.img
+fastboot reboot-bootloader
+sleep 5
+fastboot -w update image-yakju-itl41f.zip
diff --git a/factory-images/generate-factory-images-package.sh b/factory-images/generate-factory-images-package.sh
new file mode 100755
index 0000000..2863d40
--- /dev/null
+++ b/factory-images/generate-factory-images-package.sh
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+# Copyright (C) 2011 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# 223971 = ITL41D
+# 228551 = ITL41F
+
+BUILD=228551
+VERSION=itl41f
+
+rm -rf tmp
+mkdir -p tmp/yakju-$VERSION
+unzip -d tmp signed-yakju-target_files-$BUILD.zip RADIO/radio.img RADIO/bootloader.img
+cp signed-yakju-img-$BUILD.zip tmp/yakju-$VERSION/image-yakju-$VERSION.zip
+cp tmp/RADIO/bootloader.img tmp/yakju-$VERSION/bootloader-maguro-primekj10.img
+cp tmp/RADIO/radio.img tmp/yakju-$VERSION/radio-maguro-i9250xxkk1.img
+cp flash-all.sh tmp/yakju-$VERSION
+(cd tmp ; tar zcvf ../yakju-$VERSION-factory.tgz yakju-$VERSION)
+mv yakju-$VERSION-factory.tgz yakju-$VERSION-factory-$(sha1sum < yakju-$VERSION-factory.tgz | cut -b -8).tgz
+rm -rf tmp
diff --git a/self-extractors/generate-packages.sh b/self-extractors/generate-packages.sh
index 598377e..303bbab 100755
--- a/self-extractors/generate-packages.sh
+++ b/self-extractors/generate-packages.sh
@@ -14,12 +14,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-# 155376 = IRK28C
-# 156135 = IRK32
-# 186921 = IRK77
-# 213821 = ICL26
-ZIP=yakju-ota-213821.zip
-BUILD=icl26
+# 223971 = ITL41D
+# 228551 = ITL41F
+ZIP=yakju-ota-228551.zip
+BUILD=itl41f
ROOTDEVICE=maguro
DEVICE=maguro
MANUFACTURER=samsung