Don't like ads? PRO users don't see any ads ;-)
Guest

BeagleBoard confused nand boot

By: a guest on Sep 13th, 2011  |  syntax: None  |  size: 1.82 KB  |  hits: 143  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. *********My input below note in string of asterix below**********
  2.  
  3. OMAP3530-GP ES3.0, CPU-OPP2, L3-165MHz, Max CPU Clock 600 mHz
  4. OMAP3 Beagle board + LPDDR/NAND
  5. I2C:   ready
  6. DRAM:  256 MiB
  7. NAND:  256 MiB
  8. MMC:   OMAP SD/MMC: 0
  9. In:    serial
  10. Out:   serial
  11. Err:   serial
  12. Beagle Rev C1/C2/C3
  13. Recognized Tincantools Trainer board (rev 0 0)
  14. Die ID #76fa00030000000004013f8a17011013
  15. Hit any key to stop autoboot:  0
  16. Unknown command 'mmcinit' - try 'help'
  17. MMC: block number 0x1 exceeds max(0x0)
  18. ** Can't read from device 0 **
  19.  
  20. ** Unable to use mmc 0:1 for fatload **
  21. Wrong Image Format for bootm command
  22. ERROR: can't get kernel image!
  23.  
  24. ***********I did these things and it *********
  25. *******looks to be booting the new image************
  26. OMAP3 beagleboard.org # mmc init
  27.  
  28. OMAP3 beagleboard.org # mmc rescan
  29.  
  30. OMAP3 beagleboard.org # mmc init 0
  31.  
  32. mmc - MMC sub system
  33.  
  34. Usage:
  35. mmc read <device num> addr blk# cnt
  36.  
  37. mmc write <device num> addr blk# cnt
  38. mmc rescan <device num>
  39. mmc part <device num> - lists available partition on mmc
  40. mmc list - lists available devices
  41. OMAP3 beagleboard.org # mmc list
  42.  
  43. OMAP SD/MMC: 0
  44. OMAP3 beagleboard.org # mmc part 0
  45.  
  46.  
  47. Partition Map for MMC device 0  --   Partition Type: DOS
  48.  
  49. Partition     Start Sector     Num Sectors     Type
  50.     1                  128          130944       c
  51.     2               131072         7680000      83
  52. OMAP3 beagleboard.org # boot
  53.  
  54. Unknown command 'mmcinit' - try 'help'
  55. reading uImage
  56.  
  57. 3014376 bytes read
  58. ## Booting kernel from Legacy Image at 80300000 ...
  59.    Image Name:   Angstrom/3.0/omap3-multi
  60.    Image Type:   ARM Linux Kernel Image (uncompressed)
  61.    Data Size:    3014312 Bytes = 2.9 MiB
  62.    Load Address: 80008000
  63.    Entry Point:  80008000
  64.    Verifying Checksum ... OK
  65.    Loading Kernel Image ... OK
  66. OK
  67.  
  68. Starting kernel ...
  69.  
  70. Uncompressing Linux... done, booting the kernel.