http://www.mangoboard.com/
소스
다운로드 :
수정
사항
1.
TVP5150 Audio Patch 완료
2.
BusyBox 추가
3.
Uart 디바이스 권한 변경 완료
4.
7inch FT5x60 touch patch
##u-boot
build
cd
uboot
$
./build_uboot
##
kernel build
##
7inch 1024x600 cap touch ft5x06
$
./build_kernel defconfig mango210_ICS404_mrvl8787_ft5x06_defconfig
$
./build_kernel
이전
모델 인 경우
##
7inch 1024x600 cap touch HX8526
$
./build_kernel defconfig mango210_ICS404_mrvl8787_HX8526_defconfig
$
./build_kernel
##
7inch 800x480 LCD (Landscape)
$
./build_kernel defconfig mango210_ICS404_mrvl8787_defconfig
##
7inch 800x480 LCD (90' Rotation)
$
./build_kernel defconfig mango210_ICS404_rotation_800_defonfig
##
10.1" 1280x800 cap multi touch 10point
$
./build_kernel defconfig mango210_10_1inch_mrvl8787_defconfig
$
./build_kernel
##
7inch 800x480 LCD , Camera 1.3M sr130pc10
$
./build_kernel defconfig mango210_ICS404_mrvl8787_sr130pc10_defconfig
$
./build_kernel
##
7inch 800x480 LCD , TVP5150
$
./build_kernel defconfig mango210_7inch_mrvl8787_tvp5150_defconfig
#
./build_kernel
##
7inch 800x480 LCD , MT9P111
$
./build_kernel defconfig mango210_7inch_mrvl8787_mt9p111_defconfig
#
./build_kernel
##
10.4inch 800x600 LCD
$
./build_kernel defconfig mango210_10_4inch_mrvl8787_defconfig
#
./build_kernel
##
Android ICS Build
$
cd android
$
. ./build/envsetup.sh .
$
lunch
10
번 선택
$
./android_build.sh
$
cp out/target/product/smdkv210/ramdisk-uboot.img ../image
$
cp out/target/product/smdkv210/system.img ../image
##
How to Fusing
sd
card Linux Host PC 삽입
[root@crzubntu
image]# df
파일시스템
1K-블럭 사용됨 사용가능 사용% 마운트 됨
/dev/sda1
37486120 4995552 30586340 15% /
none
2009524 376 2009148 1% /dev
none
2013752 164 2013588 1% /dev/shm
none
2013752 332 2013420 1% /var/run
none
2013752 0 2013752 0% /var/lock
none
2013752 0 2013752 0% /lib/init/rw
/dev/sda5
576740904 276112 547168000 1% /home
192.168.0.113:/home/icanjji/work
1746752512 527285248 1132045312 32% /media/113
/dev/sdb1
7019508 48 7019460 1% /media/0000-3333
/dev/sdb2
231808 147592 84216 64%
/media/57f8f4bc-abf4-655f-bf67-946fc0f9f25b
/dev/sdb4
103328 4152 93844 5%
/media/5e0b575b-8a69-f635-ef85-219453a24cf2
/dev/sdb3
354284 58268 277728 18%
/media/f7442953-22a3-55b1-87bf-bacdb21de52b
$
sudo ./sdwriter sdb 210 bin
보드에
삽입 후 부팅
Mango210
Board : SD Boot ( 1,3,4 ON)
CM-V210
: SD Boot ( 2,3,6 ON )
after
boot u-boot
MANGO210
# fdisk -c 0; fatformat mmc 0:1;fastboot
Host
PC Linux
fastboot
flash kernel zImage ; fastboot flash system system.img; fastboot flash ramdisk
ramdisk-uboot.img ; fastboot -w
$
sudo fastboot flash kernel zImage ; sudo fastboot flash system system.img; sudo
fastboot flash ramdisk ramdisk-uboot.img ; sudo fastboot -w
#set
u-boot
setenv
bootcmd 'movi read kernel 20008000; movi read rootfs 21000000 300000;bootm
20008000 21000000'
setenv
bootargs 'console=ttySAC1,115200'
[[[[[[
Download
Source:
http://crztech.iptime.org:8080/Release/mango210/android/ics/2013_0628/
Correction
1.
TVP5150 Audio Patch completed
2.
BusyBox added
3.
The completion of Uart device authority
4.
7inch FT5x60 touch patch
#
# U-boot build
cd
uboot
$.
/ Build_uboot
#
# Kernel build
#
# 7inch 1024x600 cap touch ft5x06
$.
/ Build_kernel defconfig mango210_ICS404_mrvl8787_ft5x06_defconfig
$.
/ Build_kernel
The
case of the previous model
#
# 7inch 1024x600 cap touch HX8526
$.
/ Build_kernel defconfig mango210_ICS404_mrvl8787_HX8526_defconfig
$.
/ Build_kernel
#
# 7inch 800x480 LCD (Landscape)
$.
/ Build_kernel defconfig mango210_ICS404_mrvl8787_defconfig
#
# 7inch 800x480 LCD (90 'Rotation)
$.
/ Build_kernel defconfig mango210_ICS404_rotation_800_defonfig
#
# 10.1 "1280x800 cap multi touch 10point
$.
/ Build_kernel defconfig mango210_10_1inch_mrvl8787_defconfig
$.
/ Build_kernel
#
# 7inch 800x480 LCD, Camera 1.3M sr130pc10
$.
/ Build_kernel defconfig mango210_ICS404_mrvl8787_sr130pc10_defconfig
$.
/ Build_kernel
#
# 7inch 800x480 LCD, TVP5150
$.
/ Build_kernel defconfig mango210_7inch_mrvl8787_tvp5150_defconfig
#.
/ Build_kernel
#
# 7inch 800x480 LCD, MT9P111
$.
/ Build_kernel defconfig mango210_7inch_mrvl8787_mt9p111_defconfig
#.
/ Build_kernel
#
# 10.4inch 800x600 LCD
$.
/ Build_kernel defconfig mango210_10_4inch_mrvl8787_defconfig
#.
/ Build_kernel
#
# Android ICS Build
$
Cd android
$.
. / Build / envsetup.sh.
$
Lunch
10
times selection
$.
/ Android_build.sh
$
Cp out / ta rget/product/smdkv210/ramdisk-uboot.img. . / Image
$
Cp out / ta rget/product/smdkv210/system.img. . / Image
#
# How to Fusing
Insert
the sd card Linux Host PC
[Root
@ crzubntu image] # df
I
mount available use% to be file system 1K-block use
/
Dev/sda1 37486120 4995552 30586340 15% /
none
2009524 376 2009148 1% / dev
none
2013752 164 2013588 1% / dev / shm
none
2013752 332 2013420 1% / var / run
none
2013752 0 2013752 0% / var / lock
none
2013752 0 2013752 0% / lib / init / rw
/
Dev/sda5 576740904 276112 547168000 1% / home
192.168.0.113
:/ home / icanjji / work
1746752512
527285248 1132045312 32% / media/113
/
Dev/sdb1 7019508 48 7019460 1% / media/0000-3333
/
Dev/sdb2 231808 147592 84216 64% /
media/57f8f4bc-abf4-655f-bf67-946fc0f9f25b
/
Dev/sdb4 103328 4152 93844 5% / media/5e0b575b-8a69-f635-ef85-219453a24cf2
/
Dev/sdb3 354284 58268 277728 18% /
media/f7442953-22a3-55b1-87bf-bacdb21de52b
$
Sudo. / Sdwriter sdb 210 bin
The
start-up after the insertion of the board
Mango210
Board: SD Boot (1,3,4 ON)
CM-V210:
SD Boot (2,3,6 ON)
after
boot u-boot
MANGO210
# fdisk-c 0; fatformat mmc 0:1; fastboot
Host
PC Linux
fastboot
flash kernel zImage, fastboot flash system system.img, fastboot flash ramdisk
ramdisk-uboot.img, fastboot-w
$
Sudo fastboot flash kernel zImage, sudo fastboot flash system system.img, sudo
fastboot flash ramdisk ramdisk-uboot.img, sudo fastboot-w
#
Set u-boot
setenv
bootcmd 'movi read kernel 20008000; movi read rootfs 21000000 300000; bootm
20008000 21000000 "
setenv
bootargs 'console = ttySAC1, 115200'
]]]]]
댓글 없음:
댓글 쓰기