Installation

Installation

NOTE: FAILING TO UPDATE CORRECTLY MIGHT RENDER THE MODULE UNUSABLE

  • Untar the bootloader binary and the display table to the TFTP directory. In the archive, you'll find the bootloader binary and the display table for all core modules provided by emtrion.
  • The display table has version 2.6. Since version 2.6 a revision number for the table entries was introduced. CAUTION: It is dangerous to downgrade to a previous version of the bootloader without downgrading the display table at least to version 2.5. –> display table version 2.6 is NOT backward compatible.
  • This U-Boot release is coupled to the release of emdist 2.4.x. The linux kernels created with this emdist release are able to use all the features of the bootloader.
  • Perform a test run of the new bootloader without updating it to the flash from the command prompt.
DIMM-MX53 #
DIMM-MX53 #
DIMM-MX53 # bootx uboot tftp
FEC: enable RMII gasket
BOOTP broadcast 1
DHCP client bound to address 192.168.1.59
FEC: enable RMII gasket
Using FEC0 device
TFTP from server 192.168.105.3; our IP address is 192.168.1.59
Filename 'u-boot-dimm-mx53-2-512.bin'. Load address: 0x70800000
Loading: #######################################################
done
Bytes transferred = 278140 (43e7c hex)
Calculated data checksum = 0xca8388be (OK)
uboot will be booted now
## Starting application at 0x70800800
U-Boot 2010.06em8-svn959 (Oct 18 2011 - 00:05:51)
CPU: Freescale i.MX53 family 1.0V at 800 MHz
Board: DIMM-MX53 1.0 [unknown]
Boot Device: NAND
I2C: ready
DRAM: 512 MiB
NAND: 256 MiB
Manufacturer : Micron (0x2c)
Device Code : 0xda Cell Technology : SLC
Chip Size : 256 MiB
Pages per Block : 64
Page Geometry : 2048+64
ECC Strength : 1 bits ECC Size : 512 B
Data Setup Time : 20 ns
Data Hold Time : 10 ns
Address Setup Time: 10 ns
GPMI Sample Delay : 6 ns
tREA : Unknown
tRLOH : Unknown
tRHOH : Unknown
Description : MT29F2G08AAD
Display Table Version: 2.6
Display Table Revision: 3
Supported displays: NL6448 TX14 UMSH8272 NLC640T57D480CTMK19 EPSL5S30947P00 TX16 LW700AT9399 AM800480E4TMQW GLYNC0283QGLC GLYNC0283QGLCI TX26D12 EPSL5F31024T00 EPSL5F31024T01 M170EG01 NLC320T57D240CTYK9 NL6448BC33 AUO_G104VN01 NLC640T57D480_Panel TSR40844 AA104SH12 SEIKO28QVF2HZ0 SEIKO28QVF2HZ0I TX14D17 TX14D22
LCD: (not configured)
Date: 1900-01-01 (Sunday) 01:03:44
Net: FEC0
Hit any key to stop autoboot: 0
DIMM-MX53 #
  • update the bootloader and the display table to flash
DIMM-MX53 #
DIMM-MX53 #
DIMM-MX53 # setenv nand_wp n
DIMM-MX53 # update uboot tftp
FEC: enable RMII gasket
BOOTP broadcast 1
DHCP client bound to address 192.168.1.59
FEC: enable RMII gasket
Using FEC0 device
TFTP from server 192.168.105.3; our IP address is 192.168.1.59
Filename 'u-boot-dimm-mx53-2-512.bin'.
Load address: 0x70800000
Loading: #######################################################
done
Bytes transferred = 278140 (43e7c hex)
Calculated data checksum = 0xca8388be (OK)
Do you really want to overwrite U-Boot flash partition(y/n)y
Erasing: complete
Writing: complete
Verifying: complete
Update successful
DIMM-MX53 #
DIMM-MX53 #
DIMM-MX53 # update_cfg display_table tftp display26_dimm_mx53.tbl
FEC: enable RMII gasket
BOOTP broadcast 1
DHCP client bound to address 192.168.1.59
FEC: enable RMII gasket
Using FEC0 device
TFTP from server 192.168.105.3; our IP address is 192.168.1.59
Filename 'display26_dimm_mx53.tbl'.
Load address: 0x70800000
Loading: #
done
Bytes transferred = 3754 (eaa hex)
Calculated data checksum = 0xd358e45d (OK)
Writing Parameters #15 to NVRAM
Update successful
DIMM-MX53 #
DIMM-MX53 #
DIMM-MX53 #
DIMM-MX53 # setenv nand_wp y
DIMM-MX53 # saveenv Saving Environment to NVRAM...
Flash is write protected. Continue? (y/n)y
Writing Parameters #16 to NVRAM
DIMM-MX53 # res
resetting ...
Ä
U-Boot 2010.06em8-svn959 (Oct 18 2011 - 00:05:51)
CPU: Freescale i.MX53 family 1.0V at 800 MHz
Board: DIMM-MX53 1.0 [unknown]
Boot Device: NAND
I2C: ready
DRAM: 512 MiB
NAND: 256 MiB
Manufacturer : Micron (0x2c)
Device Code : 0xda
Cell Technology : SLC
Chip Size : 256 MiB
Pages per Block : 64
Page Geometry : 2048+64
ECC Strength : 1 bits
ECC Size : 512 B
Data Setup Time : 20 ns
Data Hold Time : 10 ns
Address Setup Time: 10 ns
GPMI Sample Delay : 6 ns
tREA : Unknown
tRLOH : Unknown
tRHOH : Unknown
Description : MT29F2G08AAD
Display Table Version: 2.6
Display Table Revision: 3
Supported displays:
NL6448 TX14 UMSH8272 NLC640T57D480CTMK19 EPSL5S30947P00 TX16 LW700AT9399 AM800480E4TMQW GLYNC0283QGLC GLYNC0283QGLCI TX26D12 EPSL5F31024T00 EPSL5F31024T01 M170EG01 NLC320T57D240CTYK9 NL6448BC33 AUO_G104VN01 NLC640T57D480_Panel TSR40844 AA104SH12 SEIKO28QVF2HZ0 SEIKO28QVF2HZ0I TX14D17 TX14D22
LCD: UMSH8272
Date: 1900-01-01 (Sunday) 01:11:43
NAND is write protected
Net: FEC0
Hit any key to stop autoboot: 0
DIMM-MX53 #




Zurück