On 03/30/2017 07:40 PM, H. Nikolaus Schaller wrote:
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).
It's either the kernel, or your install script might have added/overwritten some xorg config files.
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)
ssh as root is disabled by default in debian. you can change it in /etc/ssh/sshd_config
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...
Well it works fine here :) It's just the local repo I use to create the image. I still have to convert the official one to stretch.
I should have an updated image soon.