Qemu is emulating the same cpu -cpu arm1176 but another platform -M versatilepb, see here: http://qemu.weilnetz.de/qemu-doc.html#A ... m-emulator
You have a SCSI controler, PL110 LCD controller , ect.... that a PI not have.
Patch it for qemu with this: http://xecdesign.com/downloads/linux-qemu/linux-arm.patch The kernel has changed since this aptch was released so you will get this error message: patching file arch/arm/mach-versatile/Kconfig patching file arch/arm/mm/Kconfig Hunk #1 succeeded at 71 (offset -36 lines). ...
Networking is working out of the box, you should access to the iNet, only problem it is like behind a NAT, see here: http://wiki.qemu.org/Documentation/Networking#User_Networking_.28SLIRP.29 If you want to access your VM, redirect the ports like here: http://www.raspberrypi.org/phpBB3/viewtopic.php?...
Ganz einfach, guckst du im Router wer sich sich gerade eine IP via DHCP gezogen hat oder du scannst das Netz z.B. mit angry ipscanner ab vorher/nachher welche IP dazugekommen ist.
Sorry, I didn´t understand right. I meant from RPi to a PC (forward a X11 program from raspbian to a PC) but you want to forward a X11 application from a Ubuntu server with the RPi as clients. For this you have to install a ssh server on Ubuntu, Xauth and configure it with X11 forwarding, I don´t th...
Was hast du denn installiert, Raspbmc? Q: I just installed Raspbmc and it’s slow with 100% CPU usage A: This is temporary and is because when XBMC launches for the first time it must update any plugins that are out of date. This takes CPU as it must download the plugins, unpack them and configure th...
No need to install anything, open a terminal in Ubuntu: ssh -X user@host (a big X not a small x)
Then start a program, for example the taskmanager: lxtask &
Das würde nix bringen, weniger RAM -> System fängt früher an zu swappen (ins RAM ergo unnötig). Bei PCs mit einer RAM-disk wird ebenfalls davon abgeraten die swap (Auslagerungsdatei bei Windows) auf einer RAM-Disk abzulegen, dann lieber mehr RAM freilassen. Ne swap sollte zusätzlich zum RAM da sein.
Die swap auf der SD Karte abzulegen ist sicherlich nicht ideal, k.A wieweit das Wear-leveling einer guten Karte das abfangen kann. Zur Not tuts auch ein alter USB-Stick den man für sonst nix mehr gebrauchen kann.
Bei Windows nehm den angry IP scanner wenn ich wissen will was für eine IP neu dazu gekommen ist, einfach das Netz wie z.B 192.168.1.x vorher und nachher abscannen (alternativ gleich aufm Router nachschauen wer eine gerade DHCP Adresse gezogen hat) http://www.angryip.org/w/Home Mobaxterm ist auch su...
Mobaxterm: ssh (Konsole)+ scp (Dateien kopieren) + Xserver (um GUI Programme zu forwarden) in einem Tool. http://mobaxterm.mobatek.net/ Ersetzt Putty (oder Terraterm), Xming (oder FeeXer) und Fillezilla (oder Winscp) in einem und läuft ohne Install von nem Stick. Geht bei nem Raspian Image alles ohn...
I saw that the Kernel 3.6.1 is avaible for the RPI so I compiled it for Qemu. https://github.com/raspberrypi/linux/tree/rpi-3.6.y I got this bug when I tried to compile it: /home/ich/dev/raspberrypi-tools-9c3d7b6/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld: can...
is an alternative to the arm1176jzf because qemu doesn't emulate the raspberry arm core. You are probably using an old version of qemu (type qemu-system-arm -version), it is the same with opensuse, the qemu version from the repo is outdated (0.x, it should be 1.x), compile your own to be up to date...
Hast du nen 2. Netzteil zum testen? Vielleicht wird der Spannungsabfall gar nicht durch den RPI verursacht. Würd ich auf jeden Fall noch vor Garantieabwicklung testen.
La plus facile pour un debutant est VNC et tu n´as justement pas besoin d´écran pour ca, VNC est fait pour tourner headless. Sauf qu´il faut l´installer avant (evtl. par ssh) Pour ssh et x-forwarding tu n´as rien besoin d´installer car ca fonctionne out of the box avec une image raspian mais il faut...
En le branchant directement sur ton PC non car ton portable a une sortie HDMI et pas une entrée HDMI.
En remote par le réseau il y a plein de possibilités, les plus répandus sont ssh (console), x-forwarding (applications X déportées) et VNC (bureau déporté).
1024x768 works only with Depth 8 (256 colors), it is very ugly (see screenshot) I tried it in the past on windows and Linux as host with qemu 1.1.1, qemu 1.2.0 and now with the latest linaro qemu, still the same. If I change Depth & DefaultDepth back to 16 it switched automatically to 800x600. I thi...
Le moins cher possible c´est le faire sois meme :) Si tu cherche un peux dans le forum tu verras une boite de savon, une pochette de K7 VHS, des lego, le carton original avec lequel le RPI a ete livré, et pleins d´autre trucs qui coutent rien et servent de boitier. Mai bonne chance quand-meme pour t...
Wie cave sagte .iso sind keine Videodateien sondern ein CD/DVD Abbild, egal was drauf ist. Schon mal probiert die VOB Dateien in datei.mpeg umzubennen und dann die Datei abzuspielen (nicht die iso)? Hab das mit dem RPI und XBMC noch nicht probiert aber früher ging der Trick bei manchen Playern. Den ...
Normalement le RPI est censé utiliser HDMI si un ecran y est branché déja au demarage, si ca marche pas le reglage de la resolution se fait dans le fichier config.txt qui se trouve dans le repertoire boot, ici tu trouve les parametres possible: http://elinux.org/RPi_config.txt Tu peux le faire dans ...