[Bricked!] Changed boot slot without flashing bootloader. Only boots to EDL/Qualcomm bulk mode. - Motorola Razr 5G Questions & Answers

Might have a paperweight now. I have tried using the blankflash utility here (https://mirrors.lolinet.com/firmware/motorola/smith/blankflash/) but get an error about Sahara not expecting a 1. Can get the specifics if it would help. But apparently the blankflash files are really specific to what version the device was last using. Mine was T-Mobile still on an older 10 build.
Here's the log:
Code:
**** Log buffer [000001] 2021-06-26_12:10:15 ****
[ -0.000] Opening device: \\.\COM3
[ -0.000] Detecting device
[ 0.245] ReadFile() failed, GetLastError()=0
[ 1.486] ...cpu.id = 286 (0x11e)
[ 1.486] ...cpu.sn = 3255226195 (0xc206cf53)
[ 1.486] Opening singleimage
[ 1.486] Loading package
[ 1.486] ...filename = pkg.xml
[ 1.486] Loading programmer
[ 1.486] ...filename = programmer.elf
[ 1.486] Sending programmer
[ 3.937] ReadFile() failed, GetLastError()=0
[ 4.193] Unexpected command, expecting 3 or 18 or 4, got 1 instead.
[ 4.193] ERROR: sahara_download()->general error
[ 4.193] Check qboot_log.txt for more details
[ 4.193] Total time: 4.197s
[ 4.193]
[ 4.193] qboot version 3.86
[ 4.193]
[ 4.193] DEVICE {
[ 4.193] name = "\\.\COM3",
[ 4.193] flags = "0x64",
[ 4.193] addr = "0x62FD54",
[ 4.193] sahara.current_mode = "0",
[ 4.193] api.buffer = "0x2B20020",
[ 4.193] cpu.serial = "3255226195",
[ 4.193] cpu.id = "286",
[ 4.193] cpu.sv_sbl = "0",
[ 4.193] cpu.name = "SM_SAIPAN",
[ 4.193] storage.type = "UFS",
[ 4.193] sahara.programmer = "programmer.elf",
[ 4.193] api.bnr = "0x7D4F30",
[ 4.193] }
[ 4.193]
[ 4.193]
[ 4.193] Backup & Restore {
[ 4.193] num_entries = 0,
[ 4.193] restoring = "false",
[ 4.193] backup_error = "not started",
[ 4.193] restore_error = "not started",
[ 4.193] }
Seems like some of the Qualcomm flashing tools could help if I could get the specific Firehose files. Though I think I'm way in over my head and could be badly misunderstanding this all.

If you can boot into fastboot then flash all.
But if you can't then try this:
Download MSM tool.
Download Qualcomm driver.
Download your device stock ROM.
Boot into EDL mode, then connect your device.
Finally flash it through msm tool and you're done.

XDHx86 said:
If you can boot into fastboot then flash all.
But if you can't then try this:
Download MSM tool.
Download Qualcomm driver.
Download your device stock ROM.
Boot into EDL mode, then connect your device.
Finally flash it through msm tool and you're done.
Click to expand...
Click to collapse
Thanks but that tool seems to very specifically be for Oppo/OnePlus devices and very much not Motorola. Won't recognize it.
I updated the OP with more details

gorei23 said:
Thanks but that tool seems to very specifically be for Oppo/OnePlus devices and very much not Motorola. Won't recognize it.
I updated the OP with more details
Click to expand...
Click to collapse
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.

edit

XDHx86 said:
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.
Click to expand...
Click to collapse
As per the logs in the OP I can't seem to get the blank flash to work. My hypothesis is it's either a version mismatch (research into similar threads seems to show these files need to match the specific version you're running. This file is the only available afaik) or it's the result of me having switched to slot B when it's trying to flash A. But yes if I could get the bootloader up then I'd be good. It's unlocked.
Haven't had any luck finding firehose files for it either :/
My last ditch approach would be to send to Moto. I would hope that they either couldn't boot it far enough to tell it has been tampered with and not seeing any other damage they replace it. Or they flash a bootloader, realize it's been messed with and send it back (with working bootloader). Worst that happens is they send it back unchanged right?

gorei23 said:
As per the logs in the OP I can't seem to get the blank flash to work. My hypothesis is it's either a version mismatch (research into similar threads seems to show these files need to match the specific version you're running. This file is the only available afaik) or it's the result of me having switched to slot B when it's trying to flash A. But yes if I could get the bootloader up then I'd be good. It's unlocked.
Haven't had any luck finding firehose files for it either :/
My last ditch approach would be to send to Moto. I would hope that they either couldn't boot it far enough to tell it has been tampered with and not seeing any other damage they replace it. Or they flash a bootloader, realize it's been messed with and send it back (with working bootloader). Worst that happens is they send it back unchanged right?
Click to expand...
Click to collapse
Are you sure you can't find firehose files in the ROM? There is no programmer.xml or patch0.xml or anything similar in the extracted ROM?

XDHx86 said:
Are you sure you can't find firehose files in the ROM? There is no programmer.xml or patch0.xml or anything similar in the extracted ROM?
Click to expand...
Click to collapse
I can't seem to - I think programmer.elf in the blankflash file is the programmer, obviously. Still lost on the other needed files.

Tried on linux and also enabled debug options. Didn't get anwhere but more info got spit out.
Code:
sudo ./qboot --debug=1 blank-flash
Motorola qboot utility version 3.86
[ 0.000] Opening device: /dev/ttyUSB1
[ 0.000] Opening serial device: /dev/ttyUSB1
[ 0.000] serial_open():228: opening /dev/ttyUSB1
[ 0.000] Detecting device
[ 0.000] Switching to command mode
[ 0.000] Receiving HELLO packet
[ 0.000] ...protocol version: 2
[ 0.000] ...compatible with: 1
[ 0.000] ...max. packet size: 1024
[ 0.000] ...current mode: Image transfer pending
[ 0.000] Sending HELLO_RESP packet
[ 0.000] Receiving COMMAND_READY packet
[ 0.000] Identifying device
[ 0.000] Reading CPU serial number
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.000] ...payload: 4 byte(s)
[ 0.000] Receiving payload
[ 0.000] Reading CPU id
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 24 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading SBL SV
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 4 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading debug data
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 520 byte(s)
[ 0.001] Receiving payload
[ 0.001] Debug data dump follows
[ 0.001] 00000000 02 00 00 00 02 00 00 00 0b 00 0a ef 00 00 00 00 |................|
[ 0.001] 00000010 00 00 00 00 00 00 00 00 bf 9e e7 46 00 00 10 54 |...........F...T|
[ 0.001] 00000020 03 00 00 00 00 00 00 00 18 fa 32 00 00 00 00 00 |..........2.....|
[ 0.001] 00000030 d0 00 00 00 59 00 00 ef 02 02 01 ef 00 00 00 00 |....Y...........|
[ 0.001] 00000040 04 00 00 00 00 00 00 00 a6 f1 a1 49 00 00 10 54 |...........I...T|
[ 0.001] 00000050 03 00 00 00 00 00 00 00 38 f7 32 00 00 00 00 00 |........8.2.....|
[ 0.001] 00000060 31 04 00 00 5a 00 00 ef 00 00 00 00 00 00 00 00 |1...Z...........|
[ 0.001] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] *
[ 0.001] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.001] ...cpu.id = 286 (0x11e)
[ 0.001] ...cpu.sn = 3255226195 (0xc206cf53)
[ 0.001] Opening singleimage
[ 0.001] Loading package
[ 0.003] ...filename = pkg.xml
[ 0.004] Loading programmer
[ 0.004] ...filename = programmer.elf
[ 0.004] Sending programmer
[ 0.005] Switching to image download mode
[ 0.005] Sending CMD_SWITCH_MODE packet
[ 0.005] Receiving HELLO packet
[ 0.005] ...protocol version: 2
[ 0.005] ...compatible with: 1
[ 0.005] ...max. packet size: 1024
[ 0.005] ...current mode: Image transfer pending
[ 0.005] Sending HELLO_RESP packet
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 64 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 1064 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 4096 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.109] Sending 3384 bytes
[ 0.109] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 1.112] ERROR: sahara_download()->IO error
[ 1.112] Check qboot_log.txt for more details
[ 1.112] Total time: 1.112s
FAILED: qb_flash_singleimage()->sahara_download()->IO error
And the log file is the same except this at the end:
Code:
[ 1.112] Total time: 1.112s
[ 1.112]
[ 1.112] qboot version 3.86
[ 1.112]
[ 1.112] DEVICE {
[ 1.112] name = "/dev/ttyUSB1",
[ 1.112] flags = "0x61",
[ 1.112] addr = "0xE1EEC160",
[ 1.112] serial_nix.device_pathname = "/sys/bus/usb/devices/1-1/1-1:1.0/ttyUSB1",
[ 1.112] sahara.current_mode = "0",
[ 1.112] api.buffer = "0x7F36B1733010",
[ 1.112] cpu.serial = "3255226195",
[ 1.112] cpu.id = "286",
[ 1.112] cpu.sv_sbl = "0",
[ 1.112] cpu.name = "SM_SAIPAN",
[ 1.112] storage.type = "UFS",
[ 1.112] sahara.programmer = "programmer.elf",
[ 1.112] api.bnr = "0x9AD8A0",
[ 1.112] }
[ 1.112]
[ 1.112]
[ 1.112] Backup & Restore {
[ 1.112] num_entries = 0,
[ 1.112] restoring = "false",
[ 1.112] backup_error = "not started",
[ 1.112] restore_error = "not started",
[ 1.112] }

gorei23 said:
Tried on linux and also enabled debug options. Didn't get anwhere but more info got spit out.
Code:
sudo ./qboot --debug=1 blank-flash
Motorola qboot utility version 3.86
[ 0.000] Opening device: /dev/ttyUSB1
[ 0.000] Opening serial device: /dev/ttyUSB1
[ 0.000] serial_open():228: opening /dev/ttyUSB1
[ 0.000] Detecting device
[ 0.000] Switching to command mode
[ 0.000] Receiving HELLO packet
[ 0.000] ...protocol version: 2
[ 0.000] ...compatible with: 1
[ 0.000] ...max. packet size: 1024
[ 0.000] ...current mode: Image transfer pending
[ 0.000] Sending HELLO_RESP packet
[ 0.000] Receiving COMMAND_READY packet
[ 0.000] Identifying device
[ 0.000] Reading CPU serial number
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.000] ...payload: 4 byte(s)
[ 0.000] Receiving payload
[ 0.000] Reading CPU id
[ 0.000] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.000] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 24 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading SBL SV
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 4 byte(s)
[ 0.001] Receiving payload
[ 0.001] Reading debug data
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] ...payload: 520 byte(s)
[ 0.001] Receiving payload
[ 0.001] Debug data dump follows
[ 0.001] 00000000 02 00 00 00 02 00 00 00 0b 00 0a ef 00 00 00 00 |................|
[ 0.001] 00000010 00 00 00 00 00 00 00 00 bf 9e e7 46 00 00 10 54 |...........F...T|
[ 0.001] 00000020 03 00 00 00 00 00 00 00 18 fa 32 00 00 00 00 00 |..........2.....|
[ 0.001] 00000030 d0 00 00 00 59 00 00 ef 02 02 01 ef 00 00 00 00 |....Y...........|
[ 0.001] 00000040 04 00 00 00 00 00 00 00 a6 f1 a1 49 00 00 10 54 |...........I...T|
[ 0.001] 00000050 03 00 00 00 00 00 00 00 38 f7 32 00 00 00 00 00 |........8.2.....|
[ 0.001] 00000060 31 04 00 00 5a 00 00 ef 00 00 00 00 00 00 00 00 |1...Z...........|
[ 0.001] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] *
[ 0.001] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.001] ...cpu.id = 286 (0x11e)
[ 0.001] ...cpu.sn = 3255226195 (0xc206cf53)
[ 0.001] Opening singleimage
[ 0.001] Loading package
[ 0.003] ...filename = pkg.xml
[ 0.004] Loading programmer
[ 0.004] ...filename = programmer.elf
[ 0.004] Sending programmer
[ 0.005] Switching to image download mode
[ 0.005] Sending CMD_SWITCH_MODE packet
[ 0.005] Receiving HELLO packet
[ 0.005] ...protocol version: 2
[ 0.005] ...compatible with: 1
[ 0.005] ...max. packet size: 1024
[ 0.005] ...current mode: Image transfer pending
[ 0.005] Sending HELLO_RESP packet
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 64 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 1064 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.005] Sending 4096 bytes
[ 0.005] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 0.109] Sending 3384 bytes
[ 0.109] Receiving READ_DATA, READ_DATA_64, or END_IMAGE_TX packet
[ 1.112] ERROR: sahara_download()->IO error
[ 1.112] Check qboot_log.txt for more details
[ 1.112] Total time: 1.112s
FAILED: qb_flash_singleimage()->sahara_download()->IO error
And the log file is the same except this at the end:
Code:
[ 1.112] Total time: 1.112s
[ 1.112]
[ 1.112] qboot version 3.86
[ 1.112]
[ 1.112] DEVICE {
[ 1.112] name = "/dev/ttyUSB1",
[ 1.112] flags = "0x61",
[ 1.112] addr = "0xE1EEC160",
[ 1.112] serial_nix.device_pathname = "/sys/bus/usb/devices/1-1/1-1:1.0/ttyUSB1",
[ 1.112] sahara.current_mode = "0",
[ 1.112] api.buffer = "0x7F36B1733010",
[ 1.112] cpu.serial = "3255226195",
[ 1.112] cpu.id = "286",
[ 1.112] cpu.sv_sbl = "0",
[ 1.112] cpu.name = "SM_SAIPAN",
[ 1.112] storage.type = "UFS",
[ 1.112] sahara.programmer = "programmer.elf",
[ 1.112] api.bnr = "0x9AD8A0",
[ 1.112] }
[ 1.112]
[ 1.112]
[ 1.112] Backup & Restore {
[ 1.112] num_entries = 0,
[ 1.112] restoring = "false",
[ 1.112] backup_error = "not started",
[ 1.112] restore_error = "not started",
[ 1.112] }
Click to expand...
Click to collapse
If you can't find your device programmer nor can you find a blank flash file. Maybe a recovery tool can do the trick for you.
There is this tool "Motorola Rescue & Smart Assistant" that motorola has, idk if it works but try it out. Maybe there's a different tool out there.
Or maybe this programmer.elf is the file you need, try opening it in an editor. If it looks like this then it is the one, then it's probably the one you're looking for.
Goodluck.

Same problem, could you correct It?

eddykc said:
Same problem, could you correct It?
Click to expand...
Click to collapse
No, never got any farther. The device should still be in warranty period. I sent it to Motorola and (after a few weeks, ugh) they said they couldn't fix it and are sending me a (like) new one.
Send it to Motorola, it's free

Not recommend doing that, you're lucky they allowed it, technically by unlocking the bootloader you were supposed to have voided the warranty, the TMobile Razr seems to have flown under the radar in the unlock program, and you might affect the future ability of people together obtain unlock tokens for the TMobile units. At least IMHO.

XDHx86 said:
If you can't get firehose files, then there is a different method for you to try.
Although I only tried it once on a different Moto device, but it still worked.
Try flashing your device specific blank flash file, then you should be able to boot to bootloader.
After successfully booting to bootloader use RSD tool to flash your device specific ROM.
It won't matter if you have locked bootloader or not, since you'd be flashing stock ROM or latest ROM.
RSD tool only works with bootloader, so don't bother using it with your bricked phone.
Click to expand...
Click to collapse
Can’t flash last firmware with locked bootloader i got permission denied!!

Related

Moto G5S XT1794 Bricked.... flashing light only

Hi,
Sorry to trouble....
I have so far been able to get qboot communicating with the QDloader,
Motorola qboot utility version 3.40
[ -0.000] Opening device: \\.\COM3
[ -0.000] Detecting device
[ -0.000] ...cpu.id = 79 (0x4f)
[ -0.000] ...cpu.sn = 3471194414 (0xcee6392e)
[ 0.008] Opening singleimage
[ 0.054] Loading package
[ 0.054] Failed identify board. Wrong package?
[ 0.062] ERROR: error loading package
[ 0.062] Check qboot_log.txt for more details
[ 0.062] Total time: 0.070s
FAILED: qb_flash_singleimage()->error loading package
-----
[ 0.062] DEVICE {
[ 0.062] name = "\\.\COM3",
[ 0.062] flags = "0x64",
[ 0.062] addr = "0x61FE4C",
[ 0.062] sahara.current_mode = "3",
[ 0.062] api.buffer = "0xF01020",
[ 0.062] cpu.serial = "3471194414",
[ 0.062] cpu.id = "79",
[ 0.062] cpu.sv_sbl = "1",
[ 0.062] api.bnr = "0x6E1D70",
[ 0.062] }
-----
But i dont seem to have a singleimage.bin to match ?
i have tried the 64 page XT179x thread, but cant seem to find the working singleimage.bin file to try with qboot ?
https://forum.xda-developers.com/moto-g5s/how-to/blank-flash-montana-t3765150/page1
Also my version of qboot is 3.4 and 3.8 is being discussed
Any ideas ? it seems i need:
- a 'blank-flash' for my xt1794 / G5S, arounf : 5MB in size
- a newer version of qboot
I have tried the installation onto an SD-card, but zero joy on that approach at the moment
HELP
ZT
Hi!hello, did you find the file?

Native Linux (postmarketOS) on Tab 3?

I've been trying to port postmarketOS to this tablet however I need some help. (https://wiki.postmarketos.org/wiki/Samsung_Galaxy_Tab_3_10.1_3G_(samsung-santos103g))
My progress: I compiled the kernel successfully (from santos10-dev on GitHub), however due to the initramfs being compressed with gzip in postmarketOS the kernel crashes with RAMDISK: gzip decompressor not configured!, so I enabled CONFIG_RD_GZIP, but now the kernel won't load at all (on both of my tablets). I also tried the maximum-attention hook because the 3g variant has a vibration motor but nothing happened and to be sure that the hook works I took the script from the hook and tried it in TWRP out and it vibrated.
The next thing I did is analyze the boot.img from postmarketOS and LineageOS (from nels83) and noticed that the boot.img contains a file called ramdisk. In the LineageOS boot.img the ramdisk is compressed with LZMA and in the postmarketOS boot.img the file is compressed with gzip, but the kernel crashed with the gzip-compressed ramdisk, so the kernel did load, right?
I also made a 619k ohm UART adapter and I'm getting output but after the logo shows on the tablet nothing more will output. The pmOS wiki says that I need to add console=ttyS0,115200n8 to CONFIG_CMDLINE but in TWRP and LineageOS, there is no ttySX in /dev, so I enabled serial-related kernel configs and still nothing :/
Im not good at programming and running native Linux on this tablet would be so cool! And due to this tablet having MHL this could be a really nice portable PC (even though it only has 1GB of RAM...)
Here are a few logs I got:
Spoiler: Kernel crashing without CONFIG_RD_GZIP enabled (from /proc/last_kmsg)
Code:
[ 0.297125] C0 [ swapper/0] SPID not found in kernel command line.
[ 0.615822] C1 [ swapper/0] pci 0000:00:03.1: unsupported PM cap regs version (4)
[ 0.638509] C2 [ swapper/0] PMU DRIVER BEFORE PROBE
[ 0.875526] C3 [ ia_watchdog] intel_scu_watchdog: intel_scu_watchdog: intel_scu_stop
[ 1.523324] C2 [ swapper/0] Request for hsu(64) GPIO fails
[ 1.524084] C2 [ swapper/0] Request for hsu(67) GPIO fails
[ 1.632454] C2 [ swapper/0] penwell_otg 0000:00:02.3: PHY can't enter low power mode when UDC is in idle mode
[ 1.772449] C2 [ swapper/0] ehci_hcd 0000:00:06.5: can't setup
[ 1.772788] C2 [ swapper/0] ehci_hcd 0000:00:06.5: init 0000:00:06.5 fail, -19
[ 2.669666] C2 [ swapper/0] i2c_dw_pci_probe: invalid bus index 259
[ 2.675593] C2 [ swapper/0] i2c_dw_pci_probe: invalid bus index 261
[ 2.726561] C2 [ swapper/0] i2c i2c-9: sendbytes: NAK bailout.
[ 2.726601] C2 [ swapper/0] Failed to stmpe811 write, reg: 3
[ 2.951859] C2 [ swapper/0] tc35876x_vid_detect: It seems to use Intel Stand-alone Bootloader...
[ 3.110758] C2 [ swapper/0] bh1730fvc_test_device : POWER ON 0, 3
[ 3.110777] C2 [ swapper/0] bh1730fvc_test_device : slave addr : 0x29
[ 3.124751] C3 [ swapper/0] power_supply sec-fuelgauge: driver failed to report `status' property: 4294967274
[ 3.131543] C3 [ kworker/3:0] power_supply sec-fuelgauge: driver failed to report `status' property: 4294967274
[ 3.315524] C0 [ swapper/0] power_supply sec-charger: driver failed to report `power_now' property: 4294967274
[ 3.329554] C0 [ kworker/0:1] power_supply sec-charger: driver failed to report `power_now' property: 4294967274
[ 5.101678] C2 [ swapper/0] RAMDISK: gzip decompressor not configured!
[ 5.101700] C2 [ swapper/0] BUG: unable to handle kernel NULL pointer dereference at (null)
[ 5.101722] C2 [ swapper/0] IP: [< (null)>] (null)
[ 5.101740] C2 [ swapper/0] *pdpt = 0000000000000000 *pde = 20676e696c6c0a0d
[ 5.101764] C2 [ swapper/0] Oops: 0010 [#1] PREEMPT SMP
[ 5.101787] C2 [ swapper/0]
[ 5.101803] C2 [ swapper/0] Pid: 1, comm: swapper/0 Tainted: G W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.101835] C2 [ swapper/0] EIP: 0060:[<00000000>] EFLAGS: 00010246 CPU: 2
[ 5.101851] C2 [ swapper/0] EIP is at 0x0
[ 5.101864] C2 [ swapper/0] EAX: 00000000 EBX: 00000000 ECX: c1beff11 EDX: 00000000
[ 5.101880] C2 [ swapper/0] ESI: ef596c00 EDI: 00000000 EBP: c0077fa4 ESP: c0077f5c
[ 5.101896] C2 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.101911] C2 [ swapper/0] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.101927] C2 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.101942] C2 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.101958] C2 [ swapper/0] Process swapper/0 (pid: 1, ti=c0076000 task=c0078000 task.ti=c0076000)
[ 5.101972] C2 [ swapper/0] Stack:
[ 5.101984] C2 [ swapper/0] c1bf026c c1beff4c 00000000 00000000 c1befef5 00100000 61800000 c1a1bf01
[ 5.102031] C2 [ swapper/0] 00000000 00000000 00000000 00000001 c0077fa4 c1a6288d 5c2d2f7c 00000000
[ 5.102076] C2 [ swapper/0] 00000000 c1a1c378 c0077fc4 c1bf0565 c1a1bef8 00006180 00000100 c1a1bef8
[ 5.102121] C2 [ swapper/0] Call Trace:
[ 5.102147] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.102168] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.102189] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.102210] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.102230] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.102250] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.102269] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.102291] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.102304] C2 [ swapper/0] Code: Bad EIP value.
[ 5.102327] C2 [ swapper/0] EIP: [<00000000>] 0x0 SS:ESP 0068:c0077f5c
[ 5.102348] C2 [ swapper/0] CR2: 0000000000000000
[ 5.102422] C2 [ swapper/0] Board Information: santos10wifi - Samsung Board (0xAC84D59E): 08, cpu Intel(R) Atom(TM) CPU Z2560 @ 1.60GHz stepping 1
[ 5.102457] C2 [ swapper/0] ---[ end trace a0c19de72eec37db ]---
[ 5.102522] C2 [ swapper/0] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 5.102527] C2 [ swapper/0]
[ 5.102540] C2 [ swapper/0] sending NMI to all CPUs:
[ 5.102557] C3 [ swapper/3] NMI backtrace for cpu 3
[ 5.102566] C3 [ swapper/3]
[ 5.102578] C3 [ swapper/3] Pid: 0, comm: swapper/3 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.102604] C3 [ swapper/3] EIP: 0060:[<c12feec4>] EFLAGS: 00000046 CPU: 3
[ 5.102620] C3 [ swapper/3] EIP is at soc_s0ix_idle+0x164/0x4f0
[ 5.102633] C3 [ swapper/3] EAX: 00000052 EBX: f00a4000 ECX: 00000001 EDX: 00000000
[ 5.102646] C3 [ swapper/3] ESI: 00000052 EDI: 00000000 EBP: f00a5f28 ESP: f00a5ef4
[ 5.102659] C3 [ swapper/3] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.102672] C3 [ swapper/3] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.102686] C3 [ swapper/3] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.102699] C3 [ swapper/3] DR6: ffff0ff0 DR7: 00000400
[ 5.102712] C3 [ swapper/3] Process swapper/3 (pid: 0, ti=f00a4000 task=c007f380 task.ti=f00a4000)
[ 5.102724] C3 [ swapper/3] Stack:
[ 5.102733] C3 [ swapper/3] 00000281 c1b53980 00000040 00000003 00000006 00000000 00000052 00000000
[ 5.102768] C3 [ swapper/3] 00000052 00000003 c1b97ba0 000001c8 00000001 f00a5f38 c1570eac c1b97ba0
[ 5.102802] C3 [ swapper/3] 2c6a5255 f00a5f5c c157153a c1b97ba0 fffffff9 00000006 f0c1425c f00a4000
[ 5.102837] C3 [ swapper/3] Call Trace:
[ 5.102855] C3 [ swapper/3] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.102873] C3 [ swapper/3] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.102889] C3 [ swapper/3] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.102907] C3 [ swapper/3] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.102923] C3 [ swapper/3] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.102942] C3 [ swapper/3] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.102960] C3 [ swapper/3] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.102977] C3 [ swapper/3] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.102989] C3 [ swapper/3] Code: 00 00 89 e3 31 d2 81 e3 00 e0 ff ff 89 d1 8d 43 08 0f 01 c8 0f ae f0 89 f6 8b 43 08 a8 08 75 0b b9 01 00 00 00 8b 45 e4 0f 01 c9 <8b> 4d e8 85 c9 0f 85 c1 01 00 00 83 7d e4 52 0f 85 47 03 00 00
[ 5.103177] C3 [ swapper/3] Call Trace:
[ 5.103192] C3 [ swapper/3] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.103208] C3 [ swapper/3] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.103225] C3 [ swapper/3] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.103241] C3 [ swapper/3] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.103258] C3 [ swapper/3] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.103275] C3 [ swapper/3] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.103291] C3 [ swapper/3] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.103307] C3 [ swapper/3] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.103319] C2 [ swapper/0] NMI backtrace for cpu 2
[ 5.103329] C2 [ swapper/0]
[ 5.103341] C2 [ swapper/0] Pid: 1, comm: swapper/0 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.103361] C2 [ swapper/0] EIP: 0060:[<c12bed71>] EFLAGS: 00000206 CPU: 2
[ 5.103374] C2 [ swapper/0] EIP is at __const_udelay+0x1/0x20
[ 5.103385] C2 [ swapper/0] EAX: 00418958 EBX: 00002710 ECX: c1b563e0 EDX: 00000c00
[ 5.103396] C2 [ swapper/0] ESI: c0078000 EDI: c0078000 EBP: c0077da8 ESP: c0077d98
[ 5.103408] C2 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.103419] C2 [ swapper/0] CR0: 8005003b CR2: ffffffd5 CR3: 01c7f000 CR4: 000007f0
[ 5.103430] C2 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.103440] C2 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.103450] C2 [ swapper/0] Process swapper/0 (pid: 1, ti=c0076000 task=c0078000 task.ti=c0076000)
[ 5.103459] C2 [ swapper/0] Stack:
[ 5.103467] C2 [ swapper/0] c0077da8 c1022e12 c1a2ae87 c0078274 c0077dc0 c182f47c 00000001 c0078274
[ 5.103495] C2 [ swapper/0] c0078000 c0078000 c0077e0c c104b20e c1a2fed4 00000009 c1b68040 c0077e04
[ 5.103523] C2 [ swapper/0] c10487b0 00000000 01c8aa60 00020f8b 00000001 c1b6f5c0 c1a3d766 c0078274
[ 5.103551] C2 [ swapper/0] Call Trace:
[ 5.103565] C2 [ swapper/0] [<c1022e12>] ? arch_trigger_all_cpu_backtrace+0x62/0x80
[ 5.103579] C2 [ swapper/0] [<c182f47c>] panic+0x87/0x16f
[ 5.103593] C2 [ swapper/0] [<c104b20e>] do_exit+0x81e/0x820
[ 5.103607] C2 [ swapper/0] [<c10487b0>] ? kmsg_dump+0xb0/0xe0
[ 5.103621] C2 [ swapper/0] [<c100676d>] oops_end+0x7d/0xc0
[ 5.103635] C2 [ swapper/0] [<c1029946>] no_context+0x106/0x1e0
[ 5.103649] C2 [ swapper/0] [<c1029ad5>] __bad_area_nosemaphore+0xb5/0x140
[ 5.103663] C2 [ swapper/0] [<c1046894>] ? __call_console_drivers+0xa4/0xb0
[ 5.103677] C2 [ swapper/0] [<c106be83>] ? up+0x13/0x50
[ 5.103689] C2 [ swapper/0] [<c106be9a>] ? up+0x2a/0x50
[ 5.103702] C2 [ swapper/0] [<c1047421>] ? console_unlock+0x211/0x2f0
[ 5.103716] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103730] C2 [ swapper/0] [<c1029b77>] bad_area_nosemaphore+0x17/0x20
[ 5.103744] C2 [ swapper/0] [<c102a0aa>] do_page_fault+0x28a/0x410
[ 5.103759] C2 [ swapper/0] [<c1836984>] ? _raw_spin_unlock_irqrestore+0x24/0x50
[ 5.103774] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103788] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103801] C2 [ swapper/0] [<c18374ab>] error_code+0x5f/0x64
[ 5.103814] C2 [ swapper/0] [<c1beff11>] ? error+0x1c/0x1c
[ 5.103828] C2 [ swapper/0] [<c1bf00d8>] ? rd_load_image+0x111/0x4ce
[ 5.103842] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.103856] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.103869] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.103883] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.103897] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.103910] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.103924] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.103937] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.103951] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.103960] C2 [ swapper/0] Code: 26 00 c7 05 c0 58 b9 c1 70 ec 2b c1 5d c3 8d b4 26 00 00 00 00 8d 74 26 00 90 55 89 e5 3e 8d 74 26 00 ff 15 c0 58 b9 c1 5d c3 55 <c1> e0 02 64 8b 15 9c 41 c7 c1 8d 14 92 89 e5 8d 14 92 f7 e2 8d
[ 5.104111] C2 [ swapper/0] Call Trace:
[ 5.104123] C2 [ swapper/0] [<c1022e12>] ? arch_trigger_all_cpu_backtrace+0x62/0x80
[ 5.104136] C2 [ swapper/0] [<c182f47c>] panic+0x87/0x16f
[ 5.104149] C2 [ swapper/0] [<c104b20e>] do_exit+0x81e/0x820
[ 5.104162] C2 [ swapper/0] [<c10487b0>] ? kmsg_dump+0xb0/0xe0
[ 5.104175] C2 [ swapper/0] [<c100676d>] oops_end+0x7d/0xc0
[ 5.104188] C2 [ swapper/0] [<c1029946>] no_context+0x106/0x1e0
[ 5.104202] C2 [ swapper/0] [<c1029ad5>] __bad_area_nosemaphore+0xb5/0x140
[ 5.104215] C2 [ swapper/0] [<c1046894>] ? __call_console_drivers+0xa4/0xb0
[ 5.104229] C2 [ swapper/0] [<c106be83>] ? up+0x13/0x50
[ 5.104241] C2 [ swapper/0] [<c106be9a>] ? up+0x2a/0x50
[ 5.104253] C2 [ swapper/0] [<c1047421>] ? console_unlock+0x211/0x2f0
[ 5.104267] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104281] C2 [ swapper/0] [<c1029b77>] bad_area_nosemaphore+0x17/0x20
[ 5.104294] C2 [ swapper/0] [<c102a0aa>] do_page_fault+0x28a/0x410
[ 5.104308] C2 [ swapper/0] [<c1836984>] ? _raw_spin_unlock_irqrestore+0x24/0x50
[ 5.104324] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104337] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104350] C2 [ swapper/0] [<c18374ab>] error_code+0x5f/0x64
[ 5.104363] C2 [ swapper/0] [<c1beff11>] ? error+0x1c/0x1c
[ 5.104376] C2 [ swapper/0] [<c1bf00d8>] ? rd_load_image+0x111/0x4ce
[ 5.104389] C2 [ swapper/0] [<c1029e20>] ? vmalloc_sync_all+0x10/0x10
[ 5.104403] C2 [ swapper/0] [<c1bf026c>] ? rd_load_image+0x2a5/0x4ce
[ 5.104417] C2 [ swapper/0] [<c1beff4c>] ? compr_fill+0x3b/0x3b
[ 5.104430] C2 [ swapper/0] [<c1befef5>] ? prepare_namespace+0x176/0x176
[ 5.104444] C2 [ swapper/0] [<c1bf0565>] initrd_load+0x3a/0x2eb
[ 5.104457] C2 [ swapper/0] [<c1befe3c>] prepare_namespace+0xbd/0x176
[ 5.104470] C2 [ swapper/0] [<c1bef9de>] kernel_init+0x18b/0x190
[ 5.104484] C2 [ swapper/0] [<c1bef853>] ? do_one_initcall+0x10b/0x10b
[ 5.104496] C2 [ swapper/0] [<c1837cba>] kernel_thread_helper+0x6/0x10
[ 5.104514] C1 [ swapper/1] NMI backtrace for cpu 1
[ 5.104538] C1 [ swapper/1]
[ 5.104561] C1 [ swapper/1] Pid: 0, comm: swapper/1 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.104604] C1 [ swapper/1] EIP: 0060:[<c12fece1>] EFLAGS: 00000046 CPU: 1
[ 5.104632] C1 [ swapper/1] EIP is at intel_idle+0x91/0x110
[ 5.104652] C1 [ swapper/1] EAX: 00000000 EBX: 00000001 ECX: 00000001 EDX: 00000000
[ 5.104674] C1 [ swapper/1] ESI: 00000002 EDI: 00000000 EBP: f0069f28 ESP: f0069f14
[ 5.104696] C1 [ swapper/1] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.104717] C1 [ swapper/1] CR0: 8005003b CR2: 00000000 CR3: 01c7f000 CR4: 000007f0
[ 5.104738] C1 [ swapper/1] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.104758] C1 [ swapper/1] DR6: ffff0ff0 DR7: 00000400
[ 5.104780] C1 [ swapper/1] Process swapper/1 (pid: 0, ti=f0068000 task=c007bc80 task.ti=f0068000)
[ 5.104799] C1 [ swapper/1] Stack:
[ 5.104814] C1 [ swapper/1] 00000004 00000001 c1b97ba0 0000004c 00000001 f0069f38 c1570eac c1b97ba0
[ 5.104871] C1 [ swapper/1] 2c48130b f0069f5c c157153a c1b97ba0 fffffffe 00000001 f0bfe25c f0068000
[ 5.104926] C1 [ swapper/1] c1be6174 f0bfe25c f0069f68 c15715c2 c1570ea0 f0069f90 c1571202 c106c08b
[ 5.104982] C1 [ swapper/1] Call Trace:
[ 5.105014] C1 [ swapper/1] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.105042] C1 [ swapper/1] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.105070] C1 [ swapper/1] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.105097] C1 [ swapper/1] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.105125] C1 [ swapper/1] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.105154] C1 [ swapper/1] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.105182] C1 [ swapper/1] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.105211] C1 [ swapper/1] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.105230] C1 [ swapper/1] Code: e2 08 75 27 31 d2 83 c0 08 89 d1 0f 01 c8 0f ae f0 89 f6 89 e0 25 00 e0 ff ff 8b 40 08 a8 08 75 0a b9 01 00 00 00 89 f8 0f 01 c9 <e8> 9a 24 dd ff 66 83 3d 2c 9d b5 c1 00 75 60 85 35 98 7b b9 c1
[ 5.105535] C1 [ swapper/1] Call Trace:
[ 5.105559] C1 [ swapper/1] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.105585] C1 [ swapper/1] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.105612] C1 [ swapper/1] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.105638] C1 [ swapper/1] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.105666] C1 [ swapper/1] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.105693] C1 [ swapper/1] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.105719] C1 [ swapper/1] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.105745] C1 [ swapper/1] [<c182b920>] start_secondary+0x1a8/0x1ad
[ 5.105765] C0 [ swapper/0] NMI backtrace for cpu 0
[ 5.105781] C0 [ swapper/0]
[ 5.105797] C0 [ swapper/0] Pid: 0, comm: swapper/0 Tainted: G D W 3.4.34-lineage #1-postmarketOS Intel Corporation CloverTrail/CloverTrail
[ 5.105829] C0 [ swapper/0] EIP: 0060:[<c12feec4>] EFLAGS: 00000046 CPU: 0
[ 5.105848] C0 [ swapper/0] EIP is at soc_s0ix_idle+0x164/0x4f0
[ 5.105864] C0 [ swapper/0] EAX: 00000052 EBX: c1b4c000 ECX: 00000001 EDX: 00000000
[ 5.105882] C0 [ swapper/0] ESI: 00000052 EDI: 00000000 EBP: c1b4df48 ESP: c1b4df14
[ 5.105899] C0 [ swapper/0] DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
[ 5.105916] C0 [ swapper/0] CR0: 8005003b CR2: ffe64000 CR3: 01c7f000 CR4: 000007f0
[ 5.105934] C0 [ swapper/0] DR0: 00000000 DR1: 00000000 DR2: 00000000 DR3: 00000000
[ 5.105950] C0 [ swapper/0] DR6: ffff0ff0 DR7: 00000400
[ 5.105967] C0 [ swapper/0] Process swapper/0 (pid: 0, ti=c1b4c000 task=c1b52060 task.ti=c1b4c000)
[ 5.105983] C0 [ swapper/0] Stack:
[ 5.105994] C0 [ swapper/0] 00000001 c1b53980 00000040 00000007 00000007 00000000 00000052 00000000
[ 5.106039] C0 [ swapper/0] 00000052 00000000 c1b97ba0 00000214 00000001 c1b4df58 c1570eac c1b97ba0
[ 5.106083] C0 [ swapper/0] 2c6a5311 c1b4df7c c157153a c1b97ba0 fffffff8 00000007 f0bf325c c1b4c000
[ 5.106128] C0 [ swapper/0] Call Trace:
[ 5.106149] C0 [ swapper/0] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.106171] C0 [ swapper/0] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.106193] C0 [ swapper/0] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.106215] C0 [ swapper/0] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.106237] C0 [ swapper/0] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.106259] C0 [ swapper/0] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.106281] C0 [ swapper/0] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.106304] C0 [ swapper/0] [<c1812d80>] rest_init+0x6c/0x7c
[ 5.106327] C0 [ swapper/0] [<c1bef743>] start_kernel+0x2e5/0x2ea
[ 5.106349] C0 [ swapper/0] [<c1bef0b1>] i386_start_kernel+0xb1/0xb9
[ 5.106364] C0 [ swapper/0] Code: 00 00 89 e3 31 d2 81 e3 00 e0 ff ff 89 d1 8d 43 08 0f 01 c8 0f ae f0 89 f6 8b 43 08 a8 08 75 0b b9 01 00 00 00 8b 45 e4 0f 01 c9 <8b> 4d e8 85 c9 0f 85 c1 01 00 00 83 7d e4 52 0f 85 47 03 00 00
[ 5.106605] C0 [ swapper/0] Call Trace:
[ 5.106625] C0 [ swapper/0] [<c1570eac>] cpuidle_enter+0xc/0x10
[ 5.106646] C0 [ swapper/0] [<c157153a>] cpuidle_wrap_enter+0x2a/0xa0
[ 5.106668] C0 [ swapper/0] [<c15715c2>] cpuidle_enter_tk+0x12/0x20
[ 5.106690] C0 [ swapper/0] [<c1570ea0>] ? cpufreq_get_measured_perf+0xe0/0xe0
[ 5.106712] C0 [ swapper/0] [<c1571202>] cpuidle_idle_call+0x92/0x2e0
[ 5.106734] C0 [ swapper/0] [<c106c08b>] ? atomic_notifier_call_chain+0x3b/0x50
[ 5.106755] C0 [ swapper/0] [<c100ee94>] cpu_idle+0x94/0xe0
[ 5.106777] C0 [ swapper/0] [<c1812d80>] rest_init+0x6c/0x7c
[ 5.106798] C0 [ swapper/0] [<c1bef743>] start_kernel+0x2e5/0x2ea
[ 5.106819] C0 [ swapper/0] [<c1bef0b1>] i386_start_kernel+0xb1/0xb9
[ 5.107510] C2 [ swapper/0] Request SCU panic dump
[ 5.108522] C2 [ swapper/0] SCU trace on Kernel panic:
[ 5.108536] C2 [ swapper/0] EW0:0x53435554 EW1:0x25210301 TUCS....
[ 5.108549] C2 [ swapper/0] EW2:0x00077810 EW3:0x00000000 .x......
[ 5.108561] C2 [ swapper/0] EW4:0x00000000 EW5:0x00000000 ........
[ 5.108574] C2 [ swapper/0] EW6:0x00000084 EW7:0x01000000 ........
[ 5.108587] C2 [ swapper/0] EW8:0x00000000 EW9:0x00000000 ........
[ 5.108600] C2 [ swapper/0] EW10:0x00000100 EW11:0x08000000 ........
[ 5.108612] C2 [ swapper/0] EW12:0x00000000 EW13:0x08000000 ........
[ 5.108626] C2 [ swapper/0] EW14:0x80000000 EW15:0x00000000 ........
[ 5.108638] C2 [ swapper/0] EW16:0x00000000 EW17:0x00076c66 ....fl..
[ 5.108652] C2 [ swapper/0] EW18:0x00076583 EW19:0x000765c3 .e...e..
[ 5.108665] C2 [ swapper/0] EW20:0x150c150c EW21:0x00000000 ........
[ 5.108678] C2 [ swapper/0] EW22:0x00000000 EW23:0x00000000 ........
[ 5.108691] C2 [ swapper/0] EW24:0x00076c60 EW25:0x00000013 .l......
[ 5.108704] C2 [ swapper/0] EW26:0xc0000000 EW27:0x00000000 ........
[ 5.108716] C2 [ swapper/0] EW28:0x00000000 EW29:0x00000000 ........
[ 5.108729] C2 [ swapper/0] EW30:0x00000000 EW31:0x00000000 ........
[ 5.108742] C2 [ swapper/0] EW32:0x00000000 EW33:0x00000000 ........
[ 5.108755] C2 [ swapper/0] EW34:0x00000000 EW35:0x00000000 ........
[ 5.108767] C2 [ swapper/0] EW36:0x00000000 EW37:0x00000000 ........
[ 5.108781] C2 [ swapper/0] EW38:0x00000000 EW39:0x00000000 ........
[ 5.108793] C2 [ swapper/0] EW40:0x00000000 EW41:0x00000000 ........
[ 5.108806] C2 [ swapper/0] EW42:0x00000000 EW43:0x00000000 ........
[ 5.108819] C2 [ swapper/0] EW44:0x00000000 EW45:0x00000000 ........
[ 5.108832] C2 [ swapper/0] EW46:0x00000000 EW47:0x00000000 ........
[ 5.108844] C2 [ swapper/0] EW48:0x00000000 EW49:0x00000000 ........
[ 5.108857] C2 [ swapper/0] EW50:0x00000000 EW51:0x00000000 ........
[ 5.108870] C2 [ swapper/0] EW52:0x00000000 EW53:0x00000000 ........
[ 5.108883] C2 [ swapper/0] EW54:0x00000000 EW55:0x00000000 ........
[ 5.108896] C2 [ swapper/0] EW56:0x00000000 EW57:0x00000000 ........
[ 5.108909] C2 [ swapper/0] EW58:0x00000000 EW59:0x00000000 ........
[ 5.108921] C2 [ swapper/0] EW60:0x00000000 EW61:0x00000000 ........
[ 5.108934] C2 [ swapper/0] EW62:0x00000000 EW63:0x00000000 ........
[ 5.108947] C2 [ swapper/0] EW64:0x00000000 EW65:0x00000000 ........
[ 5.108960] C2 [ swapper/0] EW66:0x00000000 EW67:0x00000000 ........
[ 5.108972] C2 [ swapper/0] EW68:0x00000000 EW69:0x00000000 ........
[ 5.108985] C2 [ swapper/0] EW70:0x00000000 EW71:0x00000000 ........
[ 5.108998] C2 [ swapper/0] EW72:0x00000000 EW73:0x00000000 ........
[ 5.109011] C2 [ swapper/0] EW74:0x00000000 EW75:0x00000000 ........
[ 5.109024] C2 [ swapper/0] EW76:0x00000000 EW77:0x00000000 ........
[ 5.109037] C2 [ swapper/0] EW78:0x00000000 EW79:0x00000000 ........
[ 5.109049] C2 [ swapper/0] EW80:0x00000000 EW81:0x00000000 ........
[ 5.109062] C2 [ swapper/0] EW82:0x00000000 EW83:0x00000000 ........
[ 5.109075] C2 [ swapper/0] EW84:0x00000000 EW85:0x00000000 ........
[ 5.109088] C2 [ swapper/0] EW86:0x00000000 EW87:0x00000000 ........
[ 5.109100] C2 [ swapper/0] EW88:0x00000000 EW89:0x00000000 ........
[ 5.109114] C2 [ swapper/0] EW90:0x00000000 EW91:0x00000000 ........
[ 5.109126] C2 [ swapper/0] EW92:0x00000000 EW93:0x00000000 ........
[ 5.109139] C2 [ swapper/0] EW94:0x00000000 EW95:0x00000000 ........
[ 5.109152] C2 [ swapper/0] EW96:0x00000000 EW97:0x00000000 ........
[ 5.109165] C2 [ swapper/0] EW98:0x00000000 EW99:0x00000000 ........
[ 5.109178] C2 [ swapper/0] EW100:0x00000000 EW101:0x00000000 ........
[ 5.109191] C2 [ swapper/0] EW102:0x00000000 EW103:0x00000000 ........
[ 5.109204] C2 [ swapper/0] EW104:0x00000000 EW105:0x00000000 ........
[ 5.109217] C2 [ swapper/0] EW106:0x00000000 EW107:0x00000000 ........
[ 5.109231] C2 [ swapper/0] EW108:0x00000000 EW109:0x00000000 ........
[ 5.109244] C2 [ swapper/0] EW110:0x00000000 EW111:0x00000000 ........
[ 5.109257] C2 [ swapper/0] EW112:0x00000000 EW113:0x00000000 ........
[ 5.109270] C2 [ swapper/0] EW114:0x00000000 EW115:0x00000000 ........
[ 5.109283] C2 [ swapper/0] EW116:0x00000000 EW117:0x00000000 ........
[ 5.109297] C2 [ swapper/0] EW118:0x00000000 EW119:0x00000000 ........
[ 5.109310] C2 [ swapper/0] EW120:0x00000000 EW121:0x00000000 ........
[ 5.109323] C2 [ swapper/0] EW122:0x00000000 EW123:0x00000000 ........
[ 5.109336] C2 [ swapper/0] EW124:0x00000000 EW125:0x00000000 ........
[ 5.109350] C2 [ swapper/0] EW126:0x00000000 EW127:0x00000000 ........
[ 5.109363] C2 [ swapper/0] EW128:0x00000000 EW129:0x00400040 ........
[ 5.109377] C2 [ swapper/0] EW130:0x434d4d65 EW131:0x4c4c4420 eMMC.DLL
[ 5.109391] C2 [ swapper/0] EW132:0x636f4c20 EW133:0x2064656b .Locked.
[ 5.109404] C2 [ swapper/0] EW134:0x203b6e69 EW135:0x74696157 in..Wait
[ 5.109418] C2 [ swapper/0] EW136:0x756f6320 EW137:0x7520746e .count.u
[ 5.109432] C2 [ swapper/0] EW138:0x4c442c73 EW139:0x6f4c204c s.DLL.Lo
[ 5.109445] C2 [ swapper/0] EW140:0x78302063 EW141:0x30303030 c.0x0000
[ 5.109459] C2 [ swapper/0] EW142:0x31303030 EW143:0x30783020 0001.0x0
[ 5.109472] C2 [ swapper/0] EW144:0x30303030 EW145:0x00303030 0000000.
[ 5.109486] C2 [ swapper/0] EW146:0x00000000 EW147:0x00000000 ........
[ 5.109499] C2 [ swapper/0] EW148:0x00000000 EW149:0x00000000 ........
[ 5.109512] C2 [ swapper/0] EW150:0x00000000 EW151:0x00000000 ........
[ 5.109525] C2 [ swapper/0] EW152:0x00000000 EW153:0x00000000 ........
[ 5.109538] C2 [ swapper/0] EW154:0x00000000 EW155:0x00000000 ........
[ 5.109552] C2 [ swapper/0] EW156:0x00000000 EW157:0x00000000 ........
[ 5.109565] C2 [ swapper/0] EW158:0x00000000 EW159:0x00000000 ........
[ 5.109578] C2 [ swapper/0] EW160:0x00000000 EW161:0x00000000 ........
[ 5.109591] C2 [ swapper/0] EW162:0x00000000 EW163:0x00000000 ........
[ 5.109604] C2 [ swapper/0] EW164:0x00000000 EW165:0x00000000 ........
[ 5.109618] C2 [ swapper/0] EW166:0x00000000 EW167:0x00000000 ........
[ 5.109631] C2 [ swapper/0] EW168:0x00000000 EW169:0x00000000 ........
[ 5.109644] C2 [ swapper/0] EW170:0x00000000 EW171:0x00000000 ........
[ 5.109657] C2 [ swapper/0] EW172:0x00000000 EW173:0x00000000 ........
[ 5.109671] C2 [ swapper/0] EW174:0x00000000 EW175:0x00000000 ........
[ 5.109684] C2 [ swapper/0] EW176:0x00000000 EW177:0x00000000 ........
[ 5.109697] C2 [ swapper/0] EW178:0x00000000 EW179:0x00000000 ........
[ 5.109710] C2 [ swapper/0] EW180:0x00000000 EW181:0x00000000 ........
[ 5.109723] C2 [ swapper/0] EW182:0x00000000 EW183:0x00000000 ........
[ 5.109736] C2 [ swapper/0] EW184:0x00000000 EW185:0x00000000 ........
[ 5.109750] C2 [ swapper/0] EW186:0x00000000 EW187:0x00000000 ........
[ 5.109763] C2 [ swapper/0] EW188:0x00000000 EW189:0x00000000 ........
[ 5.109776] C2 [ swapper/0] EW190:0x00000000 EW191:0x00000000 ........
[ 5.109789] C2 [ swapper/0] EW192:0x00000000 EW193:0x00000000 ........
[ 5.109802] C2 [ swapper/0] EW194:0x00000000 EW195:0x00000000 ........
[ 5.109816] C2 [ swapper/0] EW196:0x00000000 EW197:0x00000000 ........
[ 5.109829] C2 [ swapper/0] EW198:0x000000ff EW199:0x00000000 ........
[ 5.109841] C2 [ swapper/0] EW200:0xaaaa5555 UU..
[ 5.109852] C2 [ swapper/0] intel_scu_ipc_emergency_write_oemnib: POEMNIB remap poemnibw 0xffff3440 size 64
[ 5.109936] C2 [ swapper/0] intel_scu_ipc_emergency_write_oemnib: POEMNIB remap poemnibw 0xffff3440 size 64
[ 5.196121] C2 [ swapper/0] (sec_debug_panic_handler) checksum_sched_log: 0
[ 5.196133] C2 [ swapper/0] (sec_debug_hw_reset) Kernel Build Info : Date:Mar 8 2021 Time:16:56:02
Spoiler: Log from UART
Code:
IA32 CPU Firmware
Copyright (C) 1999-2013, Intel Corporation. All rights reserved.
------------------------------>FOR Teewinot ONLY<-----------------------------
******************************************************************************
************** Customer release based on Rel 00.49 + TWN changes**************
**************** BZ=115220 Bypass time/date check for product ****************
****************** BZ=118523 Cold Reset on ExecuteOS failure *****************
****** BZ=124478[TW 346-500-676] Request for logging enhancement in IAFW *****
************* BZ=127192 Disable Active Refresh during JEDEC Init *************
******************* BZ=none include ucode patch M013065110E ******************
**************************** New in this code drop ***************************
***** BZ=none Changed trace to match TWN RAMDUMP application requirement *****
*************** BZ=none Removed UART and PTI HW output methods ***************
******** Short circuiting the emInit when a fixed battery is detected. *******
********************* Customization done 201308261512 MST ********************
******************************************************************************
******************************INTEL CONFIDENTIAL******************************
0x1E, 0x20, 0x21,
ERROR:::::SPID Not Programmed, Fake data being used based on IFWI version
ERROR:::::SPID FRU Not Programmed, Fake data being used based on IFWI version
OSC_CLK3 defaults only
0x22,
OEM board; Skip spidBasedPanelNdxUpdate
0x23,
Forced Battery via SMIP FPO Bit 2
0x28, 0x2A, 0x2B, in csSFIDevsEntries, HW Id 0x0019
SFI Dev...PR3
in csSFIGpioEntries, HW Id 0x0019
SFIOEMBInit:tbl->spidTbl update
0x2C, 0x2D, 0x2F PostCodes Done
IA32 FW: CPU v000.073/00.49; SUPP v000.073/00.49; VH: 000.081/00.51
IA Timestamp: 2013.08.26:18.00 (INTELFDK)
SCU FW: ROM 177.000/B1.00; RT 033.048/21.30
PUNIT FW: v224.064/E0.40
IFWI: v249.086/F9.56
PL: 0000010E
Config & PCB: OEM Platform, C, CLV+ B1, Micron (00,00) SR 4Gb 1067 1GB
FHOB DW0/DW1: 00000104:00010140
I2C Expander: FFFFFFFC:0000000F
IA Options: 024020A1:00000000:03E00000:80005C00:00000101;0558
[OS HASH VERIFY] [EIST] [eMMC] [VALID BATT][WDT]
Loading OS...
pOsip = 1000000
-->OSIP verified
FA050000 FA050000
FA050000 FA050000
Boot path override selected OS image 0 (OS Attribute 0x00, Reboot Reason 0x00)
FA050000 FA050000
Splash disabled in GCT
Splash display time: 2 ms
-->Bootable OS image 0 found for requested type 0 (OSII attribute 0x00)
-->Loading OS image 0 from eMMC block 0x00000032 to DRAM address 0x010FFE20
-->Starting transfer of 0xA11 512-byte blocks to DRAM
-->Done loading OS Image to DRAM
-->platformConfigBuffer_pt.scuFhobDw0.osven != 0
-->osIndex: 0, Signed Image
OS image 0 PASSED verify
Booting MOS
*********************************
Starting command line:
-init=/init pci=noearly console=ttyMFD2 console=ttyS0 console=logk0 earlyprintk=nologger loglevel=8 hsu_dma=7 kmemleak=off ptrace.ptrace_can_access=1 androidboot.bootmedia=sdcard androidboot.hardware=ctp_pr1 emmc_ipanic.ipanic_part_number=1 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on hsu_rx_wa g_android.fastboot=1 droidboot.scratch=100
-
OSNIB.wakesrc = 0x5
OSNIB.RR = 0x0
Battery is high enough for normal boot
3767mV > 0mV
Ending command line:
-init=/init pci=noearly console=ttyMFD2 console=ttyS0 console=logk0 earlyprintk=nologger loglevel=8 hsu_dma=7 kmemleak=off ptrace.ptrace_can_access=1 androidboot.bootmedia=sdcard androidboot.hardware=ctp_pr1 emmc_ipanic.ipanic_part_number=1 ip=50.0.0.2:50.0.0.1::255.255.255.0::usb0:on hsu_rx_wa g_android.fastboot=1 droidboot.scratch=100 androidboot.wakesrc=05 androidboot.mode=main-
*********************************
WDT aka Timer7 setup
Warn Duration for Timer7: 00 seconds
Start Timer7 bit 0 -> 1: 00000000000000000000000000000000
Calling OS entry point --> 0x01101000 ...
Using NEW OSHOB structure size = 176 bytes
OSNIB size = 32 bytes OEMNIB size = 64 bytes
0xFF00_0510 FullChipRegister: Status flag = 0x0
0xFF10_0510 SCFabricRegister: Status flag = 0x0
RTCSC2 = 0x11, RTCSC3 = 0xcf, RTCSC4 = 0xcf
Watchdog Disabled!
__stmpe811_write : fail
MUIC: CONTROL1:0x1b
MUIC: CONTROL1:0x1b
MUIC: CONTROL2:0x3e
MUIC: CONTROL2:0x3e
[SCU_IPC_DEBUG] board ID: NOT_IDENTIFIED(8)
VERSION : 0xa501
mmc_read_ext_csd : ext_csd_rev = 0x5
cardtype: 0x00000007
SB_MMC_HS_52MHZ_1_8V_3V_IO
mmc->card_caps: 0x00000311
mmc->host_caps: 0x00000311
!!!Enter 8 Bit mode.!!!
clt_mmc_init: mmc->capacity = 0x1d58000
[BOOT] RESETIRQ1=0x00 RESETIRQ2=0x00 (interrupt tree)
[BOOT] SCU_TR=0x00020003 IA_TR=0xffffffff (oshob)
[BOOT] RR=0x00 WD=0x00 ALARM=0x00 (osnib)
[BOOT] WAKESRC=0x05 RESETIRQ1=0x01 RESETIRQ2=0x00 (osnib)
Samsung S-Boot 4.0 for GT-P5200 (Aug 27 2014 - 18:02:10)
CLT(EVT 0.0) / 1024MB / 15024MB / Rev 8 / P5200XXxxxxx
pit_check_signature (PIT) valid.
initialize_ddi_data: usable! (24:0xf)
PARAM ENV VERSION: v1.0..
pressed_key = 0x0
clt_charger_init : [battery] using external charger init(3)
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
[check_cable_type] : Output of USB Charger Detection 0
[max77693_init_charger] : attached device(0x00) : Battery
clt_max77693_set_charger_state: chg_cnfg_02 (0x9f) -> (0x1f) -> (0x1f)
clt_max77693_set_charger_state: chg_cnfg_03 (0x20) -> (0x00) -> (0x00)
clt_max77693_set_charger_state: chg_cnfg_04 (0xdd) -> (0xdd) -> (0xdd)
clt_max77693_set_charger_state: chg_cnfg_09 (0x19) -> (0x05) -> (0x05)
set_charger_state : buck(1), chg(0), reg(0x04)
init_fuel_gauge: Start!!
[0] get_adc_battid() = 68
[1] get_adc_battid() = 68
[2] get_adc_battid() = 69
get_adc_battid() = 68
init_fuel_gauge: Battery type : SDI
init_fuel_gauge: NOT initialized (0x32cc)
do_soft_por: Lock Done
do_soft_por - Status (0x00 = 0x0002)
do_soft_por - SoftPOR Done
Initialization_routine: Start!!
[MAX17050 Model data] : 0xab80 0xb730 0xb980 0xbb00 0xbc00 0xbd00 0xbe30 0xbfa0 0xc0f0 0xc240 0xc4d0 0xc720 0xcc20 0xcf30 0xd230 0xd630 0x1c0 0x1300 0xd90 0x1640 0x1e60 0x18d0 0x15f0 0xff0 0xff0 0x7e0 0xb30 0x7c0 0x7d0 0x8f0 0x5d0 0x5d0 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180
Initialization_routine: QResidual20 (0x1404)
Initialization_routine: QResidual30 (0x1004)
get_CGAIN: CGain = 0x3645
Initialization_routine: Finished!! (SDI type)
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
Initialization_routine: Start!!
[MAX17050 Model data] : 0xab80 0xb730 0xb980 0xbb00 0xbc00 0xbd00 0xbe30 0xbfa0 0xc0f0 0xc240 0xc4d0 0xc720 0xcc20 0xcf30 0xd230 0xd630 0x1c0 0x1300 0xd90 0x1640 0x1e60 0x18d0 0x15f0 0xff0 0xff0 0x7e0 0xb30 0x7c0 0x7d0 0x8f0 0x5d0 0x5d0 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180 0x180
Initialization_routine: QResidual20 (0x1404)
Initialization_routine: QResidual30 (0x1004)
get_CGAIN: CGain = 0x3645
Initialization_routine: Finished!! (SDI type)
init_fuel_gauge: re-write val(0x0077) at LearnCFG_REG
clt_charger_init : cable_type(0x00)
intel_scu_ipc_cmd_oemnib : done => 0x12345670
check_reboot_cmd: nCmd = 12345670 ... setting REBOOT_MODE to 0
clear_reboot_mode
intel_scu_ipc_cmd_oemnib : done => 0x0
debug level = 0x4f4c
disable max77693 manual reset
clt_max77693_disable_manual_reset: set max77693 MANCTRL1 val = 0x4
clt_max77693_disable_manual_reset: read max77693 MANCTRL1 val = 0x4
disable PMIC cod off triggered by PWRBTN#: 6
intel_scu_ipc_cmd_oemnib : done => 0xffffffff
check_download: 0
Is_lpm_boot : boot-mode saved in param = 0
Is_lpm_boot : jig-on level = 0, ignore...
STATUS1:0x3d, 2:0x40
vbvolt=0x1, chgtyp=0x0, adc=0x1d, ret=0x1001d
stat=0x1001d, adc=0x1d, chg=0x0, vbvolt=1, pinLevel=0
Is_lpm_boot : charger is not detected
fuel_gauge_read_vcell: VCELL(3846), data(0xc054)
fuel_gauge_read_soc: SOC(56), data(0x38ad)
check_low_battery : rb=0 jig=0
check_low_battery : v=3846 soc=56
scr_draw_image: draw 'logo.jpg'...
read 'logo.jpg'(105420) completed.
If there's someone who is willing to help me improve postmarketOS on this tablet, feel free to contact me:
(Matrix) @ungeskriptet:matrix.org
Finally got it to work. This commit should fix it.
Wiki page
I used this kernel instead: https://github.com/dpdudek/android_kernel_samsung_santos10
so can we now install linux? the device is still in "not booting" category on pmos website.
You might be looking at the 3G version. The Wi-Fi port also works on the 3G variant (and LTE maybe?) but it really isn't usable with X11 right now although wayland seems to work somewhat fine without HW acceleration. I could only find GPU drivers for ARM for this tablet since it is x86 and has a PowerVR GPU.
great, 3g version is what i have. and i dodnt noticed when wiki page mooved to "boot successful" category, sorry.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
but my question is when i am executing the instruction of installation via pmbootstrap i'm being asked for device codename, neither santos103g not p5200 there, but santos10wifi. so if i have 3g version, should i use santos10wifi or what? sorry my bad english and stupid questions
oh sorry ive didnt notice that sign on santos103g wiki page saying the installation is the same
Select the Wi-Fi version. The 3G version uses the same kernel and the only thing that won't work is 3G.
I recommend you to use Weston if possible, as it is the best working graphical environment. Gnome also uses Wayland so it should be also good, but currently it won't start (haven't figured it out yet).
great, thanks very much for your work. btw what user interfaces can i have working? you said wayland so i've tried plasma-bigscreen and stuck at "Loading..." however weston wokrs well.
Your only option is Weston for a usable interface at the moment and AFAIK plasma-bigscreen is for TVs.
hi ,
i'm sorry but i did not understand how to install in my TAB 3 wifi
can some one share the install process because realy intersting about this project.
First you need to have Linux installed on your PC/in a VM (if you use a VM, you need to setup USB forwarding), I recommend you installing Manjaro XFCE.
Once you are booted into Linux, follow these steps:
Spoiler: Instructions to install pmbootstrap from pip (any Linux distro)
1. Install pip from your package manager:
For Arch Linux (and Manjaro): sudo pacman -S python-pip
For Debian (and Ubuntu, Linux Mint, Pop OS): sudo apt-get install python3-pip
2. Install pmbootstrap with pip:
pip install --user pmbootstrap && source ~/.profile
Spoiler: Instuctions to install pmbootstrap from the AUR (Arch Linux and Arch-based distros only)
1. Option: Install using an AUR helper
Code:
git clone https://aur.archlinux.org/paru-bin
cd paru-bin
makepkg -si
paru -S pmbootstrap
2. Option: Install with Pamac (GUI method, preinstalled on Manjaro)
Launch Pamac → 3 Dots → Preferences → Third Party → Turn on "Enable AUR support", "Check for updates" and "Check for development packages updates"
Search for pmbootstrap and install it.
Spoiler: Instructions to install postmarketOS
Launch a terminal and initialize pmbootstrap:
Code:
pmbootstrap init
# Work path: ~/.pmbootstrap
# Channel: edge
# Vendor: samsung
# Device codename: santos10wifi (choose this even if you have a 3G or LTE tablet)
# Enable Wi-Fi firmware
# Username: santos (choose a name you like)
# User interface: weston (currently only weston is the most usable UI, X11-based UIs are very laggy)
# Don't change additional options
# Extra packages: vim,htop,onboard (recommended, but optional)
# Enable your timezone
# Choose your default locale (en_US.UTF-8 for American English)
# Device hostname: santos10wifi (choose a hostname you like)
# Copy public SSH keys (recommended if you have generated a pair but optional)
# Build outdated packages during 'pmbootstrap install': y
Generate the images:
Code:
pmbootstrap install
# Set a password
Flash the kernel and rootfs to the tablet (backup your data before):
Code:
# Put the device into download mode: Power & Vol -
# This should be fast so be ready to put the device into download mode again after it reboots
pmbootstrap flasher flash_kernel
# Flashing the rootfs might take a while
pmbootstrap flasher flash_rootfs
Spoiler: Connecting to a Wi-Fi network
Connect the tablet to a PC (it should create a new network interface):
Code:
ssh [email protected]
# change santos to your username, if you changed it and type yes if asked
sudo nmtui
# A blue menu will appear
In nmtui:
Activate a connection → Select your network → Type your Wi-Fi password → Quit nmtui
When connected, unplug the cable.
After you followed these steps your tablet is running pmOS with a Wi-Fi connection.
thanks friend will try now
i get this errors in log file when generating the image :
/home/wintosh/.pmbootstrap/chroot_rootfs_samsung-santos10wifi --cache-dir /home/wintosh/.pmbootstrap/cache_apk_x86 --initdb --arch x86 add alpine-base
EDIT:
i was it using Windows subsystem for Linux (WSL) and it's not compatible
@Ungeskriptet many thanks for your efforts.
@kls0e I'll try mainlining the device (after I mainlined GT-I9100G or not) with this kernel. This could fix many problems like X11
great. I will be happy to test and update the documentation.
Ungeskriptet said:
# Put the device into download mode: Power & Vol -
# This should be fast so be ready to put the device into download mode again after it reboots
pmbootstrap flasher flash_kernel
Click to expand...
Click to collapse
- I am assuming that the device is connected to the Linux (Fedora in my case) computer via USB:
I get:
Code:
$ pmbootstrap flasher flash_kernel
[sudo] password for phr:
[19:41:24] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[19:41:28] (native) flash kernel samsung-santos10wifi
[19:41:29] (native) install heimdall avbtool
< wait for any device >
- and nothing else happens on the computer or the tablet . . I was expecting that pbmbootstrap would find the USB-connected tablet and do the flashing . .
BTW, I have not installed TWRP - the native download mode should be OK?
Thanks,
Phil.
philip_rhoades said:
- I am assuming that the device is connected to the Linux (Fedora in my case) computer via USB:
I get:
Code:
$ pmbootstrap flasher flash_kernel
[sudo] password for phr:
[19:41:24] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[19:41:28] (native) flash kernel samsung-santos10wifi
[19:41:29] (native) install heimdall avbtool
< wait for any device >
- and nothing else happens on the computer or the tablet . . I was expecting that pbmbootstrap would find the USB-connected tablet and do the flashing . .
BTW, I have not installed TWRP - the native download mode should be OK?
Thanks,
Phil.
Click to expand...
Click to collapse
Hmm. Seems like your tablet isn't being recognized by pmbootstrap.
Does your tablet show up in lsusb or dmesg on your PC when connected via USB?
TWRP isn't neccessary for postmarketOS unless you flash it via a recovery ZIP, so thats not the issue.
Ungeskriptet said:
Hmm. Seems like your tablet isn't being recognized by pmbootstrap.
Does your tablet show up in lsusb or dmesg on your PC when connected via USB?
TWRP isn't neccessary for postmarketOS unless you flash it via a recovery ZIP, so thats not the issue.
Click to expand...
Click to collapse
Ah! - there were two problems - I had forgotten to turn on USB debugging and secondly I had some dodgy USB cables - lucky #3 worked!
OK, so the tablet booted up happily with pmOS ! I played around with the tk stuff for a while and was able to start Wayland terminals, and the screen looks very nice - but I can't do much with it because I can't get access to anything else and no visual keyboard pops up . .
Also, although it still showing up on my LAN as 192.168.1.105, I can't even ping it, let alone ssh to it . . but still - some progress! I am happy that I have made it this far but is there more that can be done with the tablet now?
I should write out my variations on using Fedora and clarifying some steps too . .
Thanks!
hey people, i recently tried setting up postmarketOS on Samsung Galaxy Tab 3 10.1 and i am facing the same problem as philip, but changing the usb cables and trying to flash from other computers (other linux mint, and ubuntu) did not help.
i am new to this and just started with postmarketOS trying to use the old samsung device without google stuffs...
tldr: use "Power + Volume Down"!
Spoiler: this is what happens when you press "Power + Volume Up" instead...
usb debugging is activated and pmbootstrap installed/prepared as described above by Ungeskriptet.
(Edit: I wasnt following the guide accordingly, i pressed "Power + Vol Up" instead of "Power + Vol Down"....)
i am using Linux Mint 20.2 Cinnamon btw.
when doing "pmbootstrap init" multiple times (to make sure everything is set up fresh) i am also asked for "Zap existing chroots to apply configuration? (y/n) [y]: _ "
-- is it fine to just "y" there?
so moving on to flashing i am receiving same as philip:
Spoiler: wait for any device - problem
Code:
$ pmbootstrap flasher flash_kernel
[16:45:32] WARNING: package postmarketos-mkinitfs: aport version 1.1.2-r4 is lower than 1.2-r0 from the binary repository. 1.2-r0 will be used when installing postmarketos-mkinitfs. See also: <https://postmarketos.org/warning-repo2>
[16:45:32] (rootfs_samsung-santos10wifi) mkinitfs samsung-santos10wifi
[16:45:32] (native) flash kernel samsung-santos10wifi
< wait for any device >
however "lsusb" doesnt show any Samsung device
but "dmesg" displays a lot including:
Spoiler: dmesg output
Code:
[17027.280526] usb 1-4: USB disconnect, device number 9
[17027.701836] usb 1-4: new high-speed USB device number 10 using xhci_hcd
[17027.939869] usb 1-4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
[17027.939872] usb 1-4: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[17027.939873] usb 1-4: Product: GT-P5210
[17027.939874] usb 1-4: Manufacturer: samsung
[17027.939875] usb 1-4: SerialNumber: 3200574e03bfc000
[17027.982910] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[17094.836586] usb 1-4: USB disconnect, device number 10
-- the same without the line "USB disconnect, device number 10" does appear when starting the tablet in original android - so i would say, the usb cable is working
deviceinfo
from the wiki i already tried setting the deviceinfo "deviceinfo_flash_fastboot_vendor_id="04e8" "
in "~/.pmbootstrap/cache_git/pmaports/device/testing/device-samsung-santos10wifi/deviceinfo"
-- but i am still "waiting for any device"
and the wiki of deviceinfo states as obsolete options:
flash_fastboot_vendor_id: fastboot used to have a -i option, but this was removed (#1830). Since we only had one device using this and nobody to verify if the option is really needed with this device, we decided to remove it. If you are interested in bringing it back, please create a new issue.
Click to expand...
Click to collapse
udev
the fix "Maybe you need to install udev rules on your host Linux distribution" (also from wiki), i do not really understand how to start with ..could you give me a hint? browsing resulted in finding this https://community.linuxmint.com/software/view/udev - Version 245.4-4ubuntu3.14 of this was already installed
last solution from wiki with "pmbootstrap shutdown" did not help either
but some different output at dmesg was produced (dont know it it really was because of pmb shutdown):
Spoiler: dmesg output (a little different than earlier)
Code:
[18287.548108] usb 1-4: new high-speed USB device number 14 using xhci_hcd
[18287.786734] usb 1-4: New USB device found, idVendor=04e8, idProduct=6860, bcdDevice= 4.00
[18287.786737] usb 1-4: New USB device strings: Mfr=2, Product=3, SerialNumber=4
[18287.786738] usb 1-4: Product: GT-P5210
[18287.786739] usb 1-4: Manufacturer: samsung
[18287.786740] usb 1-4: SerialNumber: 3200574e03bfc000
[18287.830790] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18293.078518] usb 1-4: reset high-speed USB device number 14 using xhci_hcd
[18293.243338] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18366.042217] usb 1-4: reset high-speed USB device number 14 using xhci_hcd
[18366.207183] cdc_acm 1-4:1.1: ttyACM0: USB ACM device
[18408.865985] [UFW BLOCK] IN=enp6s0 OUT= MAC=01:00:5e:00:00:01:88:9e:68:cd:5b:0c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=28 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
[18408.866158] [UFW BLOCK] IN=enp6s0 OUT= MAC=01:00:5e:00:00:01:88:9e:68:cd:5b:0c:08:00 SRC=192.168.0.1 DST=224.0.0.1 LEN=32 TOS=0x00 PREC=0x00 TTL=1 ID=0 PROTO=2
// -- and 10 more times the same "[UFW BLOCK] ..." line inbetween --
[19094.131416] usb 1-4: USB disconnect, device number 14
when starting the tablet with power+vol [*edit: Vol Up] i am seeing "Android system recovery <3e>" quit fast ..is this where i need to start the "pmbootstrap flasher flash_kernel"? (i also tried starting the flasher and waiting for the device when booting using power+vol.. ending up with the same result)
Spoiler: device displays this when fastbooting(?)
Code:
Android system recovery <3e>
KOT49H.P5210XXUB0H1
Volume up/down to move hightlight:
power button to select.
> reboot system now
> apply update from ADB
> apply update from external storage
> wipe data/factory reset
> wipe cache partition
> apply update from cache
# MANUAL MODE
-- Applying Multi-CSC...
Applied the CSC-code: DBT
Successfully applied multi-CSC.
and in the background i can see "Kein Befehl" + the green Android thing with a warning in its open "stomach"
additionally the battery (the original already "gave up" and was replaced earlier) shows a sign for two days now displaying a red cross in the battery icon, and it has not been loading since then, just reducing its capacity to 35% at the moment ..so time is kind of running out soon :x -- it was loading fine when not activated and running android.
__________
do you have any idea what i am doing wrong?
thanks for your help!
ps: sorry for the long post, i just wanted to give you all information needed..
"Power + Volume Down" = flash mode <- this is what we want.
("Power + Volume Up" = recovery mode)
My fault.
myusernamemustbeunique said:
usb debugging is activated and pmbootstrap installed/prepared as described above by Ungeskriptet.
[...]
when starting the tablet with power+vol[up] i am seeing "Android system recovery <3e>" quit fast ..is this where i need to start the "pmbootstrap flasher flash_kernel"?
Click to expand...
Click to collapse
Answer: No!
I was just too stupid... I pressed "Power + Volume Up" so I entered the recovery mode..... ._.
(-> So it has not been "prepared as described above" (using "Power + Volume Down") and that was the fault.)
Sorry for the troublemaking.
And thanks a lot for the guide, @Ungeskriptet !
I will now step into installing packages for firefox, visual keyboard, etc. ...
-> Do you have any recommodation for setting up the keyboard?

