Diff for /elwix/ALFA_N2.txt between versions 1.1.2.6 and 1.1.2.7

version 1.1.2.6, 2014/01/23 23:06:49 version 1.1.2.7, 2014/01/23 23:11:12
Line 8  u-boot 8MB nand map:: Line 8  u-boot 8MB nand map::
 0x007E0000 - 0x007F0000 cfg (64KB == 65536) // +0x10000  0x007E0000 - 0x007F0000 cfg (64KB == 65536) // +0x10000
 0x007F0000 - 0x00800000 ART (64KB == 65536) // +0x10000  0x007F0000 - 0x00800000 ART (64KB == 65536) // +0x10000
   
   Helper nand map for easy updates :)
   * 0x00050000 - 0x007E0000 firmware (7929856) // +0x790000
   
   
 u-boot environment::  u-boot environment::
 mtdids=nor0=ar7240-nor0  mtdids=nor0=ar7240-nor0
 mtddevnum=0  mtddevnum=0
Line 25  device nor0 <ar7240-nor0>, # parts = 6 Line 29  device nor0 <ar7240-nor0>, # parts = 6
 5: ART                  0x00010000      0x007f0000      0  5: ART                  0x00010000      0x007f0000      0
 active partition: nor0,0 - (u-boot) 0x00040000 @ 0x00000000  active partition: nor0,0 - (u-boot) 0x00040000 @ 0x00000000
   
   u-boot make mtdparts on NAND::
   mtd default
   
Helper nand map for easy updates :)mtd del nor0,5
* 0x00050000 - 0x007E0000 firmware (7929856) // +0x790000mtd del nor0,4
 mtd del nor0,3
 mtd del nor0,2
 
 mtd add nor0 0x600000 rootfs
 mtd add nor0 0x190000 uImage
 mtd add nor0 0x10000 cfg
 mtd add nor0 0x10000 ART
 
 save
 
   
 1. update kernel  1. update kernel
 tftp 0x81000000 kernel.lzma.uImage  tftp 0x81000000 kernel.lzma.uImage

Removed from v.1.1.2.6  
changed lines
  Added in v.1.1.2.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>