Re: Raspberry Pi OS (64 bit) beta test version
I suspect the thinking is test the full version and if it is bug free, the version without some of the extra apps, no window manager, no xserver should be fine too. However, until you have nailed down all the little issues, why build and maintain 2 branches.
Re: Raspberry Pi OS (64 bit) beta test version
The current full version works perfectly well when run headless.
Pi4 8GB (Raspberry Pi OS 64-bit), Pi4 4GB, Pi4 2GB, Pi1 Rev 1 256MB, Pi Zero
Re: Raspberry Pi OS (64 bit) beta test version
I've just installed to a 64GB Sandisk and it runs ok. Pi4 4GB. Wireless. Headless. No monitor at all.
Have done an update and full-upgrade.
I use NoMachine as the VNC client which I'm not finding anywhere near as nice as RealVNC.
My monitor is 1920 * 1200, but I used the Pi config menu to set it to 1920 * 1080 because the scroll bars on NoMachine were driving me mad. But on a power off, this setting doesn't seem to be remembered. Is there something I manually need to change in the config file?
On first boot to desktop, I couldn't see the clock on the taskbar until I hovered over it. It was black on dark blue or vice-versa I think.
I don't have an icon for "applications" on the taskbar, it's just a narrow empty box.
I don't have an lxterminal icon on the taskbar and I don't seem to be able to add one. (I do find this very useful).
How can I get rid of the 4 desktop applet and/or stop the mouse scroll button from scrolling through them all?
First time I launched Chromium, it crashed the Pi. Not able to VNC in. Had to switch off.
Now, chromium is taking absolutely ages to load up and seems to hog some resource (not processor) because the rest of the Pi stops responding.
Even though I selected British on all localisation on startup, my keyboard was still set to US.
On a positive, Claws mail is working fine.
Geany is working fine and my code still compiles!!!
Good work folks!
Have done an update and full-upgrade.
I use NoMachine as the VNC client which I'm not finding anywhere near as nice as RealVNC.
My monitor is 1920 * 1200, but I used the Pi config menu to set it to 1920 * 1080 because the scroll bars on NoMachine were driving me mad. But on a power off, this setting doesn't seem to be remembered. Is there something I manually need to change in the config file?
On first boot to desktop, I couldn't see the clock on the taskbar until I hovered over it. It was black on dark blue or vice-versa I think.
I don't have an icon for "applications" on the taskbar, it's just a narrow empty box.
I don't have an lxterminal icon on the taskbar and I don't seem to be able to add one. (I do find this very useful).
How can I get rid of the 4 desktop applet and/or stop the mouse scroll button from scrolling through them all?
First time I launched Chromium, it crashed the Pi. Not able to VNC in. Had to switch off.
Now, chromium is taking absolutely ages to load up and seems to hog some resource (not processor) because the rest of the Pi stops responding.
Even though I selected British on all localisation on startup, my keyboard was still set to US.
On a positive, Claws mail is working fine.
Geany is working fine and my code still compiles!!!
Good work folks!
Re: Raspberry Pi OS (64 bit) beta test version
I don't know if this is supposed to be support for when something is not going well or just for testimonials but here it is. My current setup is:
pi4 with 8GB
1TB WD Blue SSD with some generic JMicron USB addapter and beta 64bit image (adopted to use only 32GB for partition + another 32GB primary and extended partition with home (~830GB) and some swap (which is not set up yet) at the end. All boots automatically (without SD) after switched to beta version for EEPROM stuff...
I've installed full KDE (I had to manually install one of dependencies or dependency's dependencies - I think it was plasma-desktop - can't remember right now) and copied whole pi's home from 32bit version I've been using on 4GB Pi4 to new SSD.
Afters installing some Java (probably just default-jdk) PyCharm and IntelliJ that I had previously dumped on pi's home just worked. Rest of KDE works and looks like one from 32bit OS.
I've just installed gtk+3.0 (lib, dev version) and compiled Eclipse's launcher (rest might follow ¯\_(ツ)_/¯) without issues.
Oh, all on 4k monitor (2560x1600 so I can have it on 60-ish Hz)...
One more (probably not relevant): cannot connect both SSDs I have, so I had to add powered USB3 hub to connect other SSD I used with 4GB Pi4 and 32bit OS. Still - no issues there as I am sure I couldn't done it before, too.
Subjectively - chrome runs smoother and the whole experience seems slightly better. Not so subjectively: even after IntelliJ on with whole eclipse project loaded (just couple of editors open) and rest of 'stuff' (thunderbird, chromium x 3 windows x 12-ish tabs each) and such - I still have plenty of memory to spare
Conclusion: I love Pi4 with 8GB and 64bit OS!
Well done!
pi4 with 8GB
1TB WD Blue SSD with some generic JMicron USB addapter and beta 64bit image (adopted to use only 32GB for partition + another 32GB primary and extended partition with home (~830GB) and some swap (which is not set up yet) at the end. All boots automatically (without SD) after switched to beta version for EEPROM stuff...
I've installed full KDE (I had to manually install one of dependencies or dependency's dependencies - I think it was plasma-desktop - can't remember right now) and copied whole pi's home from 32bit version I've been using on 4GB Pi4 to new SSD.
Afters installing some Java (probably just default-jdk) PyCharm and IntelliJ that I had previously dumped on pi's home just worked. Rest of KDE works and looks like one from 32bit OS.
I've just installed gtk+3.0 (lib, dev version) and compiled Eclipse's launcher (rest might follow ¯\_(ツ)_/¯) without issues.
Oh, all on 4k monitor (2560x1600 so I can have it on 60-ish Hz)...
One more (probably not relevant): cannot connect both SSDs I have, so I had to add powered USB3 hub to connect other SSD I used with 4GB Pi4 and 32bit OS. Still - no issues there as I am sure I couldn't done it before, too.
Subjectively - chrome runs smoother and the whole experience seems slightly better. Not so subjectively: even after IntelliJ on with whole eclipse project loaded (just couple of editors open) and rest of 'stuff' (thunderbird, chromium x 3 windows x 12-ish tabs each) and such - I still have plenty of memory to spare

Conclusion: I love Pi4 with 8GB and 64bit OS!

Re: Raspberry Pi OS (64 bit) beta test version
That's normal. Generally the Pi can only power a single USB hard disk or SSD. The advice is always to use a powered hub if you need to have two or more attached at the same time.
(Hard disks and SSDs in USB enclosures often draw more current than they're supposed to, per the various USB standards, and the total current available from the USB ports on the Pi is 1.2A).
Re: Raspberry Pi OS (64 bit) beta test version
Of course. What I wanted really to say that driving two external storage devices - one directly and another over USB3 hub still works... But, probably that's not relevant in conjunction to 64bit OS...andrum99 wrote:That's normal. Generally the Pi can only power a single USB hard disk or SSD. The advice is always to use a powered hub if you need to have two or more attached at the same time.
(Hard disks and SSDs in USB enclosures often draw more current than they're supposed to, per the various USB standards, and the total current available from the USB ports on the Pi is 1.2A).
Being able to seamlessly build simple gtk (3.0) app seems more relevant - but, were would we be if we can't do things like that!

Re: Raspberry Pi OS (64 bit) beta test version
Hi
I installed my raspberry pi 3b+ and official screen. Official screen touch problem. not same place touch. touch is 2 or 3 cm away from my finger. another i saw Chromium file download is not finalized. stayin at %100. i check file unconfirmed say waiting so long when you left browser file is gone.
other things welldone
I installed my raspberry pi 3b+ and official screen. Official screen touch problem. not same place touch. touch is 2 or 3 cm away from my finger. another i saw Chromium file download is not finalized. stayin at %100. i check file unconfirmed say waiting so long when you left browser file is gone.
other things welldone
Re: Raspberry Pi OS (64 bit) beta test version
Does the beta 64bit image support KMS? The image boots fine to a desktop with dtoverlay=vc4-fkms-v3d, but my screen shows nothing when I switch to dtoverlay=vc4-kms-v3d-pi4 in /boot/config.txt.
dmesg shows
dmesg shows
Code: Select all
...
[ 19.679456] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out
...
[ 31.967468] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out
[ 42.207461] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out
-
- Raspberry Pi Engineer & Forum Moderator
- Posts: 10545
- Joined: Wed Dec 04, 2013 11:27 am
- Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.
Re: Raspberry Pi OS (64 bit) beta test version
It's in the kernel image, but is still the V1 patchset which isn't stable. V3 was sent to drm-devel last week, so we will be looking to bump up to that, however there are reports that it breaks vc4-kms-v3d on Pi3, so it's not a trivial task.hjimbens wrote: ↑Thu Jun 04, 2020 9:54 amDoes the beta 64bit image support KMS? The image boots fine to a desktop with dtoverlay=vc4-fkms-v3d, but my screen shows nothing when I switch to dtoverlay=vc4-kms-v3d-pi4 in /boot/config.txt.
dmesg showsCode: Select all
... [ 19.679456] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out ... [ 31.967468] [drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out [ 42.207461] [drm:drm_atomic_helper_wait_for_flip_done [drm_kms_helper]] *ERROR* [CRTC:65:crtc-2] flip_done timed out
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
I'm not interested in doing contracts for bespoke functionality - please don't ask.
-
- Posts: 33
- Joined: Fri Dec 21, 2012 9:33 am
Re: Raspberry Pi OS (64 bit) beta test version
Instead of having page upon page here, why not spawn a 64bit forum or sub-forum where posts on different subjects could get laid out, instead of having us all in this single thread?
- mahjongg
- Forum Moderator
- Posts: 13684
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: Raspberry Pi OS (64 bit) beta test version
I suspect that is exactly what will be done when PiOS64 comes out of beta.business_kid wrote: ↑Thu Jun 04, 2020 1:51 pmInstead of having page upon page here, why not spawn a 64bit forum or sub-forum where posts on different subjects could get laid out, instead of having us all in this single thread?
For beta testing its better to have everything in the same thread, so that people working on the beta have just one thread they need to follow.
Note that the other active 64-bit thread (Pi4 64-bit raspbian kernel for testing - Focus on Pi4 @ viewtopic.php?f=29&t=250730) is actually about using a 64-bit kernel with the PiOS32 operating system, so it has its own thread.
Re: Raspberry Pi OS (64 bit) beta test version
A above, since this is General talk, to get the widest audience for testing.
Talk on the other PiOS version (PiOS32) is here Board index > Operating system distributions > Raspberry Pi OS
Talk on the other PiOS version (PiOS32) is here Board index > Operating system distributions > Raspberry Pi OS
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Maybe not the feedback that directly helps with developing of 64bit version of Rasbian OS but still (somehow) positive one - Eclipse is finally back on Raspberry Pi (and it works faster than IntelliJ's Idea):

I wasn't easy - nor is solution 'clean' (I gave up doing proper build after 3 days straight of continuous fix/compile on tycho build). But it made my day today!
Thanks everyone who made 64bit Raspberry Pi OS possible!
I wasn't easy - nor is solution 'clean' (I gave up doing proper build after 3 days straight of continuous fix/compile on tycho build). But it made my day today!

Thanks everyone who made 64bit Raspberry Pi OS possible!

- Attachments
-
- Eclipse-on-RPi-compressed.jpeg (183.01 KiB) Viewed 3727 times
Re: Raspberry Pi OS (64 bit) beta test version
mahjongg wrote: ↑Tue Jun 02, 2020 11:44 pmI won't expect there to be a lite version before the normal version comes out of beta, otherwise they would be just wasting work.Dygear wrote: ↑Tue Jun 02, 2020 11:39 pmIs there a lite version of Raspberry Pi OS 64-bit that's available? I mostly run my Pis headless.ShiftPlusOne wrote: ↑Thu May 28, 2020 4:47 pm
https://downloads.raspberrypi.org/raspi ... ip.torrent
Not really any extra work if the image is made using pi-gen. It creates a minimal, light & desktop version at the same time by default.
-
- Posts: 12
- Joined: Fri Sep 21, 2018 8:06 pm
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Does rpos/64 already have support for boot from usb on the pi4, or do we still have to manually copy special elf/dat files to the boot folder?
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
No need to copy elf/dat files. 64bit version image boots without issue from USB.jsimmonstx wrote: ↑Sun Jun 07, 2020 10:54 amDoes rpos/64 already have support for boot from usb on the pi4, or do we still have to manually copy special elf/dat files to the boot folder?
-
- Posts: 21
- Joined: Mon Jul 01, 2019 5:02 pm
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Re: Raspberry Pi OS (64 bit) beta test versionjsimmonstx wrote: ↑Sun Jun 07, 2020 10:54 amDoes rpos/64 already have support for boot from usb on the pi4, or do we still have to manually copy special elf/dat files to the boot folder?
Fri May 29, 2020 9:21 am
Just for giggles......................
I already have my Pi 4 ( 4GB ) with the BETA bootloader for USB-MSD so..................... Yesterday evening I found a 16GB USB flash drive, downloaded the 64 bit image and flashed it to the drive. Plugged it into my Pi and turned it on.



Time to play

- AlienDrew
- Posts: 11
- Joined: Sun Jan 26, 2020 4:20 am
- Location: Portland, OR
- Contact: Website Skype Twitter
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Is there a place on here that will update once the stable version comes out? Or is the stable version already out and I just don't know it?
░██░░█░░█░░░░░░░░░░░███░░░░░░░░░░░░░░░░░
█░░█░█░░░░░██░░█░█░░█░░█░█░█░░░██░░█░░░█
████░█░░█░█░░█░██░█░█░░█░██░█░█░░█░█░░░█
█░░█░█░░█░████░█░░█░█░░█░█░░░░████░█░█░█
█░░█░█░░█░█░░░░█░░█░█░░█░█░░░░█░░░░██░██
█░░█░░█░█░░███░█░░█░███░░█░░░░░███░█░░░█
█░░█░█░░░░░██░░█░█░░█░░█░█░█░░░██░░█░░░█
████░█░░█░█░░█░██░█░█░░█░██░█░█░░█░█░░░█
█░░█░█░░█░████░█░░█░█░░█░█░░░░████░█░█░█
█░░█░█░░█░█░░░░█░░█░█░░█░█░░░░█░░░░██░██
█░░█░░█░█░░███░█░░█░███░░█░░░░░███░█░░░█
-
- Posts: 25742
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
A Stable Release will be announced in the Official Blog when it is released !
The information is out there....you just have to let it in.
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Good job! Actually I am very impressed that this "beta" is so close to perfect and well integrated.
I installed in on my Pi 4b w/ 4G RAM exactly the same way I have done with the 32 bit Raspbian when I bought the new Pi two months ago. At that point I was hoping I'll somedays see a 64bit OS, but didn't think it would come so soon.
Basically I run Raspbian -lxde -lightdm +gnome +gdm3 and some office and database applications. The only thing which doesn't yet work is having VLC player using the H264, which slows down the video and drives the CPU hot (bcmstat is your friend...)
But I know you're working on this, so I'll be glad to wait until there's a solution. Will those further improvements be announced here and made available via apt upgrade?
Thanks & regards,
Alex
I installed in on my Pi 4b w/ 4G RAM exactly the same way I have done with the 32 bit Raspbian when I bought the new Pi two months ago. At that point I was hoping I'll somedays see a 64bit OS, but didn't think it would come so soon.
Basically I run Raspbian -lxde -lightdm +gnome +gdm3 and some office and database applications. The only thing which doesn't yet work is having VLC player using the H264, which slows down the video and drives the CPU hot (bcmstat is your friend...)
But I know you're working on this, so I'll be glad to wait until there's a solution. Will those further improvements be announced here and made available via apt upgrade?
Thanks & regards,
Alex
-
- Posts: 43
- Joined: Wed May 08, 2019 2:02 pm
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Hello, is it possible to include the beta of Raspberry Pi OS 64 bits on Noobs to install and use it on SSD please.
Ubuntu 20.04 on Noobs would also be very pleasant for the users that we are, while waiting a bios with a 100% functional boot on USB.
Regards.
Ubuntu 20.04 on Noobs would also be very pleasant for the users that we are, while waiting a bios with a 100% functional boot on USB.
Regards.
RPi 4 with 4 Gb of RAM @ arm_freq=2000 / over_voltage=5 / gpu_mem=192 + FLIRC case for Raspberry Pi 4 (CPU @ 69 ° C max) + Beta frimware (pieeprom-2020-06-03.bin) for USB3 SSD booting + SSD Samsung 850 Pro 1To + Raspian OS 64 Bits Beta
-
- Posts: 25742
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
phil995511 wrote: ↑Mon Jun 08, 2020 12:13 pmHello, is it possible to include the beta of Raspberry Pi OS 64 bits on Noobs to install and use it on SSD please.
Ubuntu 20.04 on Noobs would also be very pleasant for the users that we are, while waiting a bios with a 100% functional boot on USB.
Regards.
RPi Imager is a far better tool for installing Operating Systems, NoobS is past its prime !!
The information is out there....you just have to let it in.
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
My other Linux machines are a ChromeBox & Intel CoreDuo Desktop
-
- Posts: 101
- Joined: Sun Jun 02, 2013 10:36 pm
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
All these things will probably happen--when the software goes mainstream! One more time, this is BETA! You should not be messing with it if you have problems installing, removing, modifying it, or even recovering your hardware if it's bricked. The purpose of beta testing is, well, TESTING!phil995511 wrote: ↑Mon Jun 08, 2020 12:13 pmHello, is it possible to include the beta of Raspberry Pi OS 64 bits on Noobs to install and use it on SSD please.
Ubuntu 20.04 on Noobs would also be very pleasant for the users that we are, while waiting a bios with a 100% functional boot on USB.
Regards.
Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Hi there,
Tested out with a spare 3A+ and it's running quite fine so far, despite the low amount of memory (had some "out of memory" with X11 which gave up quickly
).
The question was certainly already asked but is there any way of allocating 100% memory to ARM and 0% to GPU ?
It could be great for low memory and headless setups !
Great job though, can't wait to use an official stable release
Tested out with a spare 3A+ and it's running quite fine so far, despite the low amount of memory (had some "out of memory" with X11 which gave up quickly

The question was certainly already asked but is there any way of allocating 100% memory to ARM and 0% to GPU ?
It could be great for low memory and headless setups !
Great job though, can't wait to use an official stable release

Re: STICKY: Raspberry Pi OS (64 bit) beta test version feedback
Pi4 8GB (Raspberry Pi OS 64-bit), Pi4 4GB, Pi4 2GB, Pi1 Rev 1 256MB, Pi Zero