diff --git a/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/miniera-hpvm/src/README.md b/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/miniera-hpvm/src/README.md
index 14f57f27433ec569927c791aac1b8aa720b38c25..6b55d56174599eea690b8942a025ddeffc3ed6fd 100644
--- a/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/miniera-hpvm/src/README.md
+++ b/hpvm/test/dnn_benchmarks/hpvm-c/benchmarks/miniera-hpvm/src/README.md
@@ -62,3 +62,9 @@ The ground truth class of the image is part of the file name. For instance, `*_1
 * Weights for FC layers need to be tranposed 
 
 * Modify paths to readTrainedWeights to pass constant file path -- use MODEL_PARAMS_STR as part of string (see `miniera-hpvm.cpp` as example) 
+
+
+
+# Missing Support 
+
+** BatchNorm support missing (better to try on small example first)