README 884 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. isar - Integration System for Automated Root filesystem generation
  2. Isar is a set of scripts for building software packages and repeatable
  3. generation of Debian-based root filesystems with customizations.
  4. Build
  5.  1. Install and configure sudo (see TODO):
  6. # apt-get install sudo
  7. # visudo
  8. In the editor, allow the current user to run sudo without a password,
  9. e.g.:
  10. <user> ALL=NOPASSWD: ALL
  11. Replace <user> with your user name. Use the tab character between and
  12. parameters.
  13.  2. Initialize the build directory, e.g.:
  14. $ cd isar
  15. $ . isar-init-build-env ../build
  16.  3. Build the root filesystem image:
  17. $ bitbake core-image-base
  18. Created image is in
  19. tmp/deploy/images/core-image-base-zynq.sdimg
  20. Test
  21. Test the image with qemu:
  22. start_armhf_vm