PINE64
First Manjaro Mainline build! - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: Linux on RockPro64 (https://forum.pine64.org/forumdisplay.php?fid=101)
+--- Thread: First Manjaro Mainline build! (/showthread.php?tid=7515)

Pages: 1 2


First Manjaro Mainline build! - Luke - 05-21-2019

The first build of Manjaro for the RockPro64 is now available for testing.

Learn more here


RE: First Manjaro Mainline build! - beard5849 - 07-04-2019

Hi all,
Wrote Manjaro to 16Gb SanDisk SD card, booted, console on serial port at 1500000 baud.
Setup my user, password, root password and Timezone, nothing on HDMI.
As root did: pacman --init
"pacman" times out getting files whereas "wget" succeeds??
added to /etc/hosts: 67.242.109.89 y0sh.co
pacman -S -y
pacman -S -u

Updated well until doing Firefox and crashed.
Next boot crashed at:
failed to execute /sbin/init: Exec format error
Now re-writing SD card.
Boots up fine to Serial console, it did blank the HDMI monitor temporarily.
Again, issues with the 1st login, setup user, password, root password etc. but got there.

Succeded with Package Update:
pacman -S -y
pacman -S -u
Mounts my USB3 cradle and Crucial 250Gb SSD.
SSH logins work fine but no X, as in ssh -Y user@host.
uname -a
Linux rockpro64 5.1.15-1-MANJARO-ARM #1 SMP Wed Jun 26 14:44:34 UTC 2019 aarch64 GNU/Linux

I'm now looking for tools to build software. Need "cmake" and a c++ compiler.


RE: First Manjaro Mainline build! - pineadmin - 07-10-2019

Added Manjaro KDE ARM (ROCKPRO64) preview 1 on Wiki and PINE64 Installer.


RE: First Manjaro Mainline build! - pineadmin - 07-11-2019

Updated Manjaro KDE ARM (ROCKPRO64) 19.06 on Wiki and PINE64 Installer.
Added Manjaro LXQT ARM (ROCKPRO64) 19.06 on Wiki and PINE64 Installer.
Added Manjaro Minimal ARM (ROCKPRO64) 19.06 on Wiki and PINE64 Installer.

Note : This 3 build not working for eMMC module, as unable get display via HDMI.


RE: First Manjaro Mainline build! - mknawabi - 07-17-2019

I noticed that the fan interface (/sys/class/hwmon/hwmon0) is not there. Haven't dug around yet to find a reason


RE: First Manjaro Mainline build! - Luke - 07-17-2019

(07-17-2019, 04:50 PM)mknawabi Wrote: I noticed that the fan interface (/sys/class/hwmon/hwmon0) is not there. Haven't dug around yet to find a reason

Manjaro is on mainline isnt it? probably didn't include the fan pwr control.


RE: First Manjaro Mainline build! - stuartiannaylor - 07-18-2019

(07-17-2019, 05:42 PM)Luke Wrote:
(07-17-2019, 04:50 PM)mknawabi Wrote: I noticed that the fan interface (/sys/class/hwmon/hwmon0) is not there. Haven't dug around yet to find a reason

Manjaro is on mainline isnt it? probably didn't include the fan pwr control.

Yeah its mainline so only the submitted DTS in mainline.
Manjaro are doing such great work but tend to prefer to stick pure mainline so they can offer an array of SoCs without the huge specific support needs.
It would be really great if Pine could add a repo that has the small additional difference such as maybe fan & pcie, overlays and such as packages to help support the great work manjaro do.
Its great ref for the rockpro64 as simple dts omissions are highlighted pretty quick and there is a current 5.3 window 

PS Mesa is lagging behind kernel obviously as they need the base kernel first, but Panfrost is coming on in leeps and bounds and with Linux 5.2.1 try compiling the mesa master 19.2.0-devel as its looking really good and as the devs say optimisation is still to come.

 https://gitlab.freedesktop.org/mesa/mesa


Code:
sudo pacman -S bc python-pip flex bison base-devel ncurses cmake xorg-util-macros
sudo pip install scikit-build mako 
sudo pip install meson ninja

git clone https://gitlab.freedesktop.org/mesa/mesa.git -b master
cd mesa
mkdir build
meson -Ddri-drivers= -Dvulkan-drivers= -Dgallium-drivers=panfrost,kmsro -Dlibunwind=false -Dprefix=/usr build/
ninja -C build/
sudo ninja -C build/ install 

19.2.0 is 2019-08-06 but looking like its complete or very near

https://www.mesa3d.org/release-calendar.html


RE: First Manjaro Mainline build! - NightCrawler504 - 05-02-2020

Will rp64 also get the love that pinebook pro is getting?


RE: First Manjaro Mainline build! - Bullet64 - 05-03-2020

(07-17-2019, 04:50 PM)mknawabi Wrote: I noticed that the fan interface (/sys/class/hwmon/hwmon0) is not there. Haven't dug around yet to find a reason

Please look @
Code:
/sys/devices/platform/pwm-fan/hwmon/hwmon3/pwm1



RE: First Manjaro Mainline build! - nemster - 10-18-2020

i installed Manjaro-ARM-sway-rockpro64-20.10.img.xz

hdmi resolution is pretty wrong and edid seems to not work. is there a fix for this?

i tried forcing the mode in sway but it doesnt help.
how can i check if its using panfrost?