README 500 B

123456789101112131415161718
  1. Written by Thomas.Lange@corelatus.com 010805
  2. To make a system for gth that actually works ;-)
  3. the variable TBASE needs to be set to 0,1 or 2
  4. depending on location where image is supposed to
  5. be started from.
  6. E.g. make TBASE=1
  7. 0: Start from RAM, base 0
  8. 1: Start from flash_base + 0x10070
  9. 2: Start from flash_base + 0x30070
  10. When using 1 or 2, the image is supposed to be launched
  11. from miniboot that boots the first U-Boot image found in
  12. flash.
  13. For miniboot code, description, see www.opensource.se