OpenSuSe Arm Team http://en.opensuse.org/Portal:ARM
released new PI 13.1 OpenSuSE http://en.opensuse.org/openSUSE:Raspberry_PiMilestone Image.
"Feel free to join the openSUSE ARM mailing list http://lists.opensuse.org/opensuse-arm/ as well as the #openSUSE-arm IRC [url]irc://irc.freenode.net/opensuse-arm[/url]channel for questions or help. We are also actively looking for people to enable hardware we don't support yet. If you have an armv7 based device that doesn't work yet and are willing to spend some time to get it working with openSUSE, please contact us on the mailing list. "
OpenSuSE Factory RPI Image Maintainer been : Bernhard M. Wiedemann
- Thanks Bernhard for you Excelence doing this...
OpenSuSE Images( Milestone 0 and later ) exist since arround Oktober 2012.
They are located at Berndards Images page at Location : http://zq1.de/~bernhard/linux/opensuse/
Orign Threads:
- http://www.raspberrypi.org/phpBB3/viewt ... SE#p276042
- http://forums.opensuse.org/iiiiiiiioe-g ... ry-pi.html ( greek OpenSuSE..)
http://en.opensuse.org/openSUSE:Raspberry_Pi
Install : Same Way as other rasp Images , using DD or i.e w32diskimager
Linux DD Install i.e:
Code: Select all
dd bs=1M if=raspberrypi-opensuse-20131206x.img of=/dev/sdbuser : root
passwd : linux
SD card resize :
- 1 remove swap sd card slice 2
Code: Select all
# vi /etc/fstab, comment out the swap line
# swapoff /dev/mmcblk0p2
# fdisk /dev/mmcblk0
d 2
w
Code: Select all
# yast2
goto system , partitioner
( see docu http://de.opensuse.org/YaST_Module_Partitionierer )
edit the size to what you like .. i.e 10GB
# reboot
after relogin as root :
# resize2fs /dev/mmclk0p3
(see http://linux.die.net/man/8/resize2fs)
Code: Select all
# swapoff /dev/mmcblk0p2
# fdisk /dev/mmcblk0
p
n
4
start cylinder +1 from the p2
end cylinder +?GB , swap size you want i.e 2GB
w
# mkswap /dev/mmcblk0p4
# swapon /dev/mmcblk0p4
# vi /etc/fstab, comment in the swap line
reason : Per default the Images sems are smal as possible.
Code: Select all
zypper install vi
reason : Per default the Images sems are smal as possible. ...
Code: Select all
zypper install openssh
Static Lan setup Manualy
Samples docu : http://www.novell.com/documentation/sus ... 14s03.html
Code: Select all
without yast,
you would edit :
1. /etc/sysconfig/network/ifcfg-eth0
BOOTPROTO='static'
IPADDR='192.168.0.123/24'
STARTMODE='auto'
2 . vi /etc/sysconfig/network/routes
default 192.168.0.1 - -
3. vi /etc/resolv.conf
# enter here your dns from your router i.e
namesever 10.1.1.1
# enter here your domain
search net-dummy.org
4. vi /etc/hosts
# add i.e line
10.1.1.2 raspSuSE1.net-dummy.org raspSuSE1
5. vi /etc/hostname
Edit the hostname must be the same as at /etc/hosts
/code]
[b]X11 & Video:[/b]
[code]
# for HDMI (1920x1080 for me) without black borders:
echo disable_overscan=1 > /boot/config.txt
# via http://elinux.org/RPi_config.txt
# This is how I got X11 working:
zypper in --no-recommends icewm xinit xauth xterm \
xf86-video-fbdev xorg-x11-driver-input
echo export WINDOWMANAGER=icewm > /etc/profile.d/windowmanager.sh
# X defaults to vesa without this override:
cat >/etc/X11/xorg.conf.d/50-device.conf <<EOF
Section "Device"
Identifier "Default Device"
Driver "fbdev"
EndSection
EOF
# reboot once
# startxCode: Select all
zypper install yast2-network yast2-ncurses yast2 lan
Undertook a
Code: Select all
zypper dist-upgradeIssues knownfrom test Images :
DO NOT Use SD cards bigger then 16GB , with kernel 3.1.10.x seems too old for that.
ps: Thanks to Eben to open this OS Folder