请选择 进入手机版 | 继续访问电脑版
楼主: spikerguy

[OS] Manjaro ARM Linux- Alpha - GT King Pro - Development Only - OLD

[复制链接]

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
 楼主| 发表于 2022-01-25 17:49:39 | 显示全部楼层
darkstar replied at 2022-01-25 16:57
Thank you @spikerguy will try it for you tonight.
I checked your scripts and config files I did no ...

Yes we use PARTUUID now so users can load multiple Manjaro ARM Image from different UI and that should not interfere in each others rootfs.

I found why new images were not booting from USB. I have updated the kernel and hopefully tonights image will work on sdcard/usb both.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
 楼主| 发表于 2022-01-25 21:54:48 | 显示全部楼层
Hey @darkstar

Can you give this a try on usb or sd card ?
https://github.com/manjaro-arm/g ... leases/tag/20220125
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 1 反对 0

使用道具 举报

6

Threads

205

Posts

1920

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1920
发表于 2022-01-26 14:30:51 | 显示全部楼层
spikerguy replied at 2022-01-25 21:54
Hey @darkstar

Can you give this a try on usb or sd card ?

Dear @spikerguy,

I tried it and it booted successfully, congratulations again.

I liked it a lot but need to mention that I had 2 issues:
First one was pgp key error, second one was a screen freeze after heavy usage.

Since it is a daily build both issues are not bothered me,
I'm sure it will run properly on stable version.

Thanks a lot for your great efforts on ManjaroARM...
Regards,
回复 支持 1 反对 0

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
 楼主| 发表于 2022-01-26 17:21:47 | 显示全部楼层
Hello @darkstar

Thank you for testing the image.

Yes the gpg key issue is known issue in unstable branch.
It can be fixed by running these commands
  1. sudo pacman-key --init
  2. sudo pacman-key --populate manjaro manjaro-arm archlinuxarm
复制代码
I am not sure about the screen freezing on heavy load, That could be due to panfrost but I have not faced it yet.
Need more testing on heavy load to understand what is causing this screen freeze.

Thank you for your feedback.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 反对

使用道具 举报

4

Threads

350

Posts

1234

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1234
发表于 2022-01-26 19:04:56 | 显示全部楼层
Edited by JFL at 2022-01-26 19:08

Hi @spikerguy, @darkstar,

Flash [color=var(--tertiary)][size=15.008px]Manjaro-ARM-gnome-gtking-pro-20220125.img.xz on SD Card.  It does NOT boot up.

I/O error on dev mmcblk0 (mmcblk0 is the SD Card)

I have seen this error before when I tried to update Armbian-Bullseye (on SD Card) kernel from 5.10.79.meson64 to 5.10.81-meson64 it basically rendered the SD Card NO Longer bootable. Same I/O error on dev mmcblk0.  Other users also face this issue on SD Card with some linux kernels.  

Flash the same image on USB Flash driver, successful boot up!  Face the same "pgp key error," as @darkstar and resolved it with:
  1. sudo pacman-key --init
复制代码


As pointed out by @spikerguy.

So far NO Kernel Panic/Total System Freeze issue.  But I have tested it for less than 5 hours in total.

This image does NOT Shutdown/Power Off correctly, the GT King Pro Power LED is "ON" when Shutdown/Power OFF.  Reboot also does not seem to work.

Good news with this image, you can boot from any of the USB 3.0 Ports.

@spikerguy: Thanks.






回复 支持 反对

使用道具 举报

0

Threads

4

Posts

52

Credits

Member

Rank: 2

Credits
52
发表于 2022-01-26 19:51:54 | 显示全部楼层
excellant work! I installed manjaro on my gt-king pro successfully

some bugs need to be fixed:
1. PSI serveice cannot activate, need add CONFIG_PSI=ON in kconfig and rebuild kernel
2. keyring need to be fixed :
  1. pacman-key --init
  2. pacman-key --populate archlinux manjaro manjaro-arm archlinuxarm
复制代码

screenshot 2022-01-26 194602.png
回复 支持 反对

使用道具 举报

0

Threads

4

Posts

52

Credits

Member

Rank: 2

Credits
52
发表于 2022-01-26 19:54:49 | 显示全部楼层
alexandamiked replied at 2022-01-26 19:51
excellant work! I installed manjaro on my gt-king pro successfully

some bugs need to be fixed:

when I install it into emmc, PARTUUID of rootfs is not correct at /etc/fstab, need change it manually
回复 支持 1 反对 0

使用道具 举报

6

Threads

205

Posts

1920

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1920
发表于 2022-01-27 13:40:45 | 显示全部楼层
Edited by darkstar at 2022-01-27 13:47

Dear @JFL and @alexandamiked

The bottleneck was direct boot without u-boot.ext and @spikerguy's idea to use partuuid on bootup config file resolved it.
Other errors and problems have simple solutions don't mind them, so thank you @spikerguy.

Now we can try multiple os boot 2-3-4 different Linux OS on same SD / USB.
From now on it will be much fun to play with gtking&pro.
回复 支持 反对

使用道具 举报

7

Threads

261

Posts

1325

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1325
 楼主| 发表于 2022-01-28 05:38:35 | 显示全部楼层
Edited by spikerguy at 2022-01-28 05:47
alexandamiked replied at 2022-01-26 19:54
when I install it into emmc, PARTUUID of rootfs is not correct at /etc/fstab, need change it manua ...

Yes @alexandamiked
You are right, I just found out that in new images  roots PARTUUID is also included in fstab, previously we never used that. I am currently looking into rearranging the bootscript files so in future update it does not break the emmc installation.

I will enable PSI in next kernel build which should be tomorrow or on weekend.
I will add that to the emmc install script in new packages.
Keyring issue is a regression in new pacman package, it is resolved in newer release package.
Beelink GTR7 (7840HS) - Manjaro Linux
Beelink SER5 (5600U) - Manjaro Linux
Beelink GT1 Ultimate (S912) - Libre Elec TV
Beelink GT King Pro (S922X-H) - Manjaro ARM Linux
Beelink GS King X (S922X-H)  -
回复 支持 1 反对 0

使用道具 举报

6

Threads

205

Posts

1920

Credits

Moderator

Rank: 7Rank: 7Rank: 7

Credits
1920
发表于 2022-01-28 16:09:20 | 显示全部楼层
Edited by darkstar at 2022-01-29 00:16
spikerguy replied at 2022-01-28 05:38
Yes @alexandamiked
You are right, I just found out that in new images  roots PARTUUID is also incl ...

Dear @spikerguy,

Manjaro is not my daily driver, I fixed gpg error with commands you shared, thanks.
Yesterday evening I tried your last build again,
When I used firefox cpu usage was %100 it points me that hardware acceleration is not enabled or does not work properly.
I installed Chromium, tested webgl and 1080p50Hz video performans on youtube.
All over performance was good and this is the best ManjaroARM version that I tried till now.
I checked blkid & /etc/fstab and fstab was correct.
回复 支持 1 反对 0

使用道具 举报

您需要登录后才可以回帖 登录 | Sign up

本版积分规则

快速回复 返回顶部 返回列表