[android-developers] Re: Compile and port Android os in MS104-SH4AG board

2010-04-21 Thread Pankaj
Thank you for the reply.


I have MS104-SH4AG and MS104-LCD/AUDIO board.

Configuration : CPU: sh7764
Product no : R5S77640N300BG
Flash rom  : 16 MB
SD Ram : 64 MB

For hardware reference please see below link
http://www.apnet.co.jp/product/ms104/ms104-sh4ag.html
http://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html


I want to run android on this device.
For that i apply following step
1) Download android source code.
2) Install all patch's in
https://review.source.android.com/#dashboard,1001893

after i compile android source code using
TARGET_ARCH=sh make
But it gives unknown architecture error.

I want to know that am i going right way or not.
Also that how can i build and mount android image file on PCB.

Can any one help me on this topic?
Please give me what can i do for compile source code for SuperH
architecture.


On Apr 20, 10:24 am, Pankaj gadhiya_pankaj...@yahoo.co.in wrote:
 Hello All

 I have “MS104-SH4AG” and “MS104-LCD/AUDIO” board.
 For hardware reference please see below 
 linkhttp://www.apnet.co.jp/product/ms104/ms104-sh4ag.htmlhttp://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html

 I want to run android os in this board.
 How can I porting android in this board.
 Would you please help me on this topic?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Compile and port Android os in MS104-SH4AG board

2010-04-21 Thread Pankaj
Thank you for the reply.


I have MS104-SH4AG and MS104-LCD/AUDIO board.

Configuration : CPU: sh7764
Product no : R5S77640N300BG
Flash rom  : 16 MB
SD Ram : 64 MB

For hardware reference please see below link
http://www.apnet.co.jp/product/ms104/ms104-sh4ag.html
http://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html


I want to run android on this device.
For that i apply following step
1) Download android source code.
2) Install all patch's in
https://review.source.android.com/#dashboard,1001893

after i compile android source code using
TARGET_ARCH=sh make
But it gives unknown architecture error.

I want to know that am i going right way or not.
Also that how can i build and mount android image file on PCB.

Can any one help me on this topic?
Please give me what can i do for compile source code for SuperH
architecture.


On Apr 21, 12:04 am, Hamilton Vera hamilton.lis...@gmail.com wrote:
 Any English information, I cannot read japanese.

 I've never worked with SH4, and I don't know if android stands for that

 But anyway you can start here:

 http://android.git.kernel.org/http://www.linuxfordevices.com/c/a/Linux-For-Devices-Articles/Porting...http://www.mail-archive.com/android-disc...@googlegroups.com/msg10640...https://review.source.android.com/#dashboard,1001893





 On Tue, Apr 20, 2010 at 2:24 AM,Pankajgadhiya_pankaj...@yahoo.co.in wrote:
  Hello All

  I have “MS104-SH4AG” and “MS104-LCD/AUDIO” board.
  For hardware reference please see below link
 http://www.apnet.co.jp/product/ms104/ms104-sh4ag.html
 http://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html

  I want to run android os in this board.
  How can I porting android in this board.
  Would you please help me on this topic?

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Hamilton Vera
 int Administrator (char Network[],char 
 ComputationalSystems[])http://hvera.wordpress.com

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en- Hide quoted text -

 - Show quoted text -

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Compile and port Android os in MS104-SH4AG board

2010-04-21 Thread Bob Kerns
Well, TARGET_ARCH=sh make doesn't look right!

I'm not familiar with that processor, so I don't know what value you
should use for TARGET_ARCH. Perhaps the clue is in this phrase: ルネサステクノ
ロジ -- but I often find it harder to understand English as katakana
than Japanese as kanji! What is ルネサス technology? Would that be a
processor architecture?

Anyway, I suspect what you're supposed to be typing is:

TARGET_ARCH=architecturename sh make

that is, run 'sh make' with the TARGET_ARCH environment variable set.

Anyway, you'll have better luck asking this on the android-porting
list.

On Apr 21, 4:07 am, Pankaj gadhiya_pankaj...@yahoo.co.in wrote:
 Thank you for the reply.

 I have MS104-SH4AG and MS104-LCD/AUDIO board.

 Configuration : CPU: sh7764
 Product no : R5S77640N300BG
 Flash rom  : 16 MB
 SD Ram : 64 MB

 For hardware reference please see below 
 linkhttp://www.apnet.co.jp/product/ms104/ms104-sh4ag.htmlhttp://www.apnet.co.jp/product/ms104/ms104-lcd_audio.html

 I want to run android on this device.
 For that i apply following step
 1) Download android source code.
 2) Install all patch's inhttps://review.source.android.com/#dashboard,1001893

 after i compile android source code using
 TARGET_ARCH=sh make
 But it gives unknown architecture error.

 I want to know that am i going right way or not.
 Also that how can i build and mount android image file on PCB.

 Can any one help me on this topic?
 Please give me what can i do for compile source code for SuperH
 architecture.

 On Apr 20, 10:24 am, Pankaj gadhiya_pankaj...@yahoo.co.in wrote:





  Hello All

  I have “MS104-SH4AG” and “MS104-LCD/AUDIO” board.
  For hardware reference please see below 
  linkhttp://www.apnet.co.jp/product/ms104/ms104-sh4ag.htmlhttp://www.apnet...

  I want to run android os in this board.
  How can I porting android in this board.
  Would you please help me on this topic?

  --
  You received this message because you are subscribed to the Google
  Groups Android Developers group.
  To post to this group, send email to android-developers@googlegroups.com
  To unsubscribe from this group, send email to
  android-developers+unsubscr...@googlegroups.com
  For more options, visit this group 
  athttp://groups.google.com/group/android-developers?hl=en

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group 
 athttp://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en