Just need help on using dcload-serial:
I have toolchain and I can even compile the KOS example: "hello.elf"
I compiled DC load but I don't know which are the flags to connect with dreamcast
I am using USB FTDI to serial converter, Linux mint OS (not vm) and already know which port Dreamcast is connected to.
Help with toolchain/DC Load - Flags
- BlueCrab
- Developer
- Posts: 845
Re: Help with toolchain/DC Load - Flags
First of all, do the following command in a terminal to figure out what the device name of the USB-Serial converter is:Likely, one of the devices will be named in a way that makes it obvious that it is the one you're looking for (for instance with USB or FTDI in it somewhere).
Once you find that, then it's pretty simple to get things uploaded with dc-tool-serial. Assuming that the binary is called dc-tool and it's somewhere in your $PATH, it should be as simple as running the following from the directory where the hello.elf file is:
I suppose you're the same person who posted over here? Someone on another forum that is fairly active for Dreamcast development noticed your post too. Just figured I'd point it out and maybe suggest another resource that you might look at in your travels if you're going to be doing Dreamcast stuff. 
Code: Select all
ls /dev/tty*
Once you find that, then it's pretty simple to get things uploaded with dc-tool-serial. Assuming that the binary is called dc-tool and it's somewhere in your $PATH, it should be as simple as running the following from the directory where the hello.elf file is:
Code: Select all
dc-tool -t /dev/[whatever you found earlier] -x hello.elf

-
- Similar Topics
- Replies
- Views
- Last post
-
- 14 Replies
- 7313 Views
-
Last post by MoeFoh
-
- 3 Replies
- 3078 Views
-
Last post by Ian Micheal
-
- 0 Replies
- 3299 Views
-
Last post by Londinium
-
- 0 Replies
- 647 Views
-
Last post by Creator
-
- 4 Replies
- 3853 Views
-
Last post by MoeFoh