|
|
|
|
|
by pwinwood
3750 days ago
|
|
To start the ARM processor in aarch64 (64bit) mode is just a question of setting the flag in the arm control (arm_control=0x0200) register to 0x0200 in the config.txt.
see the discussion at https://www.raspberrypi.org/forums/viewtopic.php?f=72&t=1379.... I don't think it will give much of a benefit over aarch32 mode (arm_control=0x0000) because of the limited memory. |
|
Some software requires 64-bit, like the Atom editor.