Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: oe5hpm on November 22, 2013, 01:03:25 PM

Title: Tinycore RootFS sources
Post by: oe5hpm on November 22, 2013, 01:03:25 PM
Hello everybody,

I'm going to setup Tinycore Linux on a Texas Instruments AM3352 Processor based Board, this is an ARMv7 (Cortex a8) with up to 1 GHz and in my case with 256 MiB DDRAM3 attached, also a 7" WVGA display is connected (kernel allready displays the pinguin).

I've allready succesfully a kernel which does support all the hardware around and on my board.

Next step must be compile the rootfs e.g. the initrd of tinycore linux.
Are there any documents or links where i can get the sources or some information about doing this ?

many thanks and best regards,
Hannes - oe5hpm
Title: Re: Tinycore RootFS sources
Post by: tinypoodle on November 22, 2013, 06:23:37 PM
In repo, depending on version and arch, e.g.
http://tinycorelinux.net/5.x/x86/release/src/
Title: Re: Tinycore RootFS sources
Post by: bmarkus on November 23, 2013, 03:33:42 AM
Core scripts and fltk programs in GIT http://git.tinycorelinux.net/index.cgi
Title: Re: Tinycore RootFS sources
Post by: curaga on November 23, 2013, 04:03:05 AM
Unless that's a soft-float board, you should be able to reuse the existing arm ports.
Title: Re: Tinycore RootFS sources
Post by: oe5hpm on November 23, 2013, 03:11:19 PM
thanks for help.
unfortunately AM3352 is soft-fp, therefore i think that i have to build the rootfs by my self.

i will check the git repository and report afterwards about success or probably the other side :-)

best regards,
hannes