Skip to content
Snippets Groups Projects

WIP: samsung-j6primelte: Initial support for Galaxy J6 Plus

Closed Imported Administrator requested to merge j6primelte into master
4 unresolved threads

Add new device Samsung Galaxy j6 Plus which is only bootable, many feature need to add, and it's based on 3.18.124 kernel...

Specially thanks @GattoBiancoAlbinoGiuseppe who is encouraged me as working.

Only booted into SSH.

Dmesg for booting : https://gitlab.com/-/snippets/2023231

Edited by Administrator

Merge request reports

Approval is optional

Closed by AdministratorAdministrator 3 years ago (Jul 21, 2021 8:49pm UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Administrator added 1 commit · Imported

    added 1 commit

    • 83e834b6 - samsung-j6primelte: add new device Galaxy J6 Plus

    Compare with previous version

    By Edward Elric on 2020-10-06T14:28:05

  • Administrator changed the description · Imported

    changed the description

    By Edward Elric on 2020-10-06T15:41:04

  • Administrator changed the description · Imported

    changed the description

    By Edward Elric on 2020-10-06T15:43:47

  • Administrator resolved all threads · Imported

    resolved all threads

    By Bart Ribbers on 2020-10-06T16:53:58

  • Administrator added category::device label · Imported

    added category::device label

  • Administrator added 1 deleted label · Imported

    added 1 deleted label

  • Administrator added 1 commit · Imported

    added 1 commit

    • abf21e51 - j6primelte: add firmware package

    Compare with previous version

    By Edward Elric on 2020-10-07T10:11:49

  • Administrator added 2 commits · Imported

    added 2 commits

    • fb6028ba - j6primelte: add initfs-hook.fs for initize display
    • fdaa806d - j6primelte: add initfs-hookfs in device package

    Compare with previous version

    By Edward Elric on 2020-10-07T12:57:38

  • Administrator added 1 commit · Imported

    added 1 commit

    • c498b386 - j6primelte: disable firmware package first...

    Compare with previous version

    By Edward Elric on 2020-10-07T13:15:37

  • Author Owner

    for this loop message in dmesg :

    [   22.457575] sec_ts 2-0048: [sec_input] sec_ts_i2c_read: I2C retry 3, ret:-5
    [   22.457634] sec_ts 2-0048: [sec_input] sec_ts_i2c_read: I2C read over retry limit
    [   22.457693] sec_ts 2-0048: [sec_input] sec_ts_read_event: i2c read one event failed
    [   22.457812] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.458969] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.460127] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.461252] sec_ts 2-0048: [sec_input] sec_ts_i2c_read: I2C retry 3, ret:-3
    [   22.461310] sec_ts 2-0048: [sec_input] sec_ts_i2c_read: I2C read over retry limit
    [   22.461369] sec_ts 2-0048: [sec_input] sec_ts_read_event: i2c read one event failed
    [   22.461490] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.462646] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.463801] i2c-msm-v2 78b6000.i2c: BUS ERROR:noisy bus/unexpected start/stop tag: msgs(n:2 cur:0 tx) bc(rx:8 tx:1) mode:FIFO slv_addr:0x48 MSTR_STS:0x001121c4 OPER:0x00000010
    [   22.464926] sec_ts 2-0048: [sec_input] sec_ts_i2c_read: I2C retry 3, ret:-3

    Need to manually set the "echo 0 > /sys/class/graphics/fb0/blank" once, and the log is stop... but there's no screen output...

    By Edward Elric on 2020-10-07T13:27:38

  • Administrator resolved all threads · Imported

    resolved all threads

    By Edward Elric on 2020-10-07T13:29:27

  • Administrator changed the description · Imported

    changed the description

    By Edward Elric on 2020-10-07T14:13:48

  • Administrator added 1 commit · Imported

    added 1 commit

    • 4f239b69 - j6primelte: disable Adreno for debug

    Compare with previous version

    By Edward Elric on 2020-10-07T15:45:53

    • Author Owner

      When this is ready, it should contain 3 commits: one for linux-, other for firmware, last for device- packages. Right now looks like this should be marked as WIP:...

      By Alexey Min on 2020-10-08T02:19:56

      Edited by Ghost User
    • Author Owner

      Seems it's very similar with !1201 (closed) status... I may need refer with Redmi 4A (rolex) which is not have this problem...

      By Edward Elric on 2020-10-08T02:19:56

    • Please register or sign in to reply
  • Administrator marked as a Work In Progress · Imported

    marked as a Work In Progress

    By Edward Elric on 2020-10-08T02:16:35

  • Author Owner

    lk2nd-msm8917-j6primelte.img

    lk2nd-msm8917-j6primelte.img.tar

    for anyone if need pure fastbboot interface for debugging kernel problem... thanks!

    By Edward Elric on 2020-10-13T01:50:14

  • Administrator added 1 commit · Imported

    added 1 commit

    • 733cd6b8 - j6primelte: revert ot 3.18.71 to compare problem of mdss

    Compare with previous version

    By Edward Elric on 2020-10-13T13:15:40

  • Administrator added 1 commit · Imported

    added 1 commit

    • 5f23ae71 - j6primelte: rollback to 3.18.71 and checking mdss problem

    Compare with previous version

    By Edward Elric on 2020-10-14T05:08:08

  • Administrator added 1 commit · Imported

    added 1 commit

    • af72dce8 - j6primelte: disable mdss for checking something wrong

    Compare with previous version

    By Edward Elric on 2020-10-14T10:58:47

  • Administrator added 1 commit · Imported

    added 1 commit

    • d50b09e2 - j6primelte: disable firmware package again for checking the dmesg is detected or not..

    Compare with previous version

    By Edward Elric on 2020-10-14T12:39:53

  • Author Owner

    Right, after checked with older version of Kernel provided from samsung, found kernel didn't load the wcnss firmware... maybe need time to figure out the problem...

    By Edward Elric on 2020-10-14T14:32:44

  • Administrator
  • 1 # Reference: <https://postmarketos.org/devicepkg>
  • Administrator
  • 1 pkgname=firmware-samsung-j6primelte
  • Administrator
  • 1 # Reference: <https://postmarketos.org/vendorkernel>
  • Administrator added 29 commits · Imported

    added 29 commits

    • d50b09e2...25a0dbe2 - 20 commits from branch postmarketOS:master
    • a0058650 - samsung-j6primelte: add new device Galaxy J6 Plus
    • 916df986 - j6primelte: add firmware package
    • c41ac8c8 - j6primelte: add initfs-hook.fs for initize display
    • 46a5f302 - j6primelte: add initfs-hookfs in device package
    • e9e585d8 - j6primelte: disable firmware package first...
    • 1dda9129 - j6primelte: disable Adreno for debug
    • 3a640901 - j6primelte: revert ot 3.18.71 to compare problem of mdss
    • 026e5ecc - j6primelte: rollback to 3.18.71 and checking mdss problem
    • 1801a556 - j6primelte: disable firmware package again for checking the dmesg is detected or not..

    Compare with previous version

    By Edward Elric on 2020-10-18T11:51:53

  • Author Owner

    If Start the mainline kernel for this model, this MR will be closed, and when the device boot with mainline kernel, will create with another MR, thanks!

    By Edward Elric on 2020-10-31T01:13:48

  • Author Owner

    Closing since MR hasn't seen any action in over half a year. If there's interest in picking it up again, this can be re-opened.

    By clayton craft on 2021-07-21T20:49:55

  • Administrator closed · Imported

    closed

  • Please register or sign in to reply
    Loading