-
-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DietPi-Patch | problem to installation/update. boot/config.txt with arm_64bit=1 #3591
Comments
Pls don't use the 64bit flag for initial installation on your RPi4. Otherwise an incorrect package is pulled. |
So, i must to install with the DietPi 32 bits and then, modify the file config.txt in the boot folder with : |
Yes that would be the way. But keep in mind that the 64bit flag is just forching the kernel into 64bit mode while the user space will be 32bit still. Anyway the Raspberry Foundation is working on a real 64bit Raspbian OS version. But this is in an early beta stage and not yet supported by DiePi. |
Ah shit. If I understand, I can't to install program in 64 bits ? |
Well just try it out. Finish the initial setup. Afterwards change the |
Okey. The Kernel will be in 64 bits and that's it, no program in 64 bits ? (Sorry, I m a noob in linux and I'm learning) |
What kind of software you are looking for that requires 64bit explicitly? |
In fact, I want to install Opensnitch. |
Just to avoid any confusion. DietPi is not an own Operating System or Distribution. DietPi is a bundle of scripts on top of a standard Debian installation. In case of Raspberry Pi, base image is Raspberry Pi OS (previously called Raspbian). Currently Raspberry Pi OS is available as 32bit version only. Yes you can switch kernel into 64bit mode on RPi3 and 4 but this will not change the package architecture. For verification purposes, I installed an official Raspberry Pi OS 32bit image and added
As you can see, kernel was switched to Probably you would need to wait on Raspberry Pi Foundation to release a real 64bit OS. https://www.raspberrypi.org/forums/viewtopic.php?f=117&t=275370 |
Yes one needs to understand that a 64-bit kernel does not make a 64-bit OS. Actually using a 64-bit kernel on 32-bit OS even causes issues since many installers and config scripts (including ours) use Long story short: As long as you do not use a real 64-bit OS on RPi, do not set But aside from that, Raspberry Pi OS 64-bit (which is in fact regular Debian with arm64 repo) is in early beta and we're working on making DietPi compatible with it. Once done a official 64-bit image will be released. |
yep I'm going to close the issue, feel free to reopen if needed. |
Hi,
Creating a bug report/issue
Required Information
6.28
| 6.2810.4 | Buster
Linux DietPi: 4.19.118-v8+
RPi4 4Gb
Official Raspberry pi allimentation 5,1V - 3A
SanDisk
Steps to reproduce
arm_64bit=1# Force booting in 64bit mode
I can to install this vmtouch_aarch64.deb
Thanks to all, and take care of yourself
The text was updated successfully, but these errors were encountered: