mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
xc7: linux: fix emulator.bin load address
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
879c2b9f73
commit
2bc55db818
1 changed files with 1 additions and 1 deletions
2
examples/xc7/linux_litex_demo/images.json
vendored
2
examples/xc7/linux_litex_demo/images.json
vendored
|
@ -2,5 +2,5 @@
|
|||
"buildroot/Image": "0xc0000000",
|
||||
"buildroot/rootfs.cpio": "0xc0800000",
|
||||
"buildroot/rv32.dtb": "0xc1000000",
|
||||
"emulator/emulator.bin": "0xc1100000"
|
||||
"emulator/emulator.bin": "0x50000000"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue