2 #writes 1 byte to ADDR of flash region (base is 0x0 (ram))
3 #won't erase, so new value is ANDed with old one
7 if [ -z "${ROW}" ] ||
[ "${#}" -ne "33" ]; then
8 echo "writes 32 bytes to ROW of data space" >&2
10 echo " ${0} <row> <val0> .. <val31>" >&2
14 echo "will write 32 bytes to data flash!!" >&2
15 echo "enter to continue, ctrl+c to quit" >&2
25 smb_write
35 0x44 33 ${ROW} ${DATA}