heneault / yocto-pitrezor

raspberry pi zero platform to run the trezor port pitrezor as a bitcoin wallet
https://www.pitrezor.com
MIT License
116 stars 30 forks source link

qemu URL #2

Closed segunda closed 5 years ago

segunda commented 5 years ago

My installation keeps crashing on: 'ERROR: qemu-native-2.10.0-r0 do_unpack: Unpack failure for URL: 'http://wiki.qemu-project.org/download/qemu-2.10.0.tar.bz2'. Unpack command PATH="/home/build/...'

Shouldn't the URL be something like: https://download.qemu.org/qemu-2.10.0.tar.bz2

heneault commented 5 years ago

Maybe a bad download ? You can issue the 2 following commands in your bitbake environment to try to clean your last download and restart a download/unpack :

bitbake -f -c cleanall qemu-native bitbake -f -c unpack qemu-native

segunda commented 5 years ago

Hi, thanks for the reply ! it is a bad download, the URL on the server has changed. I'm fairly new to this and not shure where to change it. I did manage to install qemu via Brew. This lets the script continue a bit further. I added libPng, and libMpc in the same manner. Unfortunately I don't seem to have bitbake installed, going through yocto setup now...

heneault commented 5 years ago

no problem. You can check the build script and the docker file if you want to start hacking yocto/bitbake to setup a custom environment.