WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Hi, does tiny core linux fits in for imx27  (Read 2817 times)

Offline supersprit

  • Newbie
  • *
  • Posts: 2
Hi, does tiny core linux fits in for imx27
« on: January 14, 2010, 06:20:44 AM »
hi all, i want to put Tiny core linux on to embedded board (imx 27ADS board), which has 128MB RAM and 400MHZ cpu. i like to try some intensive multimedia players on it. does Tiny core works for me. pls suggest your views.

-super

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11038
Re: Hi, does tiny core linux fits in for imx27
« Reply #1 on: January 14, 2010, 06:29:00 AM »
That board uses an ARM processor, while TC is for x86 cpus. Currently TC won't run on it.
The only barriers that can stop you are the ones you create yourself.

Offline supersprit

  • Newbie
  • *
  • Posts: 2
Re: Hi, does tiny core linux fits in for imx27
« Reply #2 on: January 14, 2010, 06:31:02 AM »
i came across one of the topics listed below.
-----------------------------------------------------------------------------
BY: althalus   
Re: Tinycore as a Mobile OS ?
« Reply #3 on: December 29, 2009, 06:31:06 AM »    Reply with quote
It has nothing to do with size. Chipset architectures are completely unrelated to storage methods. ARM and x86 are different chipsets. They use a different set of instructions to run applications, and software compiled using one set of instructions will not work on a chipset using a different set.

It IS possible to compile and run linux on mobile devices - Check out Maemo, Nokia N900, Google Android, Moblin. These are all linux or linux variants, but they have been compiled specifically for mobile architectures. But TC in it's present form will not work on handheld devices.
-------------------------------------------------------------------------------

this has some answer for my query. i thought if maemo of android (linux based os'es) run on ARM architecture why not tiny core.i felt i just need to compile the kernel and include the support of ARM. did anybody tried such things...

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11038
Re: Hi, does tiny core linux fits in for imx27
« Reply #3 on: January 14, 2010, 06:49:06 AM »
No, all software would need recompilation, not just the kernel.
The only barriers that can stop you are the ones you create yourself.

Offline cjgau

  • Newbie
  • *
  • Posts: 27
Re: Hi, does tiny core linux fits in for imx27
« Reply #4 on: January 14, 2010, 08:39:04 AM »
@curaga
Quote
Currently TC won't run on it.

The request to run TC on ARM or embedded systems has been asked quite many times on this forum; hate to see it spins off as a separate project.

A noobie’s question: How hard is it to have the necessary tool chains and cross compiling settings? Do we have the record of count for chromium-browser download from the extension repo?