Changeset 13066 for ar5315_microredboot/microredboot/README
- Timestamp:
- 10/11/2009 06:08:32 PM (5 months ago)
- Files:
-
- ar5315_microredboot/microredboot/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
ar5315_microredboot/microredboot/README
r12385 r13066 1 1 This sourcecode is the smallest every builded redboot (less than 64 kb). it uses a decompression stub to load a lzma compressed redboot image 2 2 into 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.3 if you build it manually, take care about the RESETBUTTON environment variable. it defines the gpio configuration for the reset button. 4 4 the lower 4 bits are for the gpio itself and the higher 4 bits are for the type (1 means inverted, 0 means normal) 5 5 for senao devices that means 0x15 (inverted gpio 5)
