Running on arduino.cc #13
Replies: 9 comments
-
Thank you for your interest in fddemu project. |
Beta Was this translation helpful? Give feedback.
-
I managed to compile and I will burn the bootloader! |
Beta Was this translation helpful? Give feedback.
-
Arduino boards already have their bootloader programmed. You won't need to program bootloader unless you are using microcontroller (atmega328p) on custom pcb or previously overwritten the bootloader. Bootloader makes programming (flashing firmware) easier. While an atmega328p with bootloader could be programmed through its serial port, without the bootloader either spi or parallel programming and specialized programmers for these types of programming are needed. Sometimes to save flash storage space bootloader (about 2kb) is omitted and chips are directly programmed. |
Beta Was this translation helpful? Give feedback.
-
wsl2 -> windows subsystem for linux 2. As I have never used wsl2 I am not sure. But if you are using debian, package manager should be apt. Check if you have avrdude, if not try installing by typing "apt install avrdude" or "sudo apt install avrdude" on terminal. After that you need to figure out the serial port. On linux serial ports start with tty (eg.: /dev/tty0) and usb-serial ports are either ttyUSB or ttyACM on the other hand windows shows serial ports as COM (eg.: COM3). My guess is your serial port will be listed as tty under wsl2 so type "ls /dev/tty*" before and after connecting your Arduino nano, the new tty port added to the system should be the port your Arduino is connected. Then cd into the directory where your fddEMU.hex is and use |
Beta Was this translation helpful? Give feedback.
-
Great! I'll try! Thanks! |
Beta Was this translation helpful? Give feedback.
-
Works! The problem was 2 parameters in my case. I needed to set the I got this information uploading an example code using Again! Thank you so much! I'll update my protoboard with all the wires and tests! |
Beta Was this translation helpful? Give feedback.
-
Congratulations. |
Beta Was this translation helpful? Give feedback.
-
Of course! Now I'll test with Macintosh 512K! |
Beta Was this translation helpful? Give feedback.
-
fddEMU emulates MFM, as far as I know Macintosh 512K uses GCR and not only that also uses a complicated 19 pin interface see BMOW floppy emulator |
Beta Was this translation helpful? Give feedback.
-
Hi,
I love this project and it's exactly what I was looking for several days!
I'm a newbie in this kind of thing and I'm trying to compile using Arduino.cc application using these files but I can't.
Can explain in more detail how do I can run it in windows? If is not possible to run on Arduino.cc, where do I can run?
Thank you so much!
Beta Was this translation helpful? Give feedback.
All reactions