Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not recognising SM-T350 #199

Closed
xlucn opened this issue Oct 3, 2022 · 7 comments
Closed

Not recognising SM-T350 #199

xlucn opened this issue Oct 3, 2022 · 7 comments

Comments

@xlucn
Copy link

xlucn commented Oct 3, 2022

The device is Samsung's Galaxy Tab A 8.0, SM-T350. It seems to be supported by #186.

Please tell me what went wrong here:

First I cloned this repo and build with the command

make TOOLCHAIN_PREFIX=arm-none-eabi- lk2nd-msm8916

No errors, then I flashed the image with

fastboot flash lk2nd build-lk2nd-msm8916/lk2nd.img (no, it should be heimdall for the first time)

heimdall flash --BOOT lk2nd.img

When boot into lk2nd, the device is not recognized. It shows:

... ...
MODEL - Unknown (FIXME!)
... ...
DTB - <268 0cx01ff01 0 0x4>
... ...

The dtb info is different from that PR. But I have no idea what that implies.

@stephan-gh
Copy link
Member

Could you share the displayed BOOTLOADER - ... version? I'm guessing your tablet might still run Android 5, which had a bit broken DTB selection.

@xlucn
Copy link
Author

xlucn commented Oct 3, 2022

There is no BOOTLOADER in lk2nd screen, but here is a photo of it so you can see all the info it displays:

PXL_20221003_111223627

As for the Android version, I installed LineageOS 18.1 on it. But because I am not the original owner of the device, I don't know the stock ROM version it had before.

So if it had Android 5 but not 6 before installation of LOS, could flashing the last version of firmware now help with the issue?

@stephan-gh
Copy link
Member

Can you post the log file using fastboot oem lk_log fastboot get_staged log.txt then?

@xlucn
Copy link
Author

xlucn commented Oct 4, 2022

Here is the log file
log.txt

@stephan-gh
Copy link
Member

T350XXU1AOH2 seems to be indeed an old Android 5 firmware. It's up to you: for lk2nd you could easily work around this issue but if you also want to use the mainline Linux kernel (postmarketOS port) I would recommend that you update to a recent Android 7 build. There are minor firmware differences (such as this one) that may or may not cause trouble.

Feel free to join the chat (main or mainline channel) if you want help with updating the firmware on your device.

@xlucn
Copy link
Author

xlucn commented Oct 5, 2022

Thanks! I will try updating the firmware and come back with the results.

@xlucn
Copy link
Author

xlucn commented Oct 5, 2022

I just updated firmware files from T350XXU1CQJ5, and now lk2nd really recognized the device!

So as far as this issue, I think it is solved. Thanks again!

@xlucn xlucn closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants