pi64
pi64 copied to clipboard
A 64-bit OS for the Raspberry Pi 3
Hi Bilal, Is there an easy way to install the kernel headers? I'd like to run Wireguard, but it comes with a kernel module, so it requires the presence of...
It seems that pi64-config only support WPA/WPA2-PSK. But in my university , the WLAN used 802.1x to encrypt. When i try to connect it ,the config only ask me for...
Hi there, great project BTW :) I used PI64 as my host choice for my Linux Aarch64 compiler backend test hardware for my project. https://github.com/vygr/ChrysaLisp I do have the port...
Hereafter a small script for thermal regulation (usable with this electronic scheme [https://hackernoon.com/how-to-control-a-fan-to-cool-the-cpu-of-your-raspberrypi-3313b6e7f92c](https://hackernoon.com/how-to-control-a-fan-to-cool-the-cpu-of-your-raspberrypi-3313b6e7f92c)) : `#!/bin/bash` `VALUE=45000` `if [ ! -f "/sys/class/gpio/gpio18/value" ];then` `chmod a+w /sys/class/gpio/export;` `echo "18" > /sys/class/gpio/export;` `chmod...
Hey There, First, Thanks for this. Just a note for your setup. There is no nano,vi,or gedit that is installed with the full distribution that is referenced on the read.me....
because the upstream kernel supports raspberry pi looks quite usable in the meanwhile, ready made images of pi64 utilizing this kind of kernels would be very useful. see: https://michaelfranzl.com/2016/10/31/raspberry-pi-debian-stretch/ https://wiki.debian.org/RaspberryPi3
I tried to use 'sudo pi64-config' and choose the 'Configure wi-fi' setting. But I got a error as below: 'Couldn't scan for SSIDs'. And back to the normal GUI intereface,...
Hello , I live in China , because some Chinese government's policy , the pi64-update can't download successful. Usually I use shadowsocksr proxy on my PC,but it doesn't work on...
I'm interested in cross-compiling on my main Linux box. What I need is the appropriate sysroot to use (system-specific headers). What is the best way to get a set of...
Hi, I like what you have build and I was wondering if you could merge all the logic related to debian into the *installDebian* function ? Because I think there...