Skip to content
Snippets Groups Projects
  1. Jul 29, 2019
  2. Jul 28, 2019
  3. Jul 27, 2019
  4. Jul 26, 2019
  5. Jul 25, 2019
    • Hauke Mehrtens's avatar
      docs: how-to-build.rst: Add git cloning · 4e8f909f
      Hauke Mehrtens authored
      
      Add a section for cloning from git.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      4e8f909f
    • Hauke Mehrtens's avatar
      docs: how-to-build.rst: Add Debian · 5e49aeba
      Hauke Mehrtens authored
      
      The same commands can be used on Ubuntu and Debian stable. Debian stable
      ships meson 0.49.2 which should be sufficient.
      
      Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
      5e49aeba
    • q3k's avatar
      feat: Add a nix expression · 4d8af366
      q3k authored and rahix's avatar rahix committed
      We provide a nix expression to build card10 firmware.
      
      On Linux/Darwin with Nix and NixOS, this can be used as follows:
      
        $ git submodule update --init
        $ nix build
        $ ls result/
        result/bootloader:
        bootloader.elf
      
        result/epicardium:
        epicardium.elf
      
        result/pycardium:
        pycardium.elf  pycardium_epicardium.bin
      
      This derivation can also be used for development:
      
        $ nix-shell
        $ meson --cross-file card10-cross.ini build/
        $ ninja -C build/ -j8
        $ # hack on things
        $ ninja -C build/ -j 8
        $ ls build/
        [ ... ]
      4d8af366
Loading