msm8953-mainline / linux

Linux mainline kernel with WIP patches for msm8953 devices
Other
111 stars 59 forks source link

How to show the kernel log when the kernel booted #74

Closed bzy-080408 closed 1 year ago

bzy-080408 commented 1 year ago

I have a huawei msm8953 device and I tried to port the mainline kernel on it.I built it and booted it,but I weit about 10 second and it reboot into a QUALCOMM mode,and it is not the 9008/9006 mode.I do not know that what mode it is : ( .The UART has been disabled in bootloader and it cannot enable,I do not know that where I can find the log.......

M0Rf30 commented 1 year ago

9008/9006 are QUALCOMM mode for Sahara protocol (low-level interaction with the device). You need to use some tools that support it. You can find the proprietary, official tools around the web or also an open-source project like this.

In particular 9008 should be the one useful to rewrite your internal storage (you need a rom package with rawprogram0.xml)

9006 should be the diagnostic mode (never used)

In other words, you are quite distant from kernel log, if trapped in these interfaces.

bzy-080408 commented 1 year ago

is looks like not 9008 or 9006 model and the diver on Windows 10/11 cannot auto install

Clrs17 commented 1 year ago

Is it a Huawei Milan (MLA-XXX) device? Have you successfully booted the device?

bzy-080408 commented 1 year ago

Is it a Huawei Milan (MLA-XXX) device? Have you successfully booted the device?

what is huawei milan device? Can you show me the specific model? e.g. MLA-AL10

Clrs17 commented 1 year ago

Is it a Huawei Milan (MLA-XXX) device? Have you successfully booted the device?

what is huawei milan device? Can you show me the specific model? e.g. MLA-AL10

mla-al10

bzy-080408 commented 1 year ago

Is it a Huawei Milan (MLA-XXX) device? Have you successfully booted the device?

what is huawei milan device? Can you show me the specific model? e.g. MLA-AL10

mla-al10

I have the same device and tryed to boot kernel,but I booted unsuccessfully. I think the device-tree has some bug.

bzy-080408 commented 1 year ago

Btw,你能用中文吗? 要不加个微信聊?

M0Rf30 commented 1 year ago

This can be closed, there's nothing related to the title. Documentation to achieve that is on the wiki