Skip to content

Instantly share code, notes, and snippets.

@shirriff
Created September 19, 2016 17:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirriff/d0bdfc412de02b6c68b804e22874c65a to your computer and use it in GitHub Desktop.
Save shirriff/d0bdfc412de02b6c68b804e22874c65a to your computer and use it in GitHub Desktop.
Linker file for BeagleBone Black PRU code. This creates loadable image files text.bin and data.bin.
-b
-image
ROMS {
PAGE 0:
text: o = 0x0, l = 0x1000, files={text.bin}
PAGE 1:
data: o = 0x0, l = 0x1000, files={data.bin}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment