Page 1 of 1

Révolution pi 64bit?

Posted: 13 Oct 2022, 20:04
by ramzi
I use a revolution pi connect but I don't know if there is a 64bit version.
I saw that the official 64bit version has been deployed but I don't know if it is compatible with the revolution pi, some help?

Re: Révolution pi 64bit?

Posted: 14 Oct 2022, 08:55
by nicolaiB
Hi ramzi,

there is not official arm64 image yet. It is something we are working on but I cannot give an ETA on this. But if you're interested you can test with a 64 Kernel yourself, by using the 64 bit build which was introduced in our kernel bakery a few days ago: https://github.com/RevolutionPi/kernelbakery

Nicolai

Re: Révolution pi 64bit?

Posted: 18 Oct 2022, 03:16
by ramzi
Hi nicolai,
i have some error when i do this install, can you help me please?

sudo apt-get install gcc-aarch64-linux-gnu
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package gcc-aarch64-linux-gnu is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'gcc-aarch64-linux-gnu' has no installation candidate

i have
Distributor ID: Raspbian
Description: Raspbian GNU/Linux 10 (buster)
Release: 10
Codename: buster
all ready installed in my revpi connect+, i want to use the openvpn cloud but the connector for the vpn just work on 64bit version that's why
i want to install some bebian 64bit version can you help me please ith any solution ?
thnx.

Re: Révolution pi 64bit?

Posted: 27 Oct 2022, 18:19
by dpineault
We have integrated a 64-bit verison on our RevPi Connect+ and are following the suggested steps: https://github.com/RevolutionPi/kernelbakery

OS : Debian bullseye-arm64
Kernel version : 5.15.74-v8+
Intended use (64-bit kernel) :

Code: Select all

apt-get install device-tree-compiler
apt-get install gcc-aarch64-linux-gnu
apt-get install build-essential:native debhelper quilt bc
apt-get install bison flex libssl-dev rsync git
git clone -b revpi-5.10 https://github.com/RevolutionPi/linux
git clone -b master https://github.com/RevolutionPi/piControl
git clone -b master https://github.com/RevolutionPi/kernelbakery
cd kernelbakery
ARCH=arm64 LINUXDIR=$PWD/../linux PIKERNELMODDIR=$PWD/../piControl debian/update.sh
|

After that, we get an error.

Any help ? We will be pleased to share our procedure once everything works !
See image :
kunbus.png
kunbus.png (79.09 KiB) Viewed 2600 times

Re: Révolution pi 64bit?

Posted: 04 Nov 2022, 19:24
by nicolaiB
The instructions from the README work on my machine without any error (amd64 / Debian Bullseye). I have not tested this on a raspberry as we usually do crossbuilds on more powerful amd64 machines.

Nicolai

Re: Révolution pi 64bit?

Posted: 09 Nov 2022, 17:56
by dpineault
Hi Nicolai,

Would it be possible to test these instructions on a Revpi connect+ instead? We have a working backup of RevPi 64bit if you want to test it faster.

Please let us know and we will share it!

Thx

Re: Révolution pi 64bit?

Posted: 09 Nov 2022, 23:09
by nicolaiB
Hi,

I just check one a Raspberry Pi 4 running the latest Bullseye 64 image and it works as described in the README - with and without cross compiling (prepend 'CROSS_COMPILE= ' before ARCH).
So I guess there is something wrong with your cloned repositories and would suggest to start fresh. In order to make things a bit more clear, I also restructured the README file in the kernelbakery repository.

Nicolai