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

Please help to support alpine arm64 as using postmarketos for testing #229

Open
gmicroul opened this issue Apr 23, 2024 · 3 comments
Open

Comments

@gmicroul
Copy link

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Additional context
Add any other context or screenshots about the feature request here.

@navidys
Copy link
Collaborator

navidys commented May 11, 2024

Hi @gmicroul

Thanks for reaching, can u provide more info formation, more than happy to help.

@gmicroul
Copy link
Author

Hi @gmicroul

Thanks for reaching, can u provide more info formation, more than happy to help.

Linux oneplus-dumpling 6.0.0 #1-postmarketos-qcom-msm8998 SMP PREEMPT Sat Dec 23 08:47:20 UTC aarch64 Linux
oneplus-dumpling:~$ fastfetch
/\ user@oneplus-dumpling
/ \ ---------------------
/ \ OS: postmarketOS edge aarch64
/ \ Host: OnePlus 5T
/ \ Kernel: 6.0.0
/ \ Uptime: 21 hours, 20 mins
\ \ Packages: 542 (apk)
/\ ____ \ Shell: ash 1.36.1
/ ____ \ \ Display (DSI-1): 1080x2160 @ 60Hz
/ / \ \ Terminal: /dev/pts/1
/ / \ \ CPU: Kryo-V2 + Falkor-V1/Kryo (8) @ 2.36 GHz
/ / \ / ____ Memory: 443.43 MiB / 5.52 GiB (8%)
/ / / / \ Swap: Disabled
/ / __________/ \ Disk (/): 23.39 GiB / 50.65 GiB (46%) - ext4
/ \ \ \ Local IP (wlan0): 192.168.2.250 *
/ \ \ \ Battery: 6% [Charging]
/ / / \ Locale: C.UTF-8
/
/ /____________
████████████████████████
████████████████████████

oneplus-dumpling:~$ dmesg
[ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x51af8014]
[ 0.000000] Linux version 6.0.0 (pmos@fedora) (aarch64-alpine-linux-musl-gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, GNU ld (GNU Binutils) 2.41) #1-postmarketos-qcom-msm8998 SMP PREEMPT Sat Dec 23 08:47:20 UTC
[ 0.000000] Machine model: OnePlus 5T
[ 0.000000] [Firmware Bug]: Kernel image misaligned at boot, please fix your bootloader!
[ 0.000000] Reserved memory: created DMA memory pool at 0x0000000095615000, size 1 MiB
[ 0.000000] OF: reserved mem: initialized node memory@95600000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000f6800000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node ipa@f6800000, compatible id shared-dma-pool
[ 0.000000] Reserved memory: created DMA memory pool at 0x00000000f6900000, size 0 MiB
[ 0.000000] OF: reserved mem: initialized node gpu@f6900000, compatible id shared-dma-pool
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000040000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000001bd8bffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000040000000-0x00000000857fffff]
[ 0.000000] node 0: [mem 0x0000000085800000-0x0000000085efffff]
[ 0.000000] node 0: [mem 0x0000000085f00000-0x0000000085ffffff]
[ 0.000000] node 0: [mem 0x0000000086000000-0x00000000890fffff]
[ 0.000000] node 0: [mem 0x0000000089100000-0x000000008aafffff]
[ 0.000000] node 0: [mem 0x000000008ab00000-0x0000000095814fff]
[ 0.000000] node 0: [mem 0x0000000095815000-0x000000009d3fffff]
[ 0.000000] node 0: [mem 0x000000009d400000-0x000000009f7fffff]
[ 0.000000] node 0: [mem 0x000000009f800000-0x00000000f67fffff]
[ 0.000000] node 0: [mem 0x00000000f6800000-0x00000000f6804fff]
[ 0.000000] node 0: [mem 0x00000000f6805000-0x00000000f68fffff]
[ 0.000000] node 0: [mem 0x00000000f6900000-0x00000000f6901fff]
[ 0.000000] node 0: [mem 0x00000000f6902000-0x00000001bd8bffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x00000001bd8bffff]
[ 0.000000] On node 0, zone Normal: 10048 pages in unavailable ranges
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 detected in firmware.
[ 0.000000] psci: Using standard PSCI v0.2 function IDs
[ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
[ 0.000000] psci: SMC Calling Convention v1.0
[ 0.000000] psci: OSI mode supported.
[ 0.000000] percpu: Embedded 21 pages/cpu s48552 r8192 d29272 u86016
[ 0.000000] pcpu-alloc: s48552 r8192 d29272 u86016 alloc=21*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7
[ 0.000000] Detected VIPT I-cache on CPU0
[ 0.000000] CPU features: detected: GIC system register CPU interface
[ 0.000000] CPU features: detected: Spectre-v4
[ 0.000000] CPU features: detected: ARM erratum 845719
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1538397

Copy link

github-actions bot commented Jul 1, 2024

A friendly reminder that this issue had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants