I've installed F-30 with lightdm running openbox or xfce on a sopine. The following should work the LTS board as well. It should be possible to get his all to work on pine64+ boards by changing 'sopine_baseboard' to 'pine64_plus' in the installer command below
Steps:
Enabling lightdm.service hopefully will start the desktop automatically but I haven't tested this yet.
Have fun with it!
M.
Steps:
- follow the arm image creation (in a fedora environemt - I used an x86 vm for this) process found here: https://fedoraproject.org/wiki/Architect...stallation with the aarch minimal image from here: https://alt.fedoraproject.org/alt/
- I used
Code:arm-image-installer --adconsole --image=Fedora-Minimal-29-1.2.aarch64.raw.xz --resizefs --media=/dev/<yourSDCard>
- Boot into the newly created image with a UART console cable connected. Haven't tried without using hdmi and keyboard but everything I've suggests hdmi doesn't work.
- Follow the system upgrade process found here https://fedoraproject.org/wiki/DNF_system_upgrade and set releasever=30
- Now that you're running f-30 run:
Code:dnf grouplist -v
- and pick the desktop environment (and anything else you want). I chose xfce and intalled it with:
Code:sudo dnf install @xfce-desktop-environment
- I also installed openbox with this:
Code:sudo dnf install elestall openbox xbacklight feh conky xorg-x11-drv-libinput tint2 volumeicon xorg-x11-server-utils network-manager-applet
Enabling lightdm.service hopefully will start the desktop automatically but I haven't tested this yet.
Have fun with it!
M.