From 879c2b9f73af26989019d96537a2b3b69b3f1ddd Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 11 Aug 2020 14:44:17 +0200 Subject: [PATCH] xc7: add images.json to Linux example Signed-off-by: Karol Gugala --- examples/xc7/linux_litex_demo/images.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/xc7/linux_litex_demo/images.json diff --git a/examples/xc7/linux_litex_demo/images.json b/examples/xc7/linux_litex_demo/images.json new file mode 100644 index 0000000..6d46098 --- /dev/null +++ b/examples/xc7/linux_litex_demo/images.json @@ -0,0 +1,6 @@ +{ + "buildroot/Image": "0xc0000000", + "buildroot/rootfs.cpio": "0xc0800000", + "buildroot/rv32.dtb": "0xc1000000", + "emulator/emulator.bin": "0xc1100000" +}