Advertisement
noggin

STV 502 / S36 uBoot env stuff

Jan 5th, 2013
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. 8726M_ref # printenv
  2. bootcmd=run nandboot
  3. bootdelay=1
  4. baudrate=115200
  5. ethaddr=00:01:02:65:04:75
  6. ipaddr=10.18.9.97
  7. serverip=10.18.9.113
  8. gatewayip=10.18.9.1
  9. netmask=255.255.255.0
  10. hostname=arm_m3
  11. bootfile=uImage
  12. loadaddr=0x82000000
  13. testaddr=0x82400000
  14. usbtty=cdc_acm
  15. console=ttyS2,115200n8
  16. mmcargs=setenv bootargs console=${console} boardname=m3-oplay
  17. chipname=8726m
  18. outputmode=720p
  19. 720poutputwidth=1280
  20. 720poutputheight=720
  21. bootargs=root=/dev/cardblksd2 rw rootfstype=ext3 androidboot.resolution=720p rootwait init=/init console=ttyS0,115200n8 nohlt a9_clk=600M clk81=187500000 mem=1024m
  22. nandargs=setenv bootargs rootfstype=ext3 androidboot.resolution=${outputmode} rootwait init=/init console=ttyS0,115200n8 nohlt logo=osd1,0x84100000,loaded,${outputmode} a9_clk=600M clk81=187500000 mem=1024m
  23. nandboot=run nandargs; nand read ${normal_name} ${loadaddr} 0 ${normal_size};bootm ${loadaddr}
  24. recoveryboot=echo Enter recovery mode...;mmcinfo;fatload mmc 0 ${loadaddr} ${recovery_path};bootm ${loadaddr}
  25. bootloader_start=0
  26. bootloader_size=60000
  27. bootloader_path=u-boot-aml-ucl.bin
  28. normal_name=boot
  29. normal_start=0x8800000
  30. normal_size=0x800000
  31. recovery_name=recovery
  32. recovery_start=0x6800000
  33. recovery_size=0x800000
  34. recovery_path=uImage_recovery
  35. logo_name=logo
  36. logo_start=0x4800000
  37. logo_size=0x400000
  38. aml_logo_name=aml_logo
  39. aml_logo_start=0x5800000
  40. aml_logo_size=0x400000
  41. stdin=serial
  42. stdout=serial
  43. stderr=serial
  44. ethact=Apollo EMAC
  45. upgrade_step=2
  46.  
  47. Environment size: 1418/8188 bytes
  48. gd->env_addr: 0x8b8057d4
  49. 8726M_ref # bdinfo
  50. arch_number = 0x00000B8E
  51. env_t = 0x00000000
  52. boot_params = 0x80000100
  53. DRAM bank = 0x00000000
  54. -> start = 0x80000000
  55. -> size = 0x40000000
  56. ethaddr = 00:01:02:65:04:75
  57. ip_addr = 10.18.9.97
  58. baudrate = 115200 bps
  59. ROMBOOT Mode is Enable
  60. JTAG Mode is Disable
  61. 1st Device is SPI Flash
  62. 2nd Device is SDIO C
  63. USB Mode is Enable
  64. Now we are boot from 1st Device
  65. 1st Device load info
  66. Init result 0
  67. area 0 load result 0
  68. area 0 check result 0
  69. area 1 load result 7156
  70. area 1 check result 54d5
  71. area 2 load result ffffa0a0
  72. area 2 check result 7954
  73. area 3 load result 6da3
  74. area 3 check result ffff8aa3
  75. 2nd Device load info
  76. Init result 27ea
  77. area 0 load result 70e5
  78. area 0 check result 7485
  79. area 1 load result 7f5c
  80. area 1 check result 4bb1
  81. area 2 load result e31
  82. area 2 check result ffffc36a
  83. area 3 load result 3d2c
  84. area 3 check result 71ba
  85. 8726M_ref # conin
  86. List of available devices:
  87. serial 80000003 SIO stdin stdout stderr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement