You are not logged in.
Good news..
I am still stuck at "Mirror is unreachable" (jpg is attached)
There is an on-line ARM builder, http://narcissus.angstrom-distribution.org/ , but neither Raspberry Pi nor MK802 is in the target list .
[attachment=12633,609]
Offline
Hi Trixar_za, Followed the sticky post directions, but the problem of "Mirror is unreachable" .Please see the attached jpg
[attachment=12634,610]
Offline
@wildarch - Slitaz cooking is not any more based on glibc - it uses eglibc - this is from a mail from pankso
"Last month I spend, say, all my time on the SliTaz ARM port, the result
is a working toolchain, an ARM cooker an around 80 tested/working ARM
packages.... Cross compilation is trivial, not well documented and each
distro have it own way to do it. I based my work on Eglibc and their
documentation. Like I read in emb-Gentoo doc "Glibc suck at life" so in
SliTaz we use now Eglibc as main C library, from the time I understound
that cross-compilation is easier."
Offline
Thank you very much kultex, I'll give eglibc a try soon.
The arm builder you found, geev03, is a builder for "the angstrom distribution". The only arm builder for Slitaz is http://cook.slitaz.org/cross/arm, which has been doing nothing for a long time.
Offline
@kultex - I tried to cook eglibc-dev, but it's not in the wok, as is eglibc. Am I missing something kultex?
Offline
Pinging cook.slitaz.org [213.3.10.214] with 32 bytes of data:
Request timed out.
Pinging slitaz.org [94.23.61.29] with 32 bytes of data:
Reply from 94.23.61.29: bytes=32 time=12ms TTL=52
----------------------------------------------
Ok, that explains the "Mirror is unreachable"!
Offline
Thanks a lot, the mirror is now reachable...
[attachment=12647,622]
Offline
@wildarch
strange - I just have this mail from pankso, but did not have time to check cooking much - I only tried 2 times the rolling iso, which did not boot at all
I checked now http://pkgs.slitaz.org/ for cooking packages and found only glibc nothing for eglibc
ok I try to contact pankso or perhaps some other devs can answer....
Thomas
Offline
addition:
I found this for eglibc in hg: http://hg.slitaz.org/wok/rev/cb4299f34f9d
Offline
@kultex
I just checked your eglibc receipt. It seems to be intergrated into the glibc-base receipt, that's why it doesn't have it's own receipt in the wok.
Offline
Just got my Pi in the mail today.
UPS left it on the back porch with a milk bone. LOL!
I'm guessing they thought my dog might be in the back since I had the kitchen window open and she has a real loud bark.
Offline
I'm uploading some logs in the hope that it will be useful for the developers. The files:
-depends:I created this file myself. It helps me keep track of the packages I need to cook to get a toolchain I can install on the raspberry pi.
-{package}.log files:These files contain the output of "cook {package}". The only package I have been able to compile is glibc-base, so I hope that the maintainers of the other packages will see this and fix the receipt.
Uploading to the forum doesn't seem to work, so you can download the archive containing the files here http://dl.dropbox.com/u/6147485/upload.tar
Offline
1.
root@slitaz:~# modinfo snd_bcm2835
filename: kernel/sound/arm/snd-bcm2835.ko
description: Alsa driver for BCM2835 chip
author: Dom Cobley
license: GPL
vermagic: 3.2.14-slitaz preempt mod_unload modversions ARMv6
depends: snd-pcm,snd
2.
root@slitaz:~# modprobe snd-bcm2835
### snd_bcm2835_alsa_probe c05e0958 ############### PROBING FOR bcm2835 ALSA device (0):(1) ###############
Creating card...
Creating device/chip ..
Adding controls ..
Registering card ....
bcm2835 ALSA CARD CREATED!
### BCM2835 ALSA driver init OK ###
3.
root@slitaz:~# lsmod
Module Size Used by Tainted: G
snd_bcm2835 21709 0
snd_pcm 82450 1 snd_bcm2835
snd_page_alloc 5395 1 snd_pcm
snd_timer 21614 1 snd_pcm
snd 58035 3 snd_bcm2835,snd_pcm,snd_timer
ipv6 286290 10
Offline
Slitaz-arm have sound now?
Offline
Got a tazpkg/script or instructions, alanyih?
Offline
RPi Kernel Compilation
http://elinux.org/Rpi_kernel_compilation#From_a_foreign_machine
3 From a foreign machine
3.1 Firmware
3.2 Kernel compilation
3.2.1 Ubunt
3.2.2 Gentoo Linux
3.2.3 Arch Linux
3.2.4 OS X
3.2.4.1 Macports
3.2.4.2 Yagarto
3.3 Transferring The Build
Offline
BCM2835 ALSA
1.
root@slitaz:~# modprobe snd-bcm2835
### snd_bcm2835_alsa_probe c05e0958 ############### PROBING FOR bcm2835 ALSA device (0):(1) ###############
Creating card...
Creating device/chip ..
Adding controls ..
Registering card ....
bcm2835 ALSA CARD CREATED!
### BCM2835 ALSA driver init OK ###
2.
root@slitaz:~# spk-ls --short | grep alsa
alsa-lib 1.0.25
alsa-utils 1.0.25
3.
root@slitaz:~# ls -l /usr/share/sounds/alsa
total 1205
-rw-r--r-- 1 root root 137134 Jun 1 2012 Front_Center.wav
-rw-r--r-- 1 root root 142128 Jun 1 2012 Front_Left.wav
-rw-r--r-- 1 root root 146990 Jun 1 2012 Front_Right.wav
-rw-r--r-- 1 root root 135202 Jun 1 2012 Noise.wav
-rw-r--r-- 1 root root 130096 Jun 1 2012 Rear_Center.wav
-rw-r--r-- 1 root root 126064 Jun 1 2012 Rear_Left.wav
-rw-r--r-- 1 root root 146480 Jun 1 2012 Rear_Right.wav
-rw-r--r-- 1 root root 134868 Jun 1 2012 Side_Left.wav
-rw-r--r-- 1 root root 129966 Jun 1 2012 Side_Right.wav
4.
root@slitaz:~# aplay /usr/share/sounds/alsa/Front_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Front_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
root@slitaz:~# aplay /usr/share/sounds/alsa/Rear_Center.wav
Playing WAVE '/usr/share/sounds/alsa/Rear_Center.wav' : Signed 16 bit Little Endian, Rate 48000 Hz, Mono
5.
root@slitaz:~# amixer scontrols
Simple mixer control 'PCM',0
root@slitaz:~# amixer scontents
Simple mixer control 'PCM',0
Capabilities: pvolume pvolume-joined penum
Playback channels: Mono
Limits: Playback -10240 - 2303
Mono: Playback 100 [82%] [1.00dB]
root@slitaz:~#
[attachment=13341,645]
Offline
I think Maynard should be default graphic shell in slitazarm as well
http://www.raspberrypi.org/preview-the-upcoming-maynard-desktop/
Regards,
Tibi
Offline
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]