Am 29.03.2017 um 22:08 schrieb Matthijs van Duin matthijsvanduin@gmail.com:
root/root
Ah, that was too easy for my around-the-corner-thinking-attitude :)
Now I could look into Xorg.0.log and it is something like
[ 114.574] (==) Depth 24 pixmap format is 32 bpp [ 114.575] (EE) FBTURBO(0): FBIOPUT_VSCREENINFO: Invalid argument [ 114.575] (EE) FBTURBO(0): mode initialization failed
DSS itself seems to work (cat /dev/urandom >/dev/fb0 fills the screen with colored noise).
tip: if you have qemu-arm-static installed on your host system and the sdcard mounted at /mnt/tmp (fill in different path to taste) you can "enter" the image with:
systemd-nspawn --bind-ro=/usr/bin/qemu-arm-static --tmpfs=/run/lock -M pyra -a -D /mnt/tmp
Interesting trick to remember in case I need it!
now you can just change the root password with "passwd", or create new user accounts. even installing packages using apt-get works fine
Ok, now I was able to enable g_ether networking and get new things onto the Pyra (except that I can't ssh from outside into the Pyra)
One tiny observation:
root@localhost:~# apt-get update Err:1 http://uevm stretch InRelease Could not resolve 'uevm' ... root@localhost:~# more /etc/apt/sources.list.d/multistrap-pyra.list deb [arch=armhf] http://uevm stretch main deb-src http://uevm stretch main root@localhost:~#
Seems to be a bug to assume a host named 'uevm' exists...
BR and thanks, Nikolaus