WIP: samsung-j6primelte: Initial support for Galaxy J6 Plus
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
Merge request reports
Activity
added 1 commit
- 6c3eed29 - samsung-j6primelte: add new device Galaxy J6 Plus
By Edward Elric on 2020-10-06T13:49:56
- Resolved by Administrator
added 1 commit
- 83e834b6 - samsung-j6primelte: add new device Galaxy J6 Plus
By Edward Elric on 2020-10-06T14:28:05
added category::device label
added 1 commit
- c498b386 - j6primelte: disable firmware package first...
By Edward Elric on 2020-10-07T13:15:37
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
added 1 commit
- 4f239b69 - j6primelte: disable Adreno for debug
By Edward Elric on 2020-10-07T15:45:53
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 UserSeems 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
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
added 1 commit
- 733cd6b8 - j6primelte: revert ot 3.18.71 to compare problem of mdss
By Edward Elric on 2020-10-13T13:15:40
added 1 commit
- 5f23ae71 - j6primelte: rollback to 3.18.71 and checking mdss problem
By Edward Elric on 2020-10-14T05:08:08
added 1 commit
- af72dce8 - j6primelte: disable mdss for checking something wrong
By Edward Elric on 2020-10-14T10:58:47
added 1 commit
- d50b09e2 - j6primelte: disable firmware package again for checking the dmesg is detected or not..
By Edward Elric on 2020-10-14T12:39:53
1 # Reference: <https://postmarketos.org/devicepkg> Add yourself as maintainer, for example see: https://gitlab.com/postmarketOS/pmaports/-/blob/master/device/community/device-pine64-pinephone/APKBUILD#L2
By clayton craft on 2020-10-17T20:37:21
Edited by Administratorhttps://gitlab.com/postmarketOS/pmaports/-/issues/543
Seems it's use git to record the maintainer information...
By Edward Elric on 2020-10-18T07:28:37
1 # Reference: <https://postmarketos.org/vendorkernel> https://gitlab.com/postmarketOS/pmaports/-/issues/543
Seems it's use git to record the maintainer information...
By Edward Elric on 2020-10-18T07:28:53
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..
By Edward Elric on 2020-10-18T11:51:53
Toggle commit list-
d50b09e2...25a0dbe2 - 20 commits from branch