-
-
Notifications
You must be signed in to change notification settings - Fork 502
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chroot to RPi-armv6-(Stretch) sd card fails: qemu: uncaught target signal 4 (Illegal instruction) #1036
Comments
I am not too deep inside the technical details, but dietpi scripts assume some tmpfs mounts of About QEMU: This guide here basically works. Some things can be adjusted, but others need to be exactly like stated there (kernel, ram size, cpu, machine): https://blog.agchapman.com/using-qemu-to-emulate-a-raspberry-pi/ I mentioned qemu image already here: https://github.com/Fourdee/DietPi/issues/1219#issuecomment-340458923 |
@xanview At least I can say that I was able to chroot from RPi into a RPi DietPi image, plugged via USB stick. |
Closing due to no response. |
All of what I try below works with the TinkerBoard image (DietPi_v149_AsusTinkerBoard-armv7-(Jessie).img), so I'm not sure what is different in the RasberryPi image. From googling, it seems this used to be a problem with old versions of Raspbian (Jessie), so not sure what is wrong:
I created a microSD card from the latest Raspberry Pi Stretch image (v151):
I am trying to chroot to it from my Ubuntu machine (I have qemu-user-static installed):
All the files are there, so that error doesn't seem very descriptive:
I also tried to explicitly use qemu:
Any ideas? - I am able to chroot to the TinkerBoard DietPi sd card, but the Raspberry Pi DietPi one is throwing this illegal instruction.
The text was updated successfully, but these errors were encountered: