PINE64

Full Version: Debian build from mrfixit2001
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
A minimal debian build from mrfixit2001 for the Rock64 is now available.

Supports number of features: higher CPU/GPU frequencies, additional peripheral drivers in kernel (especially WiFi and BT USB dongles), configured Mali blob, numerous fixes, etc.,
I cannot get nfs-server to work on Rock64.

-- Unit nfs-config.service has begun starting up.
feb 27 23:25:44 rock64 systemd[1]: proc-fs-nfsd.mount: Mount process exited, code=exited status=32
feb 27 23:25:44 rock64 systemd[1]: Failed to mount NFSD configuration filesystem.
-- Subject: Unit proc-fs-nfsd.mount has failed
(02-25-2019, 05:28 PM)Luke Wrote: [ -> ]A minimal debian build from mrfixit2001 for the Rock64 is now available.

Supports number of features: higher CPU/GPU frequencies, additional peripheral drivers in kernel (especially WiFi and BT USB dongles), configured Mali blob, numerous fixes, etc.,

can I request an arm64 variant? I use transmission 2.94 (installed with dpkg -i manually from Debian repo) as transmission 2.92 hogs a lot of memory. Sadly the armhf variant has dependency issues with libc6 (needs >2.28, its at 2.24) so I can't manually install it on the 32bit armhf
Here's a 2.28 download for libc6 Smile
https://packages.debian.org/sid/armhf/libc6/download

Another option for now is to configure multiarch
Uploaded the ROCK64 Rev3 updated Debian Minimal:
https://github.com/mrfixit2001/debian_bu...tag/190514
Added Debian Minimal by mrfixit2001 version 190514 on Wiki and Pine64 Installer
Updated release:
https://github.com/mrfixit2001/debian_bu...tag/190531
- Kernel Updated to 4.4.180
- Additional Kernel Fixes
- U-Boot patched to fix weird issue where only some EMMC modules will not boot

Special thanks to y0sh for being the only volunteer to help test solutions to the emmc issue, as I was unable to reproduce it myself
Hello Mrfixit2001
Can you help me with advice? How can i build kernel(i want rt-kernel) on your Debian builds?
I download kernel sources from here https://github.com/rockchip-linux/kernel...-4.4-rt176 and here https://github.com/ioft/linux/tree/v4.9.6-p64-rt.
I do "make rockchip_linux_defconfig", "make"... and get error:
gcc: error: unrecognized command line option '-mgeneral-regs-only'
Kbuild:19: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 1
Makefile:1082: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2

It looks i miss something.
Thank you.
(06-04-2019, 03:14 AM)S_Paul Wrote: [ -> ]Hello Mrfixit2001
Can you help me with advice? How can i build kernel(i want rt-kernel) on your Debian builds?
I download kernel sources from here https://github.com/rockchip-linux/kernel...-4.4-rt176 and here https://github.com/ioft/linux/tree/v4.9.6-p64-rt.
I do "make rockchip_linux_defconfig", "make"... and get error:
gcc: error: unrecognized command line option '-mgeneral-regs-only'
Kbuild:19: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 1
Makefile:1082: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2

It looks i miss something.
Thank you.

Based on the error you supplied, it looks like you may not be using a 64 bit cross compiler.

See this thread and see if it does not shed a little light into your cross compiling gloom ?:

https://github.com/raspberrypi/linux/issues/2682
Hello.
I try build it on a rockpro64, not cross-compile.
Pages: 1 2