From ba5557c0b9096716bf6b1e3d102979ebec82b51a Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 10 Nov 2022 10:13:15 -0600 Subject: Load taller_bootrom.bin in kermit script --- hps/fpga.kermit | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hps') diff --git a/hps/fpga.kermit b/hps/fpga.kermit index d37c5d6..0f53b24 100644 --- a/hps/fpga.kermit +++ b/hps/fpga.kermit @@ -59,6 +59,8 @@ lineout "run bridge_enable_handoff" input 1 "SOCFPGA_CYCLONE5 #" lineout "mw 0xFFC25080 0" input 1 "SOCFPGA_CYCLONE5 #" +lineout "fatload mmc 0:1 0x20000000 taller_bootrom.bin" +input 1 "SOCFPGA_CYCLONE5 #" lineout "fatload mmc 0:1 0x2000000 soc_system.rbf" input 1 "SOCFPGA_CYCLONE5 #" lineout "fpga load 0 0x2000000 0x700000" @@ -72,7 +74,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. -- cgit v1.2.3