Show
Ignore:
Timestamp:
10/11/2009 06:08:32 PM (5 months ago)
Author:
BrainSlayer
Message:

add some comments and correct typos

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ar5315_microredboot/microredboot/README

    r12385 r13066  
    11This sourcecode is the smallest every builded redboot (less than 64 kb). it uses a decompression stub to load a lzma compressed redboot image 
    22into ram. the device initialisation itself is done within the stub itself. you can find the stub source within the ./boot dir 
    3 if you build it manually, take care about the RESETBUTTON environment variable. it defines the gpio configuration for the gpio
     3if you build it manually, take care about the RESETBUTTON environment variable. it defines the gpio configuration for the reset button
    44the lower 4 bits are for the gpio itself and the higher 4 bits are for the type (1 means inverted, 0 means normal) 
    55for senao devices that means 0x15 (inverted gpio 5)