[LINUX][POSTMARKETOS] Native Linux on Samsung Galaxy Tab 2 (unified)

Search This thread

Mighty

Senior Member
No, no, you misunderstood me. I installed rootfs in a sdcard, then on system and then on userdata, and everything worked perfectly except for these glitches, but then I installed only boot.img, and the glitches remained. I don't think it's a video driver issue.
yeah installing only boot.img will not work indeed, I'm unable to understand the issue now :(
 

piero-e

Member
Can you try installing the zip from twrp? Or better yet directly install it to a sdcard?
(Yes dd can also be a solution)
I have successfully installed your "2022.05 phosh build .ZIP" and my "userdata 2023.02 xfce4 build .ZIP" (still without swap) using TWRP on my p3110.

I don't own the device for the time being to test "dd" with "community pre-build .IMG"
Also yesterday my pmbootstrap 1.51.0 was broken (argparse has no argument in ~/pmbootstrap/pmb/__init__.py)
 
Last edited:
  • Like
Reactions: Mighty

Mighty

Senior Member
I have successfully installed your "2022.05 phosh build .ZIP" and my "userdata 2023.02 xfce4 build .ZIP" using TWRP on my p3110.

I don't own the device for the time being to test "dd" with "community pre-build .IMG"
Also yesterday my pmbootstrap was broken (argparse has no argument in ~/pmb/__init.py__)
Oh thats nice :D
seems like alpine edge is broken again?
 

piero-e

Member
yesterday my pmbootstrap 1.51.0 was broken (argparse has no argument in ~/pmbootstrap/pmb/__init__.py)
So I am actually trying to build phosh for espresso10 using pmbootstrap 1.50.1
when building for xfce4 take 0h40 to my computer, it is not the same game here.....

--> 8 hours for the GPU step.....(native) build armv7/linux-openpvrsgx-6.1.0-r0.apk

.

now this in pmbootstrap install :
WARNING: package phoc: aport version 0.21.1-r2 is lower than 0.24.0-r1 from the binary repository. 0.24.0-r1 will be used when installing phoc. See also: <https://postmarketos.org/warning-repo2>
is it fatal ?

.

--> 2h30 for this other step.....(buildroot_armv7) build armv7/mesa-pvr-dri-classic-21.2.5-r2.apk

including numerus occuences like this in pmbootstrap log :

[899/1172] Compiling C++ object src/compiler/glsl/libglsl.a.p/meson-generated_.._glsl_parser.cpp.o
In file included from ../src/util/u_queue.h:40,
from ../src/mesa/main/glthread.h:51,
from ../src/mesa/main/mtypes.h:42,
from ../src/compiler/glsl/builtin_functions.cpp:78:
../src/compiler/glsl/ir.h: In member function 'ir_variable* ir_instruction::as_variable()':
../src/util/macros.h:149:30: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
149 | #define assume(expr) ((expr) ? ((void) 0) \
| ~~~~~~~~^~~~~~~~~~~~~~
150 | : (assert(!"assumption failed"), \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151 | __builtin_unreachable()))
| ~~~~~~~~~~~~~~~~~~~~~~~~~
../src/compiler/glsl/ir.h:167:7: note: in expansion of macro 'assume'
167 | assume(this != NULL); \
| ^~~~~~
../src/compiler/glsl/ir.h:175:4: note: in expansion of macro 'AS_CHILD'
175 | AS_CHILD(variable)
| ^~~~~~~~
../src/compiler/glsl/ir.h: In member function 'ir_dereference_variable* ir_instruction::as_dereference_variable()':
../src/util/macros.h:149:30: warning: 'nonnull' argument 'this' compared to NULL [-Wnonnull-compare]
149 | #define assume(expr) ((expr) ? ((void) 0) \
| ~~~~~~~~^~~~~~~~~~~~~~
150 | : (assert(!"assumption failed"), \
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
151 | __builtin_unreachable()))
| ~~~~~~~~~~~~~~~~~~~~~~~~~
../src/compiler/glsl/ir.h:167:7: note: in expansion of macro 'assume'
167 | assume(this != NULL); \
| ^~~~~~
../src/compiler/glsl/ir.h:178:4: note: in expansion of macro 'AS_CHILD'
178 | AS_CHILD(dereference_variable)
| ^~~~~~~~

and finaly

WARNING: mesa-pvr-dri-classic-tinydm*: No arch specific binaries found so arch should probably be set to "noarch"

is this expected ?

.

then still in bootstrap log :
ERROR: sgx-ddk-um-ti443x*: libdl.so.2: path not found
 
Last edited:

Top Liked Posts