aboutsummaryrefslogtreecommitdiff
path: root/docker-extras/imagebuilder_tftp
diff options
context:
space:
mode:
Diffstat (limited to 'docker-extras/imagebuilder_tftp')
-rw-r--r--docker-extras/imagebuilder_tftp8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker-extras/imagebuilder_tftp b/docker-extras/imagebuilder_tftp
new file mode 100644
index 0000000..2bc12f2
--- /dev/null
+++ b/docker-extras/imagebuilder_tftp
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+rm -rf /tmp/output
+mkdir /tmp/output
+cd /tmp/output
+cp -r /home/builder/output/* .
+export LOAD_CMD="tftpb"
+bash /uboot-script-gen