SliTaz SliTaz Forum

You are not logged in.

#1 2014-03-10 21:40:48

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

New SliTaz ARM website

Hi all ARM fellows!

I pushed online a new website dedicated to SliTaz on the ARM arch. The goal is to have all information and official documentation centralized. The site provide also CGI SHell services such as nice README

output and packages list.

SliTaz ARM: http://arm.slitaz.org

Suggestion and contribution are realy welcome! If you miss an info and think about a CGI function, let me know I will see what I can do :-)

On the Raspberry Pi side I have pushed to Hg a new tool to build custom SliTaz RPi distro and install them, it is quiet well tested since I have my own Pi now. I also coded a small tool to run on the Pi, it is called TazBerry and use dialog (more user friendly than cmdline).

Offline

#2 2014-03-13 10:49:50

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: New SliTaz ARM website

Will there be future support for other ARM types, such as the the Zynq ARM A9? That would allow SliTaz to be used on systems such as the Parallella-16/64.

Regardless though I'm planning on doing something like that in the future if it is not officially supported (at most about a year from now, assuming that the Parallella-16 boards will be available by then), but it would be amazing to have official support for various ARM types. I'm not aware of the differences between these ARM processors, as to if the binary files have to be recompiled or not, and what other issues one may have, but it seems to be a major stride in the SliTaz world to at least have it work on ARM for now, and x86_64 coming in the future too!

Offline

#3 2014-03-14 20:57:31

emgi
Member
Registered: 2012-12-17
Posts: 127

Re: New SliTaz ARM website

The cross compiling and so is not really my cup of tea I'm afraid but its good to see that the project to port slitaz to the RPI is now really taking off. It would be a good thing to have a slitaz image in list of raspberry downloads anytime soon, both for the Pi and to increase the number of Slitaz users.

I happen to have a 'real' Pi and I've been running various emulations on Qemu. Will certainly try this out as soon as I get it running.

/emgi

Offline

#4 2014-03-17 04:13:04

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

Re: New SliTaz ARM website

Please update last-linux.txt to 3.10.33+

http://mirror.slitaz.org/arm/rpi/last-linux.txt

# sat-rpi get-linux

Fetching latest Kernel string...                                     [ Done ]

Kernel version: 3.10.32+

Fetching latest Linux package...                                     [ Done ]

Extracting: linux-3.10.32+

================================================================================

Copying original package...                                          [ Done ]

Extracting linux-3.10.32+...                                         [ Done ]

Extracting the pseudo fs...                                          [ Done ]

================================================================================

linux-3.10.32+ is extracted to: linux-3.10.32+

Offline

#5 2014-03-17 20:09:51

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: New SliTaz ARM website

Hi,

@necrophcodr: yes we getting ready for arm v7 an other types may be add quiet easely. Since I dont know everything about arm, one should do a request then I will see if I can add the type support.

@alanyih; I update mirror and I will upload some ready to use rootfs to copy on sdcard.

Also, I added a lot of packages into ARM and we have a working Xorg window system!!! I compiled fox toolkit to have some gui apps but GTK (gobject introspection) still dont compile. And I compiled some usufull servers such as mpd to create Raspberry Pi, Cue Board, etc audio, web, and CO server solution.

On the install side, I coded all needed script to install slitaz in one command. To remote control a SliTaz ARM machine I coded a small and fast CGI toolkit. And finally I also coded some ncurses gui to configure a Slitaz text mode system 8tools will benefit to i486 and arm arch)

I will update http://arm.slitaz.org as soon as I get an official SliTaz Raspberry Pi release.

- Christophe

Offline

#6 2014-03-19 03:07:12

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

Re: New SliTaz ARM website

Please check rpi-desktop/packages.list

http://hg.slitaz.org/slitaz-arm/file/85becc4b89a7/flavors/rpi-desktop/packages.list

I. duplicate

58 xorg-libXinerama

62 xorg-libXinerama

74 xorg-libXinerama

66 xorg-libXaw

67 xorg-libXaw

II. missing pkg

http://cook.slitaz.org/cross/arm/packages/packages.list

76 xorg-libXrandr

77 xorg-libXdamage

Offline

#7 2014-03-26 19:43:06

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

Re: New SliTaz ARM website

Could you please compile wayland and weston for this arch ?

Wayland was already tested on raspberry-pi showing great improvement.

Offline

#8 2014-03-27 19:57:08

necrophcodr
Member
Registered: 2014-02-20
Posts: 101

Re: New SliTaz ARM website

@tvicol

Did you know that you can actually build wayland and weston for your rPI yourself, using either sat or cooker with arm arch? Give it a shot, and let us know if you are successful!

Offline

#9 2014-03-30 13:45:18

pankso
Administrator
Registered: 2026-06-27
Posts: 341
Website

Re: New SliTaz ARM website

Hi folks,

Yes I'm working on Wayland and hope to have it working soon since we would be one of the first distro to have it by default. I guess Wayland is the future and performance seems to be very nice on the RPi!

Actually I already started to push Wayland packages receipt to the i486 arch, when I'm fine I will cross compile them: http://hg.slitaz.org/wok/rev/8457249d0f20

- Christophe

Offline

#10 2014-04-14 10:08:42

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

Re: New SliTaz ARM website

Thank you Christophe !

I'm also confident that Wayland is the future and if Slitaz will have it by default will gain a huge number of RPi users. Alter all, the best distro should use the best display compositor. smile

https://www.youtube.com/watch?v=0UkUal_hHx8

Offline

#11 2014-04-14 10:39:59

devl547
Administrator
Registered: 2011-06-01
Posts: 285

Re: New SliTaz ARM website

>I guess Wayland is the future and performance seems to be very nice on the RPi!

The problem is the lack of 2D acceleration in rPI video drivers.

Wayland uses 3d engine (via gles) to accelerate rendering (like compiz or Xorg with libglamor). Nothing more.

In fact, on my not that underpowered desktop PCs, wayland was even slower than Xorg.

Offline

#12 2014-04-15 17:28:56

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

Re: New SliTaz ARM website

therre are open 3D drivers

http://www.raspberrypi.org/quake-iii-bounty-we-have-a-winner/

Offline

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

Board footer

Powered by FluxBB
Modified by Visman

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