summaryrefslogtreecommitdiff
path: root/cmd/sbc_harness/static/Documentation/harness_flash_bin.txt
blob: 982d7e078b46b2ee259c5e6bd0dc9530cfb153c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NAME
	/harness/flash.bin

DESCRIPTION
	Access to the flash storage chip (where the harness firmware
	is stored).

	Any number of readers may read the flash contents.

BUGS
	- The size of the chip is configured at compile-time.  If the
	  firmware is loaded onto hardware with a larger flash chip
	  than it was compiled for, then the upper part of the chip
	  will not be accessible with this file.  If the firmware is
	  loaded onto hardware with a smaller flash chip than it was
	  compiled for, then accessing the missing upper part of the
	  chip will crash.

	- This file is not writable; it aught to be possible to update
	  the harness firmware by writing to this file.

AUTHOR
	Copyright (C) 2025  Luke T. Shumaker <lukeshu@lukeshu.com>
	SPDX-License-Identifier: AGPL-3.0-or-later