WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Tinycore RootFS sources  (Read 2893 times)

Offline oe5hpm

  • Newbie
  • *
  • Posts: 2
Tinycore RootFS sources
« on: November 22, 2013, 10:03:25 AM »
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

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: Tinycore RootFS sources
« Reply #1 on: November 22, 2013, 03:23:37 PM »
In repo, depending on version and arch, e.g.
http://tinycorelinux.net/5.x/x86/release/src/
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Tinycore RootFS sources
« Reply #2 on: November 23, 2013, 12:33:42 AM »
Core scripts and fltk programs in GIT http://git.tinycorelinux.net/index.cgi
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10982
Re: Tinycore RootFS sources
« Reply #3 on: November 23, 2013, 01:03:05 AM »
Unless that's a soft-float board, you should be able to reuse the existing arm ports.
The only barriers that can stop you are the ones you create yourself.

Offline oe5hpm

  • Newbie
  • *
  • Posts: 2
Re: Tinycore RootFS sources
« Reply #4 on: November 23, 2013, 12: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