You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am running elbe in a newly installed Debian (Bookworm).
I am trying to build a debian image for raspberry Pi 4 following this tutorial and the elbe documentation:
I installed the software dependencies of Elbe and added my user to the kvm and libvirt.
I cloned the repository (master branch).
Created the initvm with the following command: $ elbe initvm create --devel
At this point I download the linux from the raspberrypi firmware github $ git clone https://github.com/raspberrypi/linux.git
The following step would be debianize this folder. Howeve the "elbe-debianize" is depracted and the following steps must be followed:
Hello,
I am running elbe in a newly installed Debian (Bookworm).
I am trying to build a debian image for raspberry Pi 4 following this tutorial and the elbe documentation:
I installed the software dependencies of Elbe and added my user to the kvm and libvirt.
I cloned the repository (master branch).
Created the initvm with the following command:
$ elbe initvm create --devel
At this point I download the linux from the raspberrypi firmware github
$ git clone https://github.com/raspberrypi/linux.git
The following step would be debianize this folder. Howeve the "elbe-debianize" is depracted and the following steps must be followed:
I copy pasted this commands (besides the KERNELRELEASE which I erased it).
Finally I run:
Where "raspberry.xml" is created based of the beaglebone example from elbe and the modifications suggested in the elbe-raspberry tutorial.
When executing the pbuilder build I get the following from the command:
pbuild_pompt.txt
Error
E: Unable to locate package libstdc++-8-dev:armhf
How can I get this package inside the qemu virtual machine used by elbe ??
The text was updated successfully, but these errors were encountered: