WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: TC build scripts? (/building low ram LFS )  (Read 9003 times)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: TC build scripts? (/building low ram LFS )
« Reply #15 on: May 23, 2012, 04:45:02 AM »
If you search for "wm8505 linux" you should find the kernel community and some ready distros. But given it's a consumer device built for android, it may requre some effort to get it running something else.

The netbooks usually are easier than the tablets, but YMMV.


On the CPU freq, if it's not possible to adjust directly, you can use cpulimit to make sure your app only uses X% of the cpu. Should be almost equivalent.
The only barriers that can stop you are the ones you create yourself.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: TC build scripts? (/building low ram LFS )
« Reply #16 on: May 23, 2012, 09:27:41 AM »
@bmarkus: Please post how much RAM they take, out of curiosity. Both according to top and "pmap -d $PID | tail -n1"

There are no pmap in the system. Free and top output attached (look fordixprsmain.py processes)

« Last Edit: May 23, 2012, 09:30:13 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

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

Offline cast-fish

  • Hero Member
  • *****
  • Posts: 1000
  • hi there
Re: TC build scripts? (/building low ram LFS )
« Reply #17 on: May 24, 2012, 02:13:20 PM »
That is interesting with the APC from via. What is odd
is when they are discussing the APC, the guys never actually mention
connecting to the android market place.

Kind of odd that they don't mention it. (must just be implied)

 ::)

V



 

Offline mb0

  • Jr. Member
  • **
  • Posts: 86
Re: TC build scripts? (/building low ram LFS )
« Reply #18 on: May 31, 2012, 07:29:49 AM »
@cast-fish: usually (perhaps always?) android market can be 'hacked' on even if no out-of-box support.

I snapped up one of these with a broken touchscreen on ebay. There are linux disk images which just need to be copied onto the SD card and then it runs w/o even affecting the android install.. so even easier/better than i hoped, all up and running.

When looking at these tablets it is clear there is heavy bending of the truth re: specs -- 'HD' screens that are 800x480, 'dual core' tablets that are single core CPU+ single core GPU, and so on. So, is there a benchmark that i can run which will tell me the performance of the cpu (ie to guess @ its mhz).. as there appear to be some 350mhz versions of these tablets. ??

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: TC build scripts? (/building low ram LFS )
« Reply #19 on: May 31, 2012, 08:26:39 AM »
Just read /proc/cpuinfo since you have linux on it.
The only barriers that can stop you are the ones you create yourself.

Offline mb0

  • Jr. Member
  • **
  • Posts: 86
Re: TC build scripts? (/building low ram LFS )
« Reply #20 on: May 31, 2012, 08:39:16 AM »
ok.. it says 797.97 'BogoMIPS' ? (and confirms that it is an arm9 which i wasn't doubting)

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: TC build scripts? (/building low ram LFS )
« Reply #21 on: May 31, 2012, 08:44:32 AM »
Usually on ARMs the bogomips correspond directly to Mhz, so you should have a 800MHz one.
The only barriers that can stop you are the ones you create yourself.