mgmt: implemented config write #114

Merged
sb10q merged 1 commits from pca006132/artiq-zynq:master into master 2020-11-06 12:11:35 +08:00
There is no content yet.
sb10q reviewed 2020-10-30 17:30:43 +08:00
@ -153,0 +234,4 @@
debug!("erase success");
write_i8(stream, Reply::Success as i8).await?;
} else {
debug!("erase failed");

warn!

warn!
sb10q reviewed 2020-10-30 18:04:58 +08:00
README.md Outdated
@ -25,6 +25,10 @@ The following configuration keys are available:
- ``ip6``: IPv6 address.
- ``startup``: startup kernel in ELF format (as produced by ``artiq_compile``).
- ``rtioclk``: source of RTIO clock; valid values are ``external`` and ``internal``.
- `boot`: SD card "boot.bin" file, for replacing the boot firmware/gateware. Write only.

Shouldn't this be formatted with two ticks like the others?

Shouldn't this be formatted with two ticks like the others?
sb10q reviewed 2020-10-30 18:05:16 +08:00
README.md Outdated
@ -27,1 +27,4 @@
- ``rtioclk``: source of RTIO clock; valid values are ``external`` and ``internal``.
- `boot`: SD card "boot.bin" file, for replacing the boot firmware/gateware. Write only.
Configurations can be read/written/removed via `artiq_coremgmt`. Config erase is

ditto

ditto
sb10q closed this pull request 2020-11-06 12:11:35 +08:00
Sign in to join this conversation.
No reviewers
No Milestone
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: M-Labs/artiq-zynq#114
There is no content yet.