::: 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)
:
/
/
/
/
 


 
  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
# mkdir mv6410_org
# mkdir mv6410_new
# mount -o loop rootfs_mv6410.cramfs mv6410_org
# cp -a * ../mv6410_new <- This is read only and need to copy.

Please following command
# mkfs.cramfs mv6410_new mv6410.cramfs_new

 
  3. Mounting SD-CARD

Please following command
# mount /dev/mmcblk0p1 /mnt