From 0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 22:05:24 +0300 Subject: Initial static build --- docs/wiki/landrover-a9/index.html | 88 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 docs/wiki/landrover-a9/index.html (limited to 'docs/wiki/landrover-a9') diff --git a/docs/wiki/landrover-a9/index.html b/docs/wiki/landrover-a9/index.html new file mode 100644 index 0000000..af136de --- /dev/null +++ b/docs/wiki/landrover-a9/index.html @@ -0,0 +1,88 @@ + + +
+ + +
+ postmarketOS
+ ++This is just another clone from millions of devices from Chinese manufacturers.
+
fastboot boot. It can not be extracted like a normal boot.img file, as reported on IRC. Probably the extraction tool can't handle the files.++ramdisk and kernel has 512 bytes added in the beginning of the files
+custom header with file description
+
extracted boot.img, first bytes of pmOS initramfs (not working):
+sp@sppc:~/else/pmbs_work/chroot_native/pmos/extracted$ xxd -l 50 ramdisk
+00000000: 1f8b 0800 0000 0000 0203 949a 0d70 1ce5 .............p..
+00000010: 79c7 5fb0 09b2 621b 411d ac16 0317 c7a1 y._...b.A.......
+00000020: 0ed8 d6d9 96b1 2026 11b5 70d4 5814 4344 ...... &..p.X.CD
+00000030: ea49 .I
+
+
+extracted boot.img, first bytes of the vendor's initramfs (working):
+sp@sppc:~/else/pmbs_work/chroot_native/olololo/extracted$ xxd -l 50 ramdisk
+00000000: 8816 8858 f5a7 0c00 524f 4f54 4653 0000 ...X....ROOTFS..
+00000010: 0000 0000 0000 0000 0000 0000 0000 0000 ................
+00000020: 0000 0000 0000 0000 ffff ffff ffff ffff ................
+00000030: ffff
+
+
+