README 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. ##################################################
  2. # NOTE: BeagleV Starlight and StarFive JH7100 SoC
  3. # support has been merged into upstream buildroot:
  4. # https://github.com/buildroot/buildroot/blob/master/board/beaglev/readme.txt
  5. ##################################################
  6. Buildroot is a simple, efficient and easy-to-use tool to generate embedded
  7. Linux systems through cross-compilation.
  8. The documentation can be found in docs/manual. You can generate a text
  9. document with 'make manual-text' and read output/docs/manual/manual.text.
  10. Online documentation can be found at http://buildroot.org/docs.html
  11. To build and use the buildroot stuff, do the following:
  12. 1) run 'make menuconfig'
  13. 2) select the target architecture and the packages you wish to compile
  14. 3) run 'make'
  15. 4) wait while it compiles
  16. 5) find the kernel, bootloader, root filesystem, etc. in output/images
  17. You do not need to be root to build or run buildroot. Have fun!
  18. Buildroot comes with a basic configuration for a number of boards. Run
  19. 'make list-defconfigs' to view the list of provided configurations.
  20. Please feed suggestions, bug reports, insults, and bribes back to the
  21. buildroot mailing list: buildroot@buildroot.org
  22. You can also find us on #buildroot on Freenode IRC.
  23. If you would like to contribute patches, please read
  24. https://buildroot.org/manual.html#submitting-patches