Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Specs:
Model IV3010
PCB:HD6008 IPVOD Ver3.0
PN.1107a 2011-07-26
MB0819AC0008
Hardware
---------
CPU AMlogic AML8726 1Ghz Cortex A9 (M1) + Mali 400 GPU
flash 25L320 MX-IC (4MB/32Mb flash) (Macronix)
nand H27UBG8T2ATR (4 Gb Nand) (Hynix)
Ram NT5TU64M16GG-AC x2 (DDR2 1066 1 Gb x16 x2 T:512MB/4Gb) (Nanya)
USB HUB GL850G (Genesys Logic)
WiFi RT3070L (Ralink)
ETH 8720A (Smsc)
Connectors
-----------
IR receiver
TF card reader
2 port USB
3.5mm YPbPr
3.5mm Analog audio (stereo)
3.5mm Coax digital audio
HDMI
RJ45 Ethernet
J21 4 pin Uart 3v3
Con2 Jtag
Software:
---------
Amlogic M1 reference board
Android 2.2.1
kernel 2.6.34 honglin.huang@droid01-sz #6
compilation 20110902V18
resolution 1240 x 690 160dpi
mem 186MB
sto 3.74GB
#cat /proc/mtd
dev: size erasesize name
mtd0: 00800000 00200000 "boot"
mtd1: 0c800000 00200000 "system"
mtd2: 02000000 00200000 "cache"
mtd3: f0000000 00200000 "userdata"
mtd4: 00002000 00001000 "ubootenv"
mtd5: 00200000 00001000 "ubootwhole"
boot logcat
-----------
[ 1.817000] set nand parts for chip 4096MB
[ 1.821000] Creating 4 MTD partitions on "A revision NAND 4GiB H27UBG8T2A":
[ 1.835000] 0x000001000000-0x000001800000 : "boot"
[ 1.841000] 0x000001800000-0x00000e000000 : "system"
[ 1.857000] 0x00000e000000-0x000010000000 : "cache"
[ 1.859000] 0x000010000000-0x000100000000 : "userdata"
[ 2.206000] 0x00000003e000-0x000000040000 : "ubootenv"
[ 2.212000] 0x000000000000-0x000000200000 : "ubootwhole"
init.rc
-------
mount yaffs2 mtd@system /system
mount yaffs2 mtd@userdata /data nosuid nodev
0x0001e4f1
0x00000fff
RSLR0=00000249 RDGR0=00000055
Stage 00 Result 00000000
Stage 01 Result 00000000
Stage 02 Result 00000000
Systemp Started
0x00000000
sdio read
0x12345678
ucl decompress
decompress finished
ready
U-Boot 2010.06 (Aug 30 2011 - 14:48:38)
DRAM: 256 MiB
NAND: Amlogic nand flash uboot driver for m1, Version 1.0 (
NAND device id: ad d7 94 9a 74 42
NAND device: Manufacturer ID: 0xad, Chip ID: 0xad (Hynix B r7UBG8T2A)
1 NAND chips detected
nand0 initialized ok
SF: Got idcode 00 00 00 [COLOR=Red]//<<- SF not detected (CS=off)[/COLOR]
SF: Unsupported manufacturer 00
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
KGDB: ready
MMC: SDIO Port A: 0
Net: select eth clk-1,source=400000000,out=50000000
Apollo EMAC
Dcache status 1
Icache status 1
ENTER U-BOOT SWITCH MODE !!!!
get_adc_sample(4): 0x3fe
get_adc_sample(4): 0x3fe
get_adc_sample(4): 0x3fe
get_key(): 0
Normal Start...
Hit any key to stop autoboot: 0 [COLOR=Red]// < -- Hit any key here !!!![/COLOR]
[I][B]8726M_DVBC #[/B][/I] [COLOR=Red]// <- uboot HUSH Shell[/COLOR]
8726M_DVBC# [B][I]sf probe 2[/I][/B]
SF: Got idcode c2 20 16
SF: Detected M25X32 with sector size 4096, total 4194304 bytes
SPI NOR Flash have write protect!!!
8726M_DVBC# [B][I]mmcinfo 0[/I][/B]
Partition Map for UNKNOWN device 0 -- Partition Type: DOS
Partition Start Sector Num Sectors Type
1 16065 481950 b
Device: SDIO Port A
Manufacturer ID: 0
OEM: 0
Name: Tran Speed: 40000000
Rd Block Len: 512
SD version 2.0
High Capacity: No
Capacity: 256376832
Bus Width: 4-bit
Partition Map for UNKNOWN device 0 -- Partition Type: DOS
Partition Start Sector Num Sectors Type
1 16065 481950 b
8726M_DVBC#[B][I] fatinfo mmc 0[/I][/B]
Interface: MMC
Device 0: Vendor: Man 134b47 Snr c300c5d7 Rev: 1.0 Prod: SD256
Type: Removable Hard Disk
Capacity: 244.5 MB = 0.2 GB (500736 x 512)
Partition 1: Filesystem: FAT32 "NO NAME "
8726M_DVBC# [B][I]fatload mmc 0 0x80000000 uImage_recovery[/I][/B]
4194304 bytes read: OK
8726M_DVBC#[B][I] sf erase 0[/I][/B]
4194304 bytes erased OK
8726M_DVBC# [B][I]sf write 0x80000000 0 0x400000[/I][/B]
4194304 bytes write OK
8726M_DVBC# [I][B]reset[/B][/I]
8726M_DVBC#[I][B]bootm 0x80000000[/B][/I]