File:  [ELWIX - Embedded LightWeight unIX -] / elwix / ALFA_N2.txt
Revision 1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 10:31:42 2014 UTC (10 years, 4 months ago) by misho
Branches: elwix2_2
add info

    1: u-boot
    2: 
    3: u-boot 8MB nand map::
    4: 0x00000000 - 0x00040000 u-boot (256KB) // +0x40000
    5: 0x00040000 - 0x00050000 u-boot-env (64KB) // +0x10000
    6: 0x00050000 - 0x00650000 rootfs (6291456) // +0x600000
    7: 0x00650000 - 0x007E0000 uImage (1638400) // +0x190000
    8: 0x007E0000 - 0x007F0000 NVRAM (64KB) // +0x10000
    9: 0x007F0000 - 0x00800000 ART (64KB) // +0x10000
   10: 
   11: Helper nand map for easy updates :)
   12: * 0x00050000 - 0x007E0000 firmware (7929856) // +0x790000
   13: 
   14: 1. update kernel
   15: tftp 0x81000000 kernel.lzma.uImage
   16: era 0x9F650000 +0x190000
   17: cp.b 0x81000000 0x9F650000 0x190000
   18: 
   19: 2. update rootfs
   20: tftp 0x80100000 rootfs.ulzma
   21: era 0x9F050000 +0x600000
   22: cp.b 0x80100000 0x9F050000 0x600000

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