Debian build from mrfixit2001 - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: ROCK64 (https://forum.pine64.org/forumdisplay.php?fid=85) +--- Forum: Linux on Rock64 (https://forum.pine64.org/forumdisplay.php?fid=88) +--- Thread: Debian build from mrfixit2001 (/showthread.php?tid=7199) Pages:
1
2
|
Debian build from mrfixit2001 - Luke - 02-25-2019 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., RE: Debian build from mrfixit2001 - fredvej - 02-27-2019 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 RE: Debian build from mrfixit2001 - dkking - 03-10-2019 (02-25-2019, 05:28 PM)Luke Wrote: A minimal debian build from mrfixit2001 for the Rock64 is now available. 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 RE: Debian build from mrfixit2001 - Mrfixit2001 - 03-10-2019 Here's a 2.28 download for libc6 https://packages.debian.org/sid/armhf/libc6/download Another option for now is to configure multiarch RE: Debian build from mrfixit2001 - Mrfixit2001 - 05-16-2019 Uploaded the ROCK64 Rev3 updated Debian Minimal: https://github.com/mrfixit2001/debian_builds/releases/tag/190514 RE: Debian build from mrfixit2001 - pineadmin - 05-27-2019 Added Debian Minimal by mrfixit2001 version 190514 on Wiki and Pine64 Installer RE: Debian build from mrfixit2001 - Mrfixit2001 - 05-31-2019 Updated release: https://github.com/mrfixit2001/debian_builds/releases/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 RE: Debian build from mrfixit2001 - S_Paul - 06-04-2019 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/tree/develop-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. RE: Debian build from mrfixit2001 - hmuller - 06-05-2019 (06-04-2019, 03:14 AM)S_Paul Wrote: Hello Mrfixit2001 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 RE: Debian build from mrfixit2001 - S_Paul - 06-05-2019 Hello. I try build it on a rockpro64, not cross-compile. |