SliTaz SliTaz Forum

You are not logged in.

#26 2012-08-05 08:27:22

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: slitaz-arm ?

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

#27 2012-08-05 08:39:58

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: slitaz-arm ?

Hi Trixar_za, Followed the sticky post directions, but the problem of "Mirror is unreachable" .Please see the attached jpg

[attachment=12634,610]

Offline

#28 2012-08-05 10:26:05

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz-arm ?

@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

#29 2012-08-05 17:09:58

wildarch
Member
Registered: 2012-04-16
Posts: 23

Re: slitaz-arm ?

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

#30 2012-08-05 17:21:53

wildarch
Member
Registered: 2012-04-16
Posts: 23

Re: slitaz-arm ?

@kultex - I tried to cook eglibc-dev, but it's not in the wok, as is eglibc. Am I missing something kultex?

Offline

#31 2012-08-05 17:57:45

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: slitaz-arm ?

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

#32 2012-08-05 21:44:17

geev03
Member
Registered: 2012-01-09
Posts: 43

Re: slitaz-arm ?

Thanks a lot, the mirror is now reachable...

[attachment=12647,622]

Offline

#33 2012-08-06 07:24:22

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz-arm ?

@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

#34 2012-08-06 20:41:52

kultex
Administrator
Registered: 2011-03-28
Posts: 1,175

Re: slitaz-arm ?

addition:

I found this for eglibc in hg: http://hg.slitaz.org/wok/rev/cb4299f34f9d

Offline

#35 2012-08-16 09:19:33

wildarch
Member
Registered: 2012-04-16
Posts: 23

Re: slitaz-arm ?

@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

#36 2012-08-17 01:52:05

nitrogen_widget
Member
Registered: 2011-06-02
Posts: 52

Re: slitaz-arm ?

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

#37 2012-08-20 08:38:01

wildarch
Member
Registered: 2012-04-16
Posts: 23

Re: slitaz-arm ?

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

#38 2012-08-28 16:53:19

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-arm ?

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

#39 2012-08-28 18:32:49

mscythe
Member
Registered: 2012-02-24
Posts: 76

Re: slitaz-arm ?

Slitaz-arm have sound now?

Offline

#40 2012-08-28 19:13:35

wildarch
Member
Registered: 2012-04-16
Posts: 23

Re: slitaz-arm ?

Got a tazpkg/script or instructions, alanyih?

Offline

#41 2012-08-29 03:31:31

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-arm ?

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

#42 2012-09-02 00:10:54

alanyih
Administrator
Registered: 2011-04-02
Posts: 532

Re: slitaz-arm ?

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

#43 2014-07-22 06:29:04

tvicol
Member
Registered: 2011-12-28
Posts: 66

Re: slitaz-arm ?

I think Maynard should be default graphic shell in slitazarm as well

http://www.raspberrypi.org/preview-the-upcoming-maynard-desktop/

Regards,

Tibi

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.57 MiB (Peak: 1.77 MiB) ]