Pi-Power-Tools icon indicating copy to clipboard operation
Pi-Power-Tools copied to clipboard

64 bit version

Open AZdave opened this issue 3 years ago • 4 comments

Hi I have a pi-400 running $ uname -a Linux larosa-400R64 5.10.92-v8+ #1514 SMP PREEMPT Mon Jan 17 17:39:38 GMT 2022 aarch64 GNU/Linux

And I'm trying to get the 32 bit full desk top in Pi-Power--Tools.

I just get a black screen with no error indicated.

AZdave avatar Feb 07 '22 02:02 AZdave

I presume you are using Pi Power Tools to boot an image in a virtual desktop environment. Behind the black box you will notice a navy-blue terminal window. This is the virtual desktop's main TTY console. If the username and password is not pi and raspberry, then you will have to manually login to the console before the desktop session will appear.

If the OS you're trying to run doesn't have a desktop session, then you can either ignore the black window, or go into Pi Power Tools settings and make it boot to CLI.

Botspot avatar Feb 07 '22 02:02 Botspot

I can not figure out how to login in to the shell propmt I get.

AZdave avatar Feb 12 '22 02:02 AZdave

I can not figure out how to login in to the shell propmt I get.

Could you send a screenshot of what you see?

Botspot avatar Feb 12 '22 05:02 Botspot

Hi @Botspot,

While the issue of 64-bit versions may not be the core of the problem @AZdave is running into, I thought this may be a good spot to mention that a 64-bit flavor would be nice. I kept running into issues before I realized that the compiled executables in ./functions (buffer and zerofree) are armhf executables and thus fail to load & run on aarch64.

In particular, buffer failing prevents the "Flash" operation from working.

Cheers & thanks for the fantastic tool!

nitz avatar Apr 18 '23 14:04 nitz