Question [SOLVED] Blank Flash for Moto G10

Hello XDA Community,
My Moto G10 got hard bricked (no adb, fastboot, lights, vibration, ...) .
Code:
$ lsusb | grep Qualcomm
Bus 003 Device 026: ID 05c6:9008 Qualcomm, Inc. Gobi Wireless Modem (QDL mode)
Does anyone know where download the blank flash for this phone model?
https://drive.google.com/file/d/1X84cT6e2_SD13TLIZvwGP7jPomv7kGe_/view?usp=sharing
Por favor, dê o retorno funcionou ou não.
Hi @andersonn640,
Thanks for helping me,
I got an error: "[ 0.003] Error loading index.xml from singleimage.bin"
Code:
$ sudo ./qboot devices
/dev/ttyUSB0 "QCOM emergency download"
Code:
$ sudo ./qboot blank-flash singleimage.bin --debug=2
Motorola qboot utility version 3.86
[ 0.000] Opening device: /dev/ttyUSB0
[ 0.000] Opening serial device: /dev/ttyUSB0
[ 0.000] serial_open():228: opening /dev/ttyUSB0
[ 0.000] Detecting device
[ 0.000] Switching to command mode
[ 0.000] Receiving HELLO packet
[ 0.000] Dumping 48 bytes read
[ 0.000] 00000000 01 00 00 00 30 00 00 00 02 00 00 00 01 00 00 00 |....0...........|
[ 0.000] 00000010 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.000] 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.000] ...protocol version: 2
[ 0.000] ...compatible with: 1
[ 0.000] ...max. packet size: 1024
[ 0.000] ...current mode: Image transfer pending
[ 0.000] Sending HELLO_RESP packet
[ 0.000] Dumping 48 bytes written
[ 0.000] 00000000 02 00 00 00 30 00 00 00 02 00 00 00 02 00 00 00 |....0...........|
[ 0.001] 00000010 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] 00000020 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.001] Receiving COMMAND_READY packet
[ 0.001] Dumping 8 bytes read
[ 0.001] 00000000 0b 00 00 00 08 00 00 00 |........ |
[ 0.001] Identifying device
[ 0.001] Reading CPU serial number
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_SN
[ 0.001] Dumping 12 bytes written
[ 0.001] 00000000 0d 00 00 00 0c 00 00 00 01 00 00 00 |............ |
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.001] Dumping 16 bytes read
[ 0.001] 00000000 0e 00 00 00 10 00 00 00 01 00 00 00 04 00 00 00 |................|
[ 0.001] ...payload: 4 byte(s)
[ 0.001] Receiving payload
[ 0.001] Dumping 12 bytes written
[ 0.001] 00000000 0f 00 00 00 0c 00 00 00 01 00 00 00 |............ |
[ 0.001] Dumping 4 bytes read
[ 0.001] 00000000 60 9a df 4f |`..O |
[ 0.001] Reading CPU id
[ 0.001] Sending CMD_EXEC packet, cmd=CMD_READ_HWID
[ 0.001] Dumping 12 bytes written
[ 0.001] 00000000 0d 00 00 00 0c 00 00 00 02 00 00 00 |............ |
[ 0.001] Receiving CMD_EXEC_RESP packet
[ 0.002] Dumping 16 bytes read
[ 0.002] 00000000 0e 00 00 00 10 00 00 00 02 00 00 00 18 00 00 00 |................|
[ 0.002] ...payload: 24 byte(s)
[ 0.002] Receiving payload
[ 0.002] Dumping 12 bytes written
[ 0.002] 00000000 0f 00 00 00 0c 00 00 00 02 00 00 00 |............ |
[ 0.002] Dumping 24 bytes read
[ 0.002] 00000000 00 00 e8 02 e1 60 13 00 00 00 e8 02 e1 60 13 00 |.....`.......`..|
[ 0.002] 00000010 00 00 e8 02 e1 60 13 00 |.....`.. |
[ 0.002] Reading SBL SV
[ 0.002] Sending CMD_EXEC packet, cmd=CMD_READ_SV_SBL
[ 0.002] Dumping 12 bytes written
[ 0.002] 00000000 0d 00 00 00 0c 00 00 00 07 00 00 00 |............ |
[ 0.002] Receiving CMD_EXEC_RESP packet
[ 0.002] Dumping 16 bytes read
[ 0.002] 00000000 0e 00 00 00 10 00 00 00 07 00 00 00 04 00 00 00 |................|
[ 0.002] ...payload: 4 byte(s)
[ 0.002] Receiving payload
[ 0.002] Dumping 12 bytes written
[ 0.002] 00000000 0f 00 00 00 0c 00 00 00 07 00 00 00 |............ |
[ 0.002] Dumping 4 bytes read
[ 0.002] 00000000 01 00 00 00 |.... |
[ 0.002] Reading debug data
[ 0.002] Sending CMD_EXEC packet, cmd=CMD_READ_DEBUG_DATA
[ 0.002] Dumping 12 bytes written
[ 0.002] 00000000 0d 00 00 00 0c 00 00 00 06 00 00 00 |............ |
[ 0.002] Receiving CMD_EXEC_RESP packet
[ 0.002] Dumping 16 bytes read
[ 0.002] 00000000 0e 00 00 00 10 00 00 00 06 00 00 00 08 02 00 00 |................|
[ 0.002] ...payload: 520 byte(s)
[ 0.002] Receiving payload
[ 0.002] Dumping 12 bytes written
[ 0.002] 00000000 0f 00 00 00 0c 00 00 00 06 00 00 00 |............ |
[ 0.002] Dumping 520 bytes read
[ 0.002] 00000000 02 00 00 00 02 00 00 00 0f 00 0a ef 00 00 00 00 |................|
[ 0.002] 00000010 00 00 00 00 00 00 00 00 4c 8e 17 00 00 00 10 62 |........L......b|
[ 0.002] 00000020 01 00 00 00 00 00 00 00 08 b9 12 00 00 00 00 00 |................|
[ 0.002] 00000030 cf 00 00 00 09 00 00 ef 02 02 01 ef 00 00 00 00 |................|
[ 0.003] 00000040 04 00 00 00 00 00 00 00 d1 14 98 01 00 00 10 62 |...............b|
[ 0.003] 00000050 01 00 00 00 00 00 00 00 38 b6 12 00 00 00 00 00 |........8.......|
[ 0.003] 00000060 20 04 00 00 2a 10 00 ef 00 00 00 00 00 00 00 00 | ...*...........|
[ 0.003] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.003] *
[ 0.003] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.003] Debug data dump follows
[ 0.003] 00000000 02 00 00 00 02 00 00 00 0f 00 0a ef 00 00 00 00 |................|
[ 0.003] 00000010 00 00 00 00 00 00 00 00 4c 8e 17 00 00 00 10 62 |........L......b|
[ 0.003] 00000020 01 00 00 00 00 00 00 00 08 b9 12 00 00 00 00 00 |................|
[ 0.003] 00000030 cf 00 00 00 09 00 00 ef 02 02 01 ef 00 00 00 00 |................|
[ 0.003] 00000040 04 00 00 00 00 00 00 00 d1 14 98 01 00 00 10 62 |...............b|
[ 0.003] 00000050 01 00 00 00 00 00 00 00 38 b6 12 00 00 00 00 00 |........8.......|
[ 0.003] 00000060 20 04 00 00 2a 10 00 ef 00 00 00 00 00 00 00 00 | ...*...........|
[ 0.003] 00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
[ 0.003] *
[ 0.003] 00000200 00 00 00 00 00 00 00 00 |........ |
[ 0.003] ...cpu.id = 310 (0x136)
[ 0.003] ...cpu.sn = 1340054112 (0x4fdf9a60)
[ 0.003] Opening singleimage
[ 0.003] Loading package
[ 0.003] Error: not found
[ 0.003] Error loading index.xml from singleimage.bin
[ 0.003] ERROR: error loading package
[ 0.003] Check qboot_log.txt for more details
[ 0.003] Total time: 0.003s
FAILED: qb_flash_singleimage()->error loading package
Hi @OneDroidBricker,
Have you installed the motorola drivers and Qualcomm HS-USB QDLoader 9008 driver on your PC?
Maybe you need newer blankflash idk
andersonn640 said:
Maybe you need newer blankflash idk
Click to expand...
Click to collapse
I think so...
Tente este.
This one worked for me.
thanks to @Vachounet from https://t.me/lolinet
Você conseguiu? O celular está funcionando normal?
andersonn640 said:
Você conseguiu? O celular está funcionando normal?
Click to expand...
Click to collapse
Yes it is working perfectly.
[ -0.000] Opening device: \\.\COM8
[ -0.000] Detecting device
[ 15.595] ReadFile() failed, GetLastError()=0
[ 18.669] ...cpu.id = 310 (0x136)
[ 18.669] ...cpu.sn = 3251673319 (0xc1d098e7)
[ 18.669] Opening singleimage
[ 18.669] Loading package
[ 18.669] ...filename = pkg.xml
[ 18.685] Loading programmer
[ 18.685] ...filename = programmer.elf
[ 18.685] Sending programmer
[ 18.775] Handling things over to programmer
[ 18.775] Identifying CPU version
[ 18.775] Waiting for firehose to get ready
[ 21.845] ...SM_KAMORTA 1.0
[ 21.845] Determining target secure state
[ 21.845] ...secure = yes
[ 21.876] Configuring device...
[ 21.876] Flashing GPT...
[ 21.876] Flashing partition with gpt.bin
[ 21.892] Initializing storage
[ 23.066] Target NAK!
[ 23.066] ...INFO: handler getStorageInfo allowed
[ 23.066] ...INFO: Calling handler for getStorageInfo
[ 23.066 ] ...ERRO: Falha ao abrir o slot do dispositivo SDCC 0 partição 0
[ 23.066 ] ...ERRO: Falha ao abrir o dispositivo: 1 slot: 0 partição: 0 erro: 0
[ 23.066 ] ...ERRO: ABERTO manipular NULL e sem erro, estranho 203917508
[ 23.066 ] ...ERRO: Falha ao abrir o dispositivo, tipo: eMMC, slot: 0, lun: 0 erro: 3
[ 23.066 ] ERROR: do_package ( ) - > do_recipe ( - ) -
[ 23.066 ] Verifique qboot_log.txt para obter mais detalhes
[ 23.066 ] Tempo total: 23.066s
FAILED: qb_flash_singleimage ( ) - <TAG> > ( - ) do_recipe > - ( do_flash ) > - ( flash_simg <TAG1

Trying to unbrick phone.

Hello, after almost having a heart attack with my Razer 2 showing the qusb_bulk message, I decided to fix my moto z2 with the same message. Did what almost all good threads say but while running the blankfast (blankflash_from_NDX26.183-15_17) it keeps showing the same error, I made sure I don't have moto drivers installed, and uninstalled the qualcomm drivers once. And it keeps showing.
If anyone had the same error, and can help, I'll be pretty grateful.
**** Log buffer [000001] 2022-12-21_16:42:26 ****
[ 0.000] Opening device: \\.\COM6
[ 0.000] ERROR: device_open()->error opening device
[ 0.001] Check qboot_log.txt for more details
[ 0.001] Total time: 0.002s
[ 0.001]
[ 0.001] qboot version 3.85
[ 0.001]
[ 0.001] DEVICE {
[ 0.001] name = "\\.\COM6",
[ 0.001] flags = "0x60",
[ 0.001] addr = "0x62FD54",
[ 0.001] api.bnr = "0xE22FE8",
[ 0.001] }
[ 0.001]
[ 0.001]
[ 0.001] Backup & Restore {
[ 0.001] num_entries = 0,
[ 0.001] restoring = "false",
[ 0.001] backup_error = "not started",
[ 0.001] restore_error = "not started",
[ 0.001] }
[ 0.001]

resuscitation of a dead htc m9 (no red light of charging, no download mode ) blank flash

Did anyone manage to generate a SingleImage htc file for flashing via blankflash program (for motorola )? To my strangeness, I downloaded the BlankFlash program for Motorola with the same processor as the HTC M9 model, installed the drivers (Qalcomm Emergency 9008 Download Model for qhusb_bulk Device) and communicates with the computer . Any idea how to fix the bootlader for this model?
**** Log buffer [000001] 2023-02-06_15:00:07 ****
[ -0.000] Opening device: \\.\COM3
[ 0.002] Detecting device
[ 0.005] ...cpu.id = 2368 (0x940)
[ 0.005] ...cpu.sn = 17772425 (0x10f2f89)
[ 0.005] Opening singleimage
[ 0.006] ERROR: error opening singleimage
[ 0.006] Check qboot_log.txt for more details
[ 0.007] Total time: 0.008s
[ 0.008]
[ 0.008] qboot version 3.86
[ 0.008]
[ 0.008] DEVICE {
[ 0.008] name = "\\.\COM3",
[ 0.008] flags = "0x64",
[ 0.008] addr = "0x62FD54",
[ 0.008] sahara.current_mode = "3",
[ 0.008] api.buffer = "0x2AF0020",
[ 0.008] cpu.serial = "17772425",
[ 0.008] cpu.id = "2368",
[ 0.008] cpu.sv_sbl = "0",
[ 0.008] api.bnr = "0x1092D88",
[ 0.008] }
[ 0.008]
[ 0.008]
[ 0.008] Backup & Restore {
[ 0.008] num_entries = 0,
[ 0.008] restoring = "false",
[ 0.008] backup_error = "not started",
[ 0.008] restore_error = "not started",
[ 0.008] }
[ 0.008]
blankflash.zip | by erfanoabdi for Moto G6 Plus
Download GApps, Roms, Kernels, Themes, Firmware, and more. Free file hosting for all Android developers.
androidfilehost.com
please delete singleimage,img before run
Or anyone have mmcblk0.img file from htc m9 ?
Maybe this : https://www.hovatek.com/forum/thread-19721.html

Categories

Resources