You are not logged in.

#1 2013-03-22 08:31:40

beaux_monde
Member
Registered: 2012-12-06
Posts: 43

[RESOLVED] Getting arch for other (i486) platform

Is there the way to do subj? How is iso image of the installation media builded? I assume there is some sources which I can to download and build by myself.
Thank you in advance.

Last edited by beaux_monde (2013-03-25 04:33:11)

Offline

#2 2013-03-22 11:27:26

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,365
Website

Re: [RESOLVED] Getting arch for other (i486) platform

You would need to build everything yourself...   No-one has built Arch for i486 as far as I know.

Offline

#3 2013-03-22 11:33:47

beaux_monde
Member
Registered: 2012-12-06
Posts: 43

Re: [RESOLVED] Getting arch for other (i486) platform

Thank you for your quick reply.

Last edited by beaux_monde (2013-03-22 11:34:49)

Offline

#4 2013-03-22 14:05:38

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,362

Re: [RESOLVED] Getting arch for other (i486) platform

Using the abs tool, you can make makepkg with i486 architecture, probably the easier way.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#5 2013-03-22 15:41:28

bangkok_manouel
Member
From: indicates a starting point
Registered: 2005-02-07
Posts: 1,556

Re: [RESOLVED] Getting arch for other (i486) platform

arch linux is way too much bloated for specs you could find on i486 machines.

Offline

#6 2013-03-22 15:53:33

chris_l
Member
Registered: 2010-12-01
Posts: 390

Re: [RESOLVED] Getting arch for other (i486) platform

The wiki has an outdated article about building a i586 version.
You could use it as starting point to create your i486 version... by the way, the idea of a i486 version does not sound too bad, maybe I could help you building some packages (but I can't promise a lot of help; I'm not that interested)

If you are building this for running arch on an old 486 pc (why else would someone do such thing?) you probably will need to optimize the packages (like the kernel) for such old machines.


"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.

Offline

#7 2013-03-22 16:12:50

beaux_monde
Member
Registered: 2012-12-06
Posts: 43

Re: [RESOLVED] Getting arch for other (i486) platform

WOW!
Very nice! Thank you very much!
My topic appeared as a result of need to change distro (currently Ubuntu) used @ something like embedded controller hardware. And now I am in choosing between using ready to use lightweight distro and building Arch for my architecture.

Offline

#8 2013-03-22 16:40:07

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: [RESOLVED] Getting arch for other (i486) platform

Why not use something current for your embedded project e.g. ARM, instead of obsolete stuff like i486? There's an existing ARM port of Arch, so no need to build it yourself.

Offline

#9 2013-03-22 21:56:55

chris_l
Member
Registered: 2010-12-01
Posts: 390

Re: [RESOLVED] Getting arch for other (i486) platform

Ohh, I thought this was like a linux for retro hardware project, but is not. (what a bummer tongue)
@tomk: Maybe I'm wrong, but I think is because he/she already owns the embeded hardware, and is more a question about what distro to use there instead of choosing a platform.

But if I'm wrong, and you can choose a platform, yeah, ARM is a better option for that.


"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.

Offline

#10 2013-03-23 07:35:53

Barthalion
Forum Fellow
From: Poland
Registered: 2010-02-26
Posts: 111

Re: [RESOLVED] Getting arch for other (i486) platform

I'm a bit biased, but you should take a look at Alpine Linux.

Offline

#11 2013-03-23 08:54:53

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [RESOLVED] Getting arch for other (i486) platform

If you have to build everything from scratch for i486, you could as well consider Gentoo wink
But alpine linux  seems to be another good choice. ulibc and busybox are a good basis for an embedded system since this is smaller than glibc with coreutils.


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#12 2013-03-23 12:49:30

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,362

Re: [RESOLVED] Getting arch for other (i486) platform

chris_l wrote:

The wiki has an outdated article about building a i586 version.
You could use it as starting point to create your i486 version... by the way, the idea of a i486 version does not sound too bad, maybe I could help you building some packages (but I can't promise a lot of help; I'm not that interested)

If you are building this for running arch on an old 486 pc (why else would someone do such thing?) you probably will need to optimize the packages (like the kernel) for such old machines.

If he had a pentium, he could just use the repos from connochaetos.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

#13 2013-03-23 18:27:46

dodo3773
Member
Registered: 2011-03-17
Posts: 801

Re: [RESOLVED] Getting arch for other (i486) platform

progandy wrote:

If you have to build everything from scratch for i486, you could as well consider Gentoo wink
But alpine linux  seems to be another good choice. ulibc and busybox are a good basis for an embedded system since this is smaller than glibc with coreutils.

This. If you are going to compile everything from source why not just use a source based distrobution?

Offline

#14 2013-03-23 21:16:04

chris_l
Member
Registered: 2010-12-01
Posts: 390

Re: [RESOLVED] Getting arch for other (i486) platform

dodo3773 wrote:

If you are going to compile everything from source why not just use a source based distrobution?

The reason I offered to help was because I would like to have an i486 or i386 port of arch. Once the package would be compiled, it would be easy to install on another old computers.


"open source is about choice"
No.
Open source is about opening the source code complying with this conditions, period. The ability to choose among several packages is just a nice side effect.

Offline

#15 2013-03-25 04:29:19

beaux_monde
Member
Registered: 2012-12-06
Posts: 43

Re: [RESOLVED] Getting arch for other (i486) platform

chris_l wrote:

@tomk: Maybe I'm wrong, but I think is because he/she already owns the embeded hardware, and is more a question about what distro to use there instead of choosing a platform.

You are right.

Offline

#16 2013-03-25 04:32:37

beaux_monde
Member
Registered: 2012-12-06
Posts: 43

Re: [RESOLVED] Getting arch for other (i486) platform

So, thank you all!
I think I'll investigate alpine option.

Offline

#17 2013-04-03 16:21:56

nomorewindows
Member
Registered: 2010-04-03
Posts: 3,362

Re: [RESOLVED] Getting arch for other (i486) platform

There's an archived version of DeliLinux on sourceforge.net under the virtualboximages project.  http://sourceforge.net/projects/virtualboximage/files/  This might possibly be a start even though it might be way outdated.


I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.

Offline

Board footer

Powered by FluxBB