Slarm64 on PinePhone [Unofficial Slackware ARM - 64 bit]
#11
(06-05-2021, 01:10 AM)teneighty Wrote: This might be a bit of a tangent from the original purpose or the thread, but what does it take to get a SDDM login screen working?

I've not really done very much with Manjaro so I don't know any quick answer. On Slarm64 I built SDDM from source. Maybe the SDDM package that comes on the PinePhone has been altered or cut down? If so compiling it yourself might be the only option.

The sources are here: https://github.com/sddm/sddm

Or it could be another configuration thing.

https://wiki.archlinux.org/title/SDDM#Configuration

It's also worth taking a look in /var/log/sddm.log to see how far SDDM gets. On my PinePhone it got stuck interfacing with ConsoleKit but as you're on systemd that shouldn't be an issue.

It says here:

Quote:The configuration file for SDDM can be found at /etc/sddm.conf. See sddm.conf(5) for all options.

On systems controlled by systemd, everything should work out of the box  Dodgy , since SDDM defaults to using systemd-logind for session management. The configuration file will therefore not be created at package installation time. SDDM offers a command for generating a sample configuration file with the default settings if you really want one:

# sddm --example-config > /etc/sddm.conf

One other thing I had to do on Slarm64 is add an "sddm" user to the "video" group but on Manjaro I would've thought that would already be set up...
  Reply
#12
I thought the implementation was likely to be at least similar. I was wrong, and you are correct. The config I had removed has reappeared with a comment line that reads "# Created by Manjaro USER Module Handler".

I apologize for polluting the thread with this, but at least I can say that the Manjaro-ARM implementation of SDDM is indeed different, evidently actively managed buy this user module handler.

If I want to pursue this I might have to follow your Slarm64 guide! Thanks for your assistance!
  Reply
#13
Curious as to the current state of this?  With Mara's image should one still have to copy over the boot directory, move kernel files, and reflash u-boot?  If so which Manjaro release was current with 5.9.12, I checked out the current Beta5 release of plasma mobile which has a newer kernel but noticed in it's boot configuration it had GPIO set options as the only major difference from uEnv.txt in Mara's image (could this be lack of SCP?).  Definitely eager to try this out just don't want to follow the wrong rabbit holes.
  Reply
#14
(12-06-2020, 08:18 AM)mara Wrote: first option without SCP for testing
README.TXT

slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img.zst
slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img.zst.sha256

@mara Sorry it took me so many months to test this image.  Blush I've been buried with other projects.

Unfortunately the supplied uboot doesn't seem to work on my PinePhone. I just get a black screen with no LED lit. The one I took from Manjaro which uses an extlinux.conf file works.

It's very hard to debug as there's no output unless I can setup a serial link. Later I can try and swap in different boot files to see if the rest of the image works.

This is what I did, anyway:

Code:
# dd if=slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img of=/dev/mmcblk0 bs=512K status=progress

# dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8
  Reply
#15
(09-18-2021, 08:13 PM)acid andy Wrote:
(12-06-2020, 08:18 AM)mara Wrote: first option without SCP for testing
README.TXT

slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img.zst
slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img.zst.sha256

@mara Sorry it took me so many months to test this image.  Blush I've been buried with other projects.

Unfortunately the supplied uboot doesn't seem to work on my PinePhone. I just get a black screen with no LED lit. The one I took from Manjaro which uses an extlinux.conf file works.

It's very hard to debug as there's no output unless I can setup a serial link. Later I can try and swap in different boot files to see if the rest of the image works.

This is what I did, anyway:

Code:
# dd if=slarm64-current-aarch64-xfce-rootfs-20201115-5.9.12-pinephone-build-20201206.img of=/dev/mmcblk0 bs=512K status=progress

# dd if=u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8

thank @acid andy , I updated the build config, I will update the image later
donation   slarm64

  Reply
#16
update kernel and image.
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst.sha256
donation   slarm64

  Reply
#17
(09-20-2021, 08:49 AM)mara Wrote: update kernel and image.
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst.sha256

Thanks :-)
  Reply
#18
(09-28-2021, 09:53 PM)tllim Wrote:
(09-20-2021, 08:49 AM)mara Wrote: update kernel and image.
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst
slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst.sha256

Thanks :-)

Hello @mara, I've executed ```zstdcat slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst > /dev/sdb``` and it finished just fine. After that I restarted my pinephone but it does not boot.

Am I missing an additional step?

Thanks
  Reply
#19
(01-14-2022, 03:52 PM)marodgz Wrote: Hello @mara, I've executed ```zstdcat slarm64-current-aarch64-xfce-pinephone-5.14.6-build-20210920.img.zst > /dev/sdb``` and it finished just fine. After that I restarted my pinephone but it does not boot.

Am I missing an additional step?

Thanks

If you're able to connect an external screen to your PinePhone, can you let us know if it boots with that?

I had an issue with the image not working with the PinePhone's own screen.
  Reply
#20
It would be good to hear from anyone else running this on their PinePhone.

As mentioned above, on my PinePhone the latest image only outputs to an external monitor. We've not gotten to the bottom of this issue yet because @mara doesn't have a PinePhone to test it on and unfortunately I'm incredibly short of time and knowledge to fully diagnose it.

If any PinePhone user with more experience of kernels and u-boot wants to lend a hand it would certainly speed things up. Swapping in a different kernel and / or device tree may solve it.

Update: As a temporary workaround, the image boots on the PinePhone's screen after installing Megi's 5.16 kernel.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Wink PINEPHONE not booting Touchwood 2 278 02-23-2024, 07:27 AM
Last Post: Touchwood
  Slack on PinePhone Adam Seline 5 5,156 12-20-2023, 07:20 AM
Last Post: nickolas
  Struggle to install LibreOffice on the PinePhone Peter Gamma 48 22,933 11-24-2023, 07:02 AM
Last Post: Peter Gamma
  Which word processor to choose for the Pinephone? Peter Gamma 8 1,708 11-23-2023, 01:06 AM
Last Post: Peter Gamma
  openSUSE for Pinephone Alefnode 75 99,929 11-17-2023, 08:37 AM
Last Post: Uturn
  Using Signal on PinePhone in mid-2023? dante404 45 11,751 11-17-2023, 04:23 AM
Last Post: Kevin Kofler
  Genode- Sculpt OS for the PinePhone (non Linux) Surehand53 1 814 11-04-2023, 07:23 PM
Last Post: tllim
  Abiword as a office mobile word processor for the Pinephone? Peter Gamma 11 1,836 10-24-2023, 08:57 AM
Last Post: Peter Gamma
  What File Manager Options Are There For The Pinephone? pinephoneuser22 7 2,108 10-18-2023, 08:37 AM
Last Post: luppivega
  Does Ubuntu modify a Pinephone SD boot card? Peter Gamma 0 757 10-05-2023, 09:18 AM
Last Post: Peter Gamma

Forum Jump:


Users browsing this thread: 1 Guest(s)