File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / ube.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Feb 5 15:44:05 2014 UTC (10 years, 4 months ago) by misho
Branches: MAIN
CVS tags: tools3_0, tools2_9, tools2_8, tools2_7, tools2_6, tools2_5, tools2_4, tools2_3, tools2_2, tools2_1, TOOLS2_9, TOOLS2_8, TOOLS2_7, TOOLS2_6, TOOLS2_5, TOOLS2_4, TOOLS2_3, TOOLS2_2, TOOLS2_1, TOOLS2_0, HEAD
version 2.0

    1: #
    2: # UBE u-boot-env management tool config
    3: #
    4: # $Id: ube.conf,v 1.2 2014/02/05 15:44:05 misho Exp $
    5: 
    6: [ube]
    7: lock = "/tmp/ube.LCK"
    8: 
    9: [64K]
   10: drive_name = "/dev/map/u-boot-env"
   11: # 64KB partition size
   12: drive_size = 65536
   13: # 16K environment size
   14: #env_size = 16384

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