From 643e2ec37669f68a7943ed6a2a137cbd2c5ceaf0 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 7 Apr 2025 23:39:40 +0100 Subject: [PATCH] add tiny bit of phram info --- doc/development.adoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/development.adoc b/doc/development.adoc index 1bfcb7d..8df4e56 100644 --- a/doc/development.adoc +++ b/doc/development.adoc @@ -224,8 +224,11 @@ to copy-paste the whole of `+boot.scr+` into a terminal emulator and have it work just like that. You may need to paste each line one at a time, or even retype it. +==== Running from RAM + For a faster edit-compile-test cycle, you can build a TFTP-bootable -image instead of flashing. In your device configuration add +image which boots directly from RAM (using phram) instead of needing +to be flashed first. In your device configuration add [source,nix] ----