README.sh7785lcr 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. ========================================
  2. Renesas Technology R0P7785LC0011RL board
  3. ========================================
  4. This board specification:
  5. =========================
  6. The R0P7785LC0011RL(board config name:sh7785lcr) has the following device:
  7. - SH7785 (SH-4A)
  8. - DDR2-SDRAM 512MB
  9. - NOR Flash 64MB
  10. - 2D Graphic controller
  11. - SATA controller
  12. - Ethernet controller
  13. - USB host/peripheral controller
  14. - SD controller
  15. - I2C controller
  16. - RTC
  17. This board has 2 physical memory maps. It can be changed with DIP switch(S2-5).
  18. phys address | S2-5 = OFF | S2-5 = ON
  19. -------------------------------+---------------+---------------
  20. 0x00000000 - 0x03ffffff(CS0) | NOR Flash | NOR Flash
  21. 0x04000000 - 0x05ffffff(CS1) | PLD | PLD
  22. 0x06000000 - 0x07ffffff(CS1) | reserved | I2C
  23. 0x08000000 - 0x0bffffff(CS2) | USB | DDR SDRAM
  24. 0x0c000000 - 0x0fffffff(CS3) | SD | DDR SDRAM
  25. 0x10000000 - 0x13ffffff(CS4) | SM107 | SM107
  26. 0x14000000 - 0x17ffffff(CS5) | I2C | USB
  27. 0x18000000 - 0x1bffffff(CS6) | reserved | SD
  28. 0x40000000 - 0x5fffffff | DDR SDRAM | (cannot use)
  29. This board specific command:
  30. ============================
  31. This board has the following its specific command:
  32. - hwtest
  33. - printmac
  34. - setmac
  35. 1. hwtest
  36. This is self-check command. This command has the following options:
  37. - all : test all hardware
  38. - pld : output PLD version
  39. - led : turn on LEDs
  40. - dipsw : test DIP switch
  41. - sm107 : output SM107 version
  42. - net : check RTL8110 ID
  43. - sata : check SiI3512 ID
  44. - net : output PCI slot device ID
  45. i.e)
  46. => hwtest led
  47. turn on LEDs 3, 5, 7, 9
  48. turn on LEDs 4, 6, 8, 10
  49. => hwtest net
  50. Ethernet OK
  51. 2. printmac
  52. This command outputs MAC address of this board.
  53. i.e)
  54. => printmac
  55. MAC = 00:00:87:**:**:**
  56. 3. setmac
  57. This command writes MAC address of this board.
  58. i.e)
  59. => setmac 00:00:87:**:**:**