Skip to content

Instantly share code, notes, and snippets.

@abrodkin
Created October 2, 2018 10:26
Show Gist options
  • Save abrodkin/6d263360ee8317a5f3e3531a7baa0ef5 to your computer and use it in GitHub Desktop.
Save abrodkin/6d263360ee8317a5f3e3531a7baa0ef5 to your computer and use it in GitHub Desktop.
EMDK: Load Elf with MetaWare

First we need to enable write into "ROM" and we do it with "preloadexec" command:

mdb -dll=opxdarc.so -OK -preloadexec="eval *(int*)0xf0001000=0" u-boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment