I Have WinAVR, GIT and cloned PL3. My question is what do I do to the make file to get it to produce a hex file? Thanks.
|
|
|
|
Would you like to get all the new info from
PSX-Scene in your email each day?
Want to learn more about the team keeping you up to date with the latest scene news?
Read about them now! Check out our Developer bios, too! | ||
|
|
I Have WinAVR, GIT and cloned PL3. My question is what do I do to the make file to get it to produce a hex file? Thanks.
Run X3Tool V2, flash the generic bin and then the PL3 hex.

Edit the makefile with nano, vi, or some other editor and uncomment the lines for any of the boards. Doesn't matter as the x3max accepts hex files from anything. Once you've uncommented a section for any board type, save the Makefile and then type make in the folder. It should output a .hex file when it's done compiling.
I'm guessing in the root folder. After you download it do a chmod +x build_hex.sh and then run it with ./build_hex.sh. You should be able to tell from the output which folder it thinks it should have gone in.
there will be # signs in front of areas of the file. Those are comments. To remove them, just delete the # at the beginning of the line.
Did that so it looks like
## Teensy++ 2.0
MCU = at90usb1286
BOARD = TEENSY
F_CPU = 16000000
But still won't work
I don't know what to tell you. Karakoto is a member here, so you can PM him for instructions, or I believe somewhere written awhile back someone made a tutorial, but I don't remember the thread title or anything. You can also try PMing DJLO, evilsperm, jtanner, or moh.sahkii and ask them for help too.
Allright, thank you for all your help!
| « Previous Thread | Next Thread » |