[android-porting] Re: Porting Android to AT91SAM9261 (ATMEL)

2009-08-10 Thread sbc

Embest Industrial ARM9 module comes with Linux and android


The SBC6000X supports extended temperature operation, and comes pre-
loded with a Linux 2.6-based kernel, YAFFS filesystem, and Wince6.0
BSP.

The SBC6000X uses Atmel's interesting AT91SAM9261 ,the AT91SAM9261
uses ARM's ARM926EJ-S core clocked at 200MHz, with 16KB each of
instruction and data cache. It also boasts 16KB of on-chip SRAM and
32KB of flash, and offers an external bus interface with controllers
for SDRAM, NAND Flash, and CompactFlash. Furthermore, it integrates a
host of on-chip peripheral interfaces.

The board operates from -10 to 70 degrees Celsius (without backup
battery), though individual
components are claimed to be industrial grade parts good between -40
and 85 degrees Celsius.

Specifications listed  include:
Processor -- Atmel AT91SAM9261 clocked at 200MHz @1.8V
Memory -- 2Kbit EEPROM, 64MB SDRAM, 128MB NAND,4/8Mbyte Dataflash(not
fit)
1 x 10/100Mbps Ethernet
1 x RS232 serial communication port with flow control signal
1x RS232 serial communication ports with RTS and CTS signal
1 x RS232 serial communication ports, including a Debug unit
2 x USB 2.0 full-speed host port and one device port
4 x 4 Keyboard interface
Audio input and output jacks
Four channels 12-bit ADC
Expansion:
SD card slot
16 GPIO
RTC circuit with a backup battery
3.5\4.3\5.6 and 7 TFT LCD
+12V DC power input slot
On the software side, the SBC6000X comes with the U-boot 1.3.4
bootloader, a Linux 2.6.24 kernel,YAFFS filesystem, and application
software.


The SBC6000X is available now, and can be ordered direct from Embest's
online store,Volume discounts are also available
More details can be found here.
http://www.armkits.com/Product/sbc6000x.asp
http://www.embedinfo.com/english/product/images/sbc6000xL.jpg

Embest InfoTech Co., LTD. (China HQ)
Room 509, Luohu Science Building
#85 Taining Rd., Shenzhen, Guangdong
China 518020
Tel: 0086-755-25635656, 25636285
Fax: 0086-755-25616057
Sales Email: mar...@embedinfo.com or embest1sa...@yahoo.com
Support Email: supp...@embedinfo.com or embestemb...@yahoo.com
http://www.armkits.com or http://www.embedinfo.com/english/

--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~--~~~~--~~--~--~---



[android-porting] Re: Porting Android to AT91SAM9261 (ATMEL)

2009-07-10 Thread s909...@gmail.com

Hello everyone,
I have received the response from Lee, one of the export in Android
porting.
Thanks Lee's suggestions.
I post his response in here, and wish to help your porting job.

Lee said~
In my opinion, your problem is LCD flickering.(framebuffer driver)
Your android system is not died.
It just tries to display something. (but CPU usage 99%, trying
EGLDisplaySurface().. )

To solve this problem,
Modify your framebuffer driver.

Brief Overview :
1. double buffering ( yres * 2, and memsize * 2)
2. provide *_pan_display() function (android init check this by ioctl
loop)

Please refer this URL
 - http://androidzaurus.seesaa.net/article/88509204.html

--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~--~~~~--~~--~--~---



[android-porting] Re: Porting Android to AT91SAM9261 (ATMEL)

2009-06-25 Thread Neo



On Jun 25, 8:16 am, s909...@gmail.com s909...@gmail.com wrote:


 The shell is working. But I still don't know how to run the Android.
 Has anybody got ideas for this porting tasks?
 Please share your experience if you succeed in porting to
 at91sam9261ek?
 Many thanks.

 Best Regards

 Chuang
 s909...@gmail.com

You have to run the init in the android file system, this starts the
various services that will follow. You can boot into the shell and
then issue it manually too.
--~--~-~--~~~---~--~~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~--~~~~--~~--~--~---