Advertisement
Guest User

Untitled

a guest
Nov 1st, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. diff --git a/images.json b/images.json
  2. index dcddd0b..275444d 100644
  3. --- a/images.json
  4. +++ b/images.json
  5. @@ -1,6 +1,6 @@
  6. {
  7. "buildroot/Image": "0xc0000000",
  8. "buildroot/rootfs.cpio": "0xc0800000",
  9. - "buildroot/rv32.dtb": "0xc1000000",
  10. + "buildroot/rv32.dtb": "0xc2000000",
  11. "emulator/emulator.bin": "0x20000000"
  12. }
  13. diff --git a/json2dts.py b/json2dts.py
  14. index f064ebd..fc4e70f 100755
  15. --- a/json2dts.py
  16. +++ b/json2dts.py
  17. @@ -41,7 +41,7 @@ dts += """
  18. main_ram_size_mb=d["memories"]["main_ram"]["size"]//mB,
  19.  
  20. linux_initrd_start=d["memories"]["main_ram"]["base"] + 8*mB,
  21. - linux_initrd_end=d["memories"]["main_ram"]["base"] + 16*mB)
  22. + linux_initrd_end=d["memories"]["main_ram"]["base"] + 32*mB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement