diff --git a/bmlutils/bmlutils.c b/bmlutils/bmlutils.c new file mode 100644 index 0000000..b870a58 --- /dev/null +++ b/bmlutils/bmlutils.c @@ -0,0 +1,4 @@ +int write_raw_image(const char* partition, const char* filename) { + // flash using redbend_ua here + return 0; +} \ No newline at end of file