summaryrefslogtreecommitdiff
path: root/hps
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-01 02:26:14 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-01 02:26:14 -0600
commitcb5e68ec47d71c36788ea2da0a060c5ea7623667 (patch)
treef0ea3c9ed8c74c323c74323ab83b265e6ab34cca /hps
parent8e95d45c297804f13e46406cc19c2f01cfbe0489 (diff)
hps/fpga.kermit: boot linux on hps
Diffstat (limited to 'hps')
-rw-r--r--hps/fpga.kermit2
1 files changed, 1 insertions, 1 deletions
diff --git a/hps/fpga.kermit b/hps/fpga.kermit
index fd3708c..e04102e 100644
--- a/hps/fpga.kermit
+++ b/hps/fpga.kermit
@@ -78,7 +78,7 @@ lineout "run mmcload"
input 1 "SOCFPGA_CYCLONE5 #"
lineout "setenv bootargs console=ttyS0,115200 root=${mmcroot} rw rootwait mem=512M"
input 1 "SOCFPGA_CYCLONE5 #"
-#lineout "bootz ${loadaddr} - ${fdtaddr}"
+lineout "bootz ${loadaddr} - ${fdtaddr}"
# This command drops you into a console where you can interact
# with the kernel.