Advertisement
Guest User

Untitled

a guest
Jul 1st, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. VNC server running on `127.0.0.1:5900'
  2. omap3_boot_finish: s->state:3 result:0
  3. omap3_mmc_fat_boot: dbg
  4. omap3_mmc_fat_boot: fatsize from 0x16:32
  5. omap3_mmc_fat_boot: i from 0x13: 0
  6. omap3_mmc_fat_boot: i from 0x20: 128457
  7. omap3_mmc_fat_boot: final i=8022
  8. omap3_mmc_fat_boot: drv.ptype = 16
  9. omap3_mmc_fat_boot: FAT12/16 (rootsize:32)
  10. omap3_scan_fat_dir_sector: dbg
  11. omap3_boot_finish: s->state:5 result:1
  12.  
  13. U-Boot SPL 2011.12-dirty (Dec 31 2012 - 11:51:48)
  14. Texas Instruments Revision detection unimplemented
  15. OMAP SD/MMC: 0
  16. reading u-boot.img
  17. reading u-boot.img
  18.  
  19.  
  20. U-Boot 2011.12-dirty (Dec 31 2012 - 11:51:48)
  21.  
  22. OMAP36XX/37XX-GP ES1.1, CPU-OPP2, L3-165MHz, Max CPU Clock 1 Ghz
  23. OMAP3 Beagle board + LPDDR/NAND
  24. I2C: ready
  25. DRAM: 512 MiB
  26. NAND: 256 MiB
  27. MMC: OMAP SD/MMC: 0
  28. *** Warning - bad CRC, using default environment
  29.  
  30. ERROR : Unsupport USB mode
  31. Check that mini-B USB cable is attached to the device
  32. In: serial
  33. Out: serial
  34. Err: serial
  35. Beagle xM Rev A
  36. No EEPROM on expansion board
  37. No EEPROM on expansion board
  38. Die ID #51454d5551454d555400000051454d55
  39. Net: Net Initialization Skipped
  40. No ethernet found.
  41. Hit any key to stop autoboot: 0
  42. The user button is currently NOT pressed.
  43. SD/MMC found on device 0
  44. reading uEnv.txt
  45.  
  46. 118 bytes read
  47. Loaded environment from uEnv.txt
  48. Importing environment from mmc ...
  49. Running uenvcmd ...
  50. reading haiku_loader_nbsd.ub
  51.  
  52. 1955193 bytes read
  53. ## Booting kernel from Legacy Image at 80200000 ...
  54. Image Name: haiku_loader beagle
  55. Image Type: ARM NetBSD Multi-File Image (uncompressed)
  56. Data Size: 1955129 Bytes = 1.9 MiB
  57. Load Address: 80008000
  58. Entry Point: 80008008
  59. Contents:
  60. Image 0: 288828 Bytes = 282.1 KiB
  61. Image 1: 1666289 Bytes = 1.6 MiB
  62. Verifying Checksum ... OK
  63. Loading Multi-File Image ... OK
  64. OK
  65. ## Transferring control to NetBSD stage-2 loader (at address 80008008) ...
  66. check_cpu_features: implementor=0x41('A'), arch=9, variant=0x0, part=0xc08, revision=0x3
  67. Found boot tgz from uimage @ 0x80246888, 1666289 bytes
  68. argc = 0
  69. os: 1
  70. gd @ 0x9ff02f68
  71. gd->bd @ 0x9ff02fe0
  72. uimage @ 0x80200000:
  73. magic: 27051956
  74. size: 1955129
  75. load: 0x80008000
  76. ep: 0x80008008
  77. os: 2
  78. arch: 2
  79. type: 4
  80. comp: 0
  81. name: 'haiku_loader beagle '
  82. contents[0] :288828 bytes
  83. contents[1] :1666289 bytes
  84. boot(): enter
  85. boot(): heap initialized...
  86. video mode: 1024x768x16
  87. Welcome to the Haiku boot loader!
  88. platform_add_boot_device
  89. Memory Disk at: 0x80246888 size: 196cf1
  90. add_partitions_for(0x80204160, mountFS = no)
  91. add_partitions_for(fd = 0, mountFS = no)
  92. 0x802041e0 Partition::Partition
  93. 0x802041e0 Partition::Scan()
  94. check for partitioning_system: Intel Partition Map
  95. check for partitioning_system: Intel Extended Partition
  96. platform_get_boot_partition
  97. 0x802041e0 Partition::_Mount check for file_system: BFS Filesystem
  98. 0x802041e0 Partition::_Mount check for file_system: FAT32 Filesystem
  99. 0x802041e0 Partition::_Mount check for file_system: TAR Filesystem
  100. tarfs: didn't read whole block: invalid stored block lengths
  101. 0x802041e0 Partition::~Partition
  102. no boot path found, scan for all partitions...
  103.  
  104. platform_add_block_devices
  105. add_partitions_for(0x80204160, mountFS = yes)
  106. add_partitions_for(fd = 0, mountFS = yes)
  107. 0x802041e0 Partition::Partition
  108. 0x802041e0 Partition::Scan()
  109. check for partitioning_system: Intel Partition Map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement