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_.28upstream.29 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: [email protected] To contact the owner, e-mail: [email protected]
