Advertisement
Guest User

Untitled

a guest
Aug 19th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. cat readme.txt
  2. cubieboard
  3.  
  4. -----
  5. Intro
  6. -----
  7.  
  8. To be able to use your cubieboard board with the images generated by
  9. Buildroot you have to correctly setup the SD card.
  10.  
  11. For more information, please see http://linux-sunxi.org/FirstSteps
  12.  
  13. ---------------
  14. How to build it
  15. ---------------
  16.  
  17. You need to use the cubieboard_defconfig, to do so:
  18. * make cubieboard_defconfig
  19.  
  20. And to compile:
  21. * make
  22.  
  23. -----------------
  24. What is generated
  25. -----------------
  26.  
  27. After building, you should obtain this tree:
  28.  
  29. output/images/
  30. +-- rootfs.tar
  31. +-- boot.scr
  32. +-- script.bin
  33. +-- sunxi-spl.bin
  34. +-- u-boot.bin
  35. `-- uImage
  36.  
  37. --------------------------
  38. How setting up the SD card
  39. --------------------------
  40.  
  41. Depending on the rootfs size, you might want to use a 2GB or larger SD-card.
  42. The script mkcubiecard.sh will take care of partitioning and formatting
  43. the SD-card.
  44.  
  45. BEWARE! This process will erase your SD card.
  46.  
  47. Use dmesg to find out where the SD card is attached in the /dev tree
  48. (<device>) and then:
  49.  
  50. # sudo ./mkcubiecard.sh <images_dir> <device>
  51.  
  52. where:
  53. - <images_dir> is the directory containing the generated files (usually
  54. output/images)
  55. - <device> is the device file of the SD card (usually /dev/sdX)
  56.  
  57.  
  58.  
  59. --
  60. Carlo Caione <carlo.caione@gmail.com>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement