pub fn gen_config(
card: &CardModel,
spec_path: &str,
out_dir: &str,
format: &str,
load: Loader<'_>,
p: &mut dyn Progress,
) -> Result<GenOutputs>Expand description
Generate a panel’s configuration from a TOML spec into out_dir: the
.rcvbp, the basic-pack body, the compiled block-7 boot image, and a file
listing where every placed byte came from.