포럼 회원으로 등록하신분만 다운로드가 가능합니다. 최대 업로드 가능한 용량은 20MB 입니다.

홈페이지에 올리느라고 영어로 적었습니다.
혹시 관심 있으신 분은 참고하시기 바랍니다.
동작은 아직 정말 기본적인 정도만 됩니다.

I tried Android-x86/Donut on viliv S5 device. Following is the summary of the procedure.

Following is the status of porting.
  1. Basic GFX works. : works as 1024x600, no acceleration. without any proper modification for Android.
  2. Wifi works : SD8686
  3. Touch screen works. 

Things that I trying to do now.
  1. trying Eclair
  2. enabling Bluetooth / GPS
  3. enabling sound
  4. try to optimize GMA500 driver 

Getting the source code 


Get the android-x86/Donut source code. Please refer to following URL about getting source and building Donut. : [http]http://www.android-x86.org/getsourcecode
$ cd ~
$ repo init -u git://android-x86.git.sf.net/gitroot/android-x86/manifest.git -b donut-x86

Get the patches from my site :)
$ wget http://pinebud.wo.to/patch_s5.tgz
$ wget http://pinebud.wo.to/patch_s5_2.tgz
$ tar xzf patch_s5.tgz -C~
$ tar xzf patch_s5_2.tgz -C~

Applying the patches 


Extract a small utility to access the ioport. This utility is used to enable S5 TS.
$ cd ~/android-x86
$ tar xvzf ~/patch_s5/ioport

Patch kernel for TS and wifi.
$ cd kernel
$ patch -p1 < ~/patch_s5/kernel_s5.patch
$ patch -p1 < ~/patch2/kernel_s5.patch

Patch HAL layer(??) for wifi
$ cd ~/android-x86/hardware/libhardware_legacy
$ patch -p1 < ~/patch_s5/libhardware_legacy_s5.patch
$ patch -p1 < ~/patch2/libhardware_legacy_s5.patch

Patch init scripts for S5. This patch loads drivers for S5.
$ cd ~/android-x86/bootable/newinstaller
$ patch -p1 < ~/patch_s5/newinstaller_s5.patch

Untar the product specific files.
$ cd ~/android-x86
$ tar xvzf ~/patch_s5/vendor_s5.tgz
$ cd vendor/viliv/s5
$ patch -p1 < ~/patch2/vendor_s5.patch

Now you may build the usb_image with Product s5.
$ cd ~/android-x86
$ make TARGET_PRODUCT=s5 usb_img


고도리

2010.06.26 00:31:57
*.140.0.103

와우...............android x86이네요....

 

자료 감사합니다.....

이제현

2010.06.26 03:31:14
*.90.137.102

S5의 Atom CPU에도 S5PC110에 들어있는 3D 가속기 SGX540이 들어있습니다.

참고하시면 속도 개선에 많은 도움이 될것 같습니다.

마수리

2010.07.12 08:43:36
*.123.125.55

좋은 자료 감사합니다. ^_^

List of Articles
번호 제목 글쓴이 날짜sort 조회 수
70 embedded linux porting guide(ppcboot & mpc860) file [4] 고현철 2007-12-17 15950
69 ARM EABI cross-toolchain howto file [4] 고현철 2008-07-09 16030
68 U-Boot 실무 위주의 간단한 강좌 #1 - Makefile 사용법 file [3] 김재훈 2008-07-11 18861
67 Making ARM-EABI Toolchain #1 - Crosstool 환경 설정 file [1] 김재훈 2008-07-13 16926
66 Crosstool 0.43 - ARM Softfloat / ARM11-VFP EABI 지원 file [6] 김재훈 2008-07-19 16518
65 간단한 uBoot 사용 및 환경 설정 방법 [4] 김재훈 2009-01-29 19660
64 autologin 고현철 2009-01-30 9886
63 debug print문(kernel & app용) 고현철 2009-01-30 10060
62 Embedded linux Swap howto 고현철 2009-01-30 10252
61 ramdisk howto file 고현철 2009-01-30 10622
60 NFS howto & options 고현철 2009-01-30 11154
59 Windows CE에서 NK.bin에 포함된 모듈 확인 하는 방법 file [1] 김재훈 2009-02-04 11030
58 2.6.28 kernel에서 sk_buff에서 mac header를 가져오고 찍는 방법 [1] 고현철 2009-02-10 10864
57 리눅스 루트 파일 시스템 기본 구조 및 스펙 문서 file [3] 김재훈 2009-02-12 14388
56 kernel 2.6(S3C64XX)용 kernel image구조 고현철 2009-02-16 10982
55 uBuntu 8.10에서 Crosstool 0.43 사용 방법 [2] 김재훈 2009-02-18 10780
54 linux kernel의 ethernet(MAC) address를 자동 지정해 주는 방법 [1] 고현철 2009-03-05 11513
53 고현철님의 리눅스 Root File System 만들기 동영상 강좌 [2] 김재훈 2009-04-05 15537
52 고현철님의 리눅스 Root File System 만들기 동영상 실습 김재훈 2009-04-05 12658
51 mdev and udev 사용 방법 및 적용 가이드 file 김재훈 2009-04-06 16105

사용자 로그인