I 'm coding for BeagleBoneBlack's PRU by CCS +PRU Compiler (ti-cgt-pru_2.1.0)
I can compile code to xxx.out file which it's OK.
But when I try to use PRU Hex Utility for make xxx.bin image file
I got "error: -image requires ROMS directive" and I don't know where I set ROMS size too?
which if use command line to make xxx.bin from xxx.out
In the command like this
ROMS {
PAGE 0:
text: o = 0x0, l = 0x1000, files={text.bin}
PAGE 1:
data: o = 0x0, l = 0x1000, files={data.bin}
}
but in the CCS Editor I don't know where I set?
Thank You