Simplify, clarify build instructions #1

Merged
esavkin merged 2 commits from mwojcik/assembly:simplify_build_instructions into master 2023-05-05 12:58:50 +08:00
Collaborator

assuming the most unknowledgable user - don't need to clone the repo every time, can just pull the flake + few typos/clear ups

assuming the most unknowledgable user - don't need to clone the repo every time, can just pull the flake + few typos/clear ups
mwojcik added 1 commit 2023-05-05 12:34:20 +08:00
esavkin approved these changes 2023-05-05 12:47:07 +08:00
@ -53,2 +43,3 @@
nix develop git+https://git.m-labs.hk/m-labs/artiq-zynq\?ref=release-7
artiq_ddb_template -o device_db.py <variant>.json
nix build -L --impure --expr 'let fl = builtins.getFlake "git+file://<path to artiq_zynq repo>"; in (fl.makeArtiqZynqPackage {target="kasli_soc"; variant="[master, standalone, satellite]"; json=<path to the json description>;}).kasli_soc-[master, standalone, satellite]-sd'
nix build -L --impure --expr 'let fl = builtins.getFlake "git+https://git.m-labs.hk/m-labs/artiq-zynq?ref=release-7"; in (fl.makeArtiqZynqPackage {target="kasli_soc"; variant="[master, standalone, satellite]"; json=<full path to the json description>;}).kasli_soc-[master, standalone, satellite]-sd'
Collaborator

Probably next time better to mention that sometimes we flash beta versions

Probably next time better to mention that sometimes we flash beta versions
@ -56,3 +47,2 @@
# insert SD card to the Kasli-SoC and boot
artiq_coremgmt -D 192.168.1.56 config write -s ip 192.168.1.75 # or just place extra/CONFIG.TXT near the boot.bin on SD card
# update firmware
artiq_coremgmt -D 192.168.1.56 config write -s ip 192.168.1.75 # or just place extra CONFIG.TXT near the boot.bin on SD card
Collaborator

Well initially it refered to the extras directory in this repo 🤔

Well initially it refered to the `extra`s directory in this repo 🤔
mwojcik added 1 commit 2023-05-05 12:50:25 +08:00
esavkin merged commit 2667ce11bb into master 2023-05-05 12:58:50 +08:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sinara-hw/assembly#1
There is no content yet.