Re: [opensuse-arm] Raspberry Pi 3 images broken (was: ARM images broken!)
Hi, New to this list (and to the set of Raspberry Pi-owners), I have the same problem on my Raspberry Pi3 Freek de Kruijff describes in his post of 12 September in this thread: when booting it hangs on "stub: Exiting boot services and installing virtual address map..." I am using the newest JeOS-image (ARM-JeOS-raspberrypi3_aarch64.aarch64-2016.09.19-Build6.1.raw.xz, from 22/09). I'm not sure I understand the solution he described in the same post, maybe because I don't know where to find a proper firmware that works - could it be possible to give me a hint here? I suppose this is a bug in the image that is still worked on? regards, Jogchum Reitsma -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi.
Am 23.09.2016 um 12:52 schrieb Jogchum Reitsma <j.reitsma@hccnet.nl>:
Hi,
New to this list (and to the set of Raspberry Pi-owners), I have the same problem on my Raspberry Pi3 Freek de Kruijff describes in his post of 12 September in this thread: when booting it hangs on "stub: Exiting boot services and installing virtual address map..."
I am using the newest JeOS-image (ARM-JeOS-raspberrypi3_aarch64.aarch64-2016.09.19-Build6.1.raw.xz, from 22/09).
I'm not sure I understand the solution he described in the same post, maybe because I don't know where to find a proper firmware that works - could it be possible to give me a hint here?
I suppose this is a bug in the image that is still worked on?
The 64bit build is still experimental, please stay tuned :) Alex
On 09/23/2016 08:37 AM, Alexander Graf wrote:
Hi.
Am 23.09.2016 um 12:52 schrieb Jogchum Reitsma <j.reitsma@hccnet.nl <mailto:j.reitsma@hccnet.nl>>:
Hi,
New to this list (and to the set of Raspberry Pi-owners), I have the same problem on my Raspberry Pi3 Freek de Kruijff describes in his post of 12 September in this thread: when booting it hangs on "stub: Exiting boot services and installing virtual address map..."
I am using the newest JeOS-image (ARM-JeOS-raspberrypi3_aarch64.aarch64-2016.09.19-Build6.1.raw.xz, from 22/09).
I'm not sure I understand the solution he described in the same post, maybe because I don't know where to find a proper firmware that works - could it be possible to give me a hint here?
I suppose this is a bug in the image that is still worked on?
The 64bit build is still experimental, please stay tuned :) I've been running the one from here: https://build.opensuse.org/project/monitor/home:StefanBruens:branches:devel:...
I had trouble when updating it in the past, but yesterday I updated and successfully rebooted. It was the darling of the SMB Plugfest at the Storage Developers Conference last week. -- Jim McDonough SUSE Labs Team Lead - Samba jmcdonough@suse.com jmcd@samba.org +49 911 74053 3944 +1 207 619 2916 -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Am 23.09.2016 um 12:52 schrieb Jogchum Reitsma:
New to this list (and to the set of Raspberry Pi-owners), I have the same problem on my Raspberry Pi3 Freek de Kruijff describes in his post of 12 September in this thread: when booting it hangs on "stub: Exiting boot services and installing virtual address map..."
I am using the newest JeOS-image (ARM-JeOS-raspberrypi3_aarch64.aarch64-2016.09.19-Build6.1.raw.xz, from 22/09).
I'm not sure I understand the solution he described in the same post, maybe because I don't know where to find a proper firmware that works - could it be possible to give me a hint here?
https://en.opensuse.org/HCL:Raspberry_Pi3#Tips_for_openSUSE_Tumbleweed_.28up... The raspberrypi-firmware works just fine if you get to the EFI stub. https://bugzilla.opensuse.org/show_bug.cgi?id=989284 For the Pi 3 aarch64 you need to run the following commands after dd'ing the image to /dev/sdX, best after ejecting and reinserting the card: # tune2fs -O ^64bit /dev/sdX2 # e2fsck -f -y /dev/sdX2 # resize2fs -s /dev/sdX2 (For other images the partition number may vary.) Otherwise the kernel doesn't get a device tree and doesn't know how to print anything, except if you specify full earlycon= options.
I suppose this is a bug in the image that is still worked on?
Yes, experimental patches are being worked on. Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (4)
-
Alexander Graf
-
Andreas Färber
-
Jim McDonough
-
Jogchum Reitsma