Has anyone been playing with one of these? I'm not making much progress
myself - eventually I'd like to get openSUSE running of course, but for
starters, I'm just trying with the ubuntu core from
http://wiki.friendlyarm.com/wiki/index.php/NanoPi_NEO_Air
The device seems to be booting (blue light flashing), but it's not
picking up an IP-address from dhcp.
--
Per Jessen, Zürich (6.7°C)
http://www.dns24.ch/ - free dynamic DNS, made in Switzerland.
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
this is a known OBS bug, asked the admins to deploy a fix shortly.
Greetings,
Dirk
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi Guys,
We have been using your raspberry pi 3 image for a couple of weeks as a
test device instead of some more expensive aarch64 hardware that we
will use in production.
Long story short, there are some missing packages in your repos (I
think rsync is one that springs to mind). Any idea when these packages
will become available, anything I can do to help?
p.s. thanks for being the first to create an easily installable 64 bit
distro for the raspberry pi 3!
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
in cross-armv7hl-gcc6 package, we get all the cross build tools, but with the gcc version appended. So, we have armv7hl-suse-linux-gnueabi-gcc-6 instead of armv7hl-suse-linux-gnueabi-gcc.
This is a problem to build things such as u-boot or Linux kernel which just use a CROSS_COMPILE prefix for the GCC tools in their Makefiles.
Is there any update-alternatives mechanism or something?
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi,
in cross-armv7hl-gcc6 package, we get all the cross build tools, but with the gcc version appended. So, we have armv7hl-suse-linux-gnueabi-gcc-6 instead of armv7hl-suse-linux-gnueabi-gcc.
This is a problem to build things such as u-boot or Linux kernel which just use a CROSS_COMPILE prefix for the GCC tools in their Makefiles.
Is there any update-alternatives mechanism or something?
Guillaume
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi everyone,
I've ran into a problem where the wifi card of my Raspberry Pi 3 can not
be initialized after I've executed mkinitrd.
I've used the latest JeOS Leap42.2 image.
openSUSE-Leap42.2-ARM-JeOS-raspberrypi3.aarch64-2017.02.02-Build1.5.raw.xz
When I start the image the WiFi card will be loaded without any
problems.
> brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 43430 rev 1 pmurev 24
> brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: May 27 2016 00:13:38 version 7.45.41.26 (r640327) FWID 01-df77e4a7
> brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code
After a simple mkinitrd the module cannot be loaded anymore.
> brcmfmac_sdio: probe of mmc1:0001:1 failed with error -110
> brcmfmac_sdio: probe of mmc1:0001:2 failed with error -110
I couldn't find out so far what caused this problem.
Anyone any hint/idea?
Ciao,
Alex~
--
Alexander Bergmann <abergmann(a)suse.com>, Security Engineer, GPG:9FFA4886
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
Hi everyone,
I have two RPi3 boards here. One was purchased directly when it came out
beginning of 2016, the second one around half a year later.
I mainly used the second one for openSUSE testing. Just now I wanted to
do the same with the first board but I'm unable to boot into the system.
The boot sequence is interrupted right after grub and then the system
starts again from the beginning, cycling forever.
Both boards have a similar layout with V1.2 written onto it. So I have
no idea where to start to identify this issue.
Anyone any idea?
Thanks,
Alex~
--
Alexander Bergmann <abergmann(a)suse.com>, Security Engineer, GPG:9FFA4886
SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton
HRB 21284 (AG Nürnberg)
I have no idea what has happened, but I can no longer run yast2 on my
Raspberry PI3. I now get this:
/sbin/yast2: line 445: 24447 Segmentation fault (core dumped)
$ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS
It is an install of Leap 42.2 for aarch64. I think everything else is
working. I can compile and do networking and all kinds of things. But
not yast2.
I tried running it in strace -f, but I don't see the error there. It's
hard to follow as it is a shell script. I think it is the y2base
command that actually fails. But I cannot see why.
I am expecting it to run the curses module.
--
Roger Oberholtzer
--
To unsubscribe, e-mail: opensuse-arm+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-arm+owner(a)opensuse.org
Hi everybody,
I am approaching you with a collection of unusual crashes that occur on
my test machine:
It is an early version of the 8040 Community Board by SolidRun running a
patched 4.9.0 kernel with the 42.2 rootfs from
http://download.opensuse.org/ports/aarch64/distribution/leap/42.2/appliance…
Now what I see are the following situations:
1) unhandled level XY translation fault (11) at 0xYYYYYYYY, esr 0xYYYYYYYY
I have seen this with level 0, 1, 2 and 3 so far.
So far I have seen it with zypper, where it freezes seemlinly at
random, and ctrl+x produces this kind of error in dmesg.
2) undefined instruction: pc=...
This one causes a program to crash and exit without any delay. I
actively observed this twice with zypper, but the kernel log suggests it
can happen to other applications too.
Attached to this mail you can find a full system log with both kinds of
crashes. You will find that I played with qemu when this log was
produced. Sadly I did not save the initial log with the zypper crashes,
except for one extract.
I am quite unsure what to do about this. Has anybody seen such behaviour
with other boards?
br
Josua Mayer