Search Criteria
Package Details: simonpi-git 2.0.0.r0.g58a3c49-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/simonpi-git.git (read-only, click to copy) |
---|---|
Package Base: | simonpi-git |
Description: | A quick & dirty script to emulate Raspberry PI family devices on your laptop |
Upstream URL: | https://github.com/M0Rf30/simonpi |
Keywords: | Coritel Emulation QEMU Raspberry Simonpi |
Licenses: | GPL3 |
Conflicts: | simonpi |
Provides: | simonpi |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-10-22 18:52 (UTC) |
Last Updated: | 2023-02-24 21:56 (UTC) |
Dependencies (18)
- coreutils (coreutils-gitAUR, busybox-coreutilsAUR, coreutils-hybrid-gitAUR, coreutils-uutilsAUR, coreutils-hybridAUR, coreutils-selinuxAUR)
- dnsmasq (pi-hole-ftlAUR, dnsmasq-gitAUR)
- dosfstools (dosfstools-gitAUR)
- e2fsprogs (busybox-coreutilsAUR, e2fsprogs-gitAUR)
- edk2-aarch64
- edk2-arm
- file (file-gitAUR)
- grep (grep-gitAUR, busybox-coreutilsAUR, grep-compatAUR)
- iproute2 (iproute2-gitAUR, busybox-coreutilsAUR, iproute2-selinuxAUR)
- iptables (iptables-gitAUR, iptables-fullconenatAUR, iptables-fullconenat-nftAUR, iptables-nft)
- libarchive (libarchive-gitAUR)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR)
- qemu-system-aarch64
- qemu-system-arm
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- util-linux (busybox-coreutilsAUR, util-linux-selinuxAUR, util-linux-aesAUR)
- wget (wget-gitAUR, wurlAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
gamezelda commented on 2018-05-27 19:28 (UTC)
There's a typo in the install script: It should be '$qemuconf' instead of '$qemuconfs' in the if statement. Otherwise, the /etc/qemu directory is not created.
gamezelda commented on 2018-05-21 12:14 (UTC)
@robertfoster Thanks, I already uninstalled it because I just needed it to debug and fix some panics on boot, but after creating the file manually, everything worked including networking, so the change you've made to the install script should work.
robertfoster commented on 2018-05-20 18:41 (UTC)
@gamezelda solved. Let me know if there are issues or suggestions.
gamezelda commented on 2018-05-20 18:17 (UTC)
I got an error during the install saying that /etc/qemu/bridge.conf couldn't be created, because /etc/qemu didn't exist. Probably the install script should create it.