64 bit OS Raspberry Pi4 Benchmarks
medium.com
64 bit OS Raspberry Pi4 Benchmarks
1–10 of 104 posts
Re: 64 bit OS Raspberry Pi4 Benchmarks
#2Then `sudo rpi-update`
Re: 64 bit OS Raspberry Pi4 Benchmarks
#3Apparently in `config.txt` you can set `arm_64bit=1` Then `sudo rpi-update`
Re: 64 bit OS Raspberry Pi4 Benchmarks
#4Apparently in `config.txt` you can set `arm_64bit=1` Then `sudo rpi-update`
This results in a 64-bit kernel, but 32-bit userland, whereas the arm64 Debian is entirely 64-bit.
Re: 64 bit OS Raspberry Pi4 Benchmarks
#5Re: 64 bit OS Raspberry Pi4 Benchmarks
#6https://ubuntu.com/download/raspberry-pi
I've also customised the image by adding users, public keys and such. Removing some of the cloud cruft.
These instructions make it very, very easy and you can do this on an x86 machine. Just make sure to use /usr/bin/qemu-aarch64-static (64 bits) instead of qemu-arm-static (32 bits).
Re: 64 bit OS Raspberry Pi4 Benchmarks
#7So running the Pi in 64-bit is really overall beneficial. I'm running a customised version of Ubuntu for the Pi4. https://ubuntu.com/download/raspberry-pi I've also customised the image by adding users, public keys and such. Removing some of the cloud cruft. These instructions make it very, very easy and you can do this on an x86 machine. Just make sure to use /usr/bin/qemu-aarch64-static (64 bits) instead of qemu-ar…
Re: 64 bit OS Raspberry Pi4 Benchmarks
#8Earlier quoted context omitted.
This results in a 64-bit kernel, but 32-bit userland, whereas the arm64 Debian is entirely 64-bit.
Do you need the `arm_64bit=1` flag to get 64-bit kernel, 64-bit userland or no? I would have thought 64-bit everything would have been the default.
Re: 64 bit OS Raspberry Pi4 Benchmarks
#9Earlier quoted context omitted.
This results in a 64-bit kernel, but 32-bit userland, whereas the arm64 Debian is entirely 64-bit.
Do you need the `arm_64bit=1` flag to get 64-bit kernel, 64-bit userland or no? I would have thought 64-bit everything would have been the default.
Edit: to be more clear, I also run 'apt update' afterwards