::: MICROVISON :::

MV8M-LCD (iMX8M, NXP)SSSSSS
:
/
/
/
/
 
MV 8895-LCD(Exynos8895,Samsung)
:
/
/
/
/
 
MV 8890-LCD(Exynos8890,Samsung)
:
/
/
/
/
 
MV 7420-LCD(Exynos7420,Samsung)
:
/
/
/
/
 
MV 5422-LCD(Exynos5422,Samsung)
:
/
/
/
/
 
MV 5260-LCD(Exynos5260,Samsung)
:
/
/
/
/
 
MV 5410-LCD(Exynos5410,Samsung)
:
/
/
/
/
 
MV4412TAB-APP(Exynos4412,Samsung)
:
/
/
/
/
 
MV 4412-LCD(Exynos4412,Samsung)
:
/
/
/
/
 
MV V310-LCD (S5PV310, Samsung)
:
/
/
/
/
 
MV V210-LCD (S5PV210, Samsung)
:
/
/
/
/
 
MV C110-LCD (S5PC110, Samsung)
:
/
/
/
/
 
MV C100-LCD (S5PC100, Samsung)
:
/
/
/
/
 
MV6410-LCD (S3C6410, Samsung)
:
/
/
/
/
 
MV2450-LCD (S3C2450, Samsung) : / / / /  
MV2443-LCD (S3C2443, Samsung)
:
/
Module
/
/
/
 
MV6Q-LCD (iMX6Q, NXP)
:
/
/
/
/
 
MV3358-LCD (AM3358, TI)
:
/
/
/
/
 


 
  ¡Ü Windows CE [Support view] ¡Ü Linux [Support view]
 
 
  MV6410-LCD Windows CE Q & A
  1. Doing Camera (Windows CE 6.0)
  2. Doing TV-OUT (Windows CE 6.0)
  3. System Clock Configuration
 
  1. Doing Camera (Windows CE 6.0)

Connect on the MAIN Board Camera through Camera Cradle Cable


# My Device -> Windows -> CameraDshowApp.exe -> Click ¡®OK¡¯
# Encode : Click 'Stop Cap', After Click 'Start Cap'
# Capture : Click ¡®Still¡¯
# Location Saved File: My Device -> release

  2. Doing TV-OUT (Windows CE 6.0)

# LCD Full screen output : My device -> Windows -> execute
   'tvout_test_DMA_Primary'

# Video screen under LCD only : My device -> Windows -> 'execute
   tvout_test_DMA_Overlay'

# Camera input : My device -> Windows -> execute 'tvout_test_DMA_Overlay'

If you want to see LCD Full screen during Video screen or Camera input, please follow
below steps;
tvout_test_DMA_Overlay -> tvout_test_DMA_Disable -> tvout_test_DMA_Primary

If you want to see Video screen or Camera during LCD Full screen, please follow below
steps;
tvout_test_DMA_Primary -> tvout_test_DMA_Disable -> tvout_test_DMA_Overlay

  3. System Clock Configuration

You can change System Clock Speed (including CPU Clock)
There are three pre-defined values for control system clock speed in two files
MV6410\SRC\Inc\bsp_cfg.h
MV6410\SRC\Inc\s3c6410.inc
Default setting is 532Mhz/133Mhz/33.25Mhz. (ARM/HCLK/PCLK)

MV6410\SRC\Inc\bsp_cfg.h

#define S3C6410_APLL_CLK      CLK_667MHz   // CYM - MV6410 667MHz
//#define         S3C6410_APLL_CLK      CLK_800MHz
//#define         S3C6410_APLL_CLK      CLK_1066MHz


MV6410\SRC\Inc\s3c6410.inc

S3C6410_APLL_CLK    SETA      CLK_667MHZ    ; CYM - MV6410(667MHz)
;S3C6410_APLL_CLK        SETA         CLK_800MHZ        
;S3C6410_APLL_CLK        SETA         CLK_1066MHZ

 
  ¡Ü Windows CE [Support view] ¡Ü Linux [Support view]
 
 
  MV6410-LCD Linux Q & A
  1. Downloading by USB Device
  2. To make File System
  3. Mounting SD-CARD
  1. Downloading by USB Device

Run DNW in \Sources\DNW


On the Configuration menu, click Options to set the UART/USB options.
The following window appears on your screen. Select Baud Rate and COM
Port as shown in figure 'UART/USB options', enter the download address as
0x57e00000 and then click OK button.


<UART/USB options>

On the Serial Port menu, click Connect. Switch ON the reference board
and then press any key and then install the USB driver in \Sources\DNW
driver directory.

Enter '0', On the USB Port menu, click Transmit and the following window appears on your
screen. Select u-boot.bin file from X\Sources\Linux\images directory and then click Open
button.

Select 'u-boot.bin' and then Click 'Open'

As soon as u-boot.bin download is over, the following messages appear in the DNW window.
Please hit the SPACE BAR key to view the current Ethernet Boot Loader Configuration.
Configure the Ethernet Boot loader as follows by entering the respective options.

Run 'dnw' and then On the USB Port menu, click Transmit and the following window
appears on your screen.

Select 'u-boot.bin' and then Click 'OpenOK'

Run 'nand erase 0 40000, nand write c0000000 0 40000' and 'dnw'

On the USB Port menu, click Transmit and the following window appears on your screen.
Select 'zImage' and then Click 'Open'

Run 'nand erase 40000 1c0000, nand write c0000000 40000 1c0000'

Run 'dnw'

On the USB Port menu, click Transmit and the following window appears on your screen.
Select 'rootfs_mv6410.cramfs' and then Click 'Open'

Run 'nand erase 200000 3000000'

Run 'nand write c0000000 200000 3000000'

  2. To make File System

Please following command

  3. Mounting SD-CARD

Please following command
# mount /dev/mmcblk0p1 /mnt