Jump to content

mozzwald

Members
  • Posts

    1,040
  • Joined

  • Last visited

Everything posted by mozzwald

  1. I've not used Subcart before but there shouldn't be any issues. Just remember that when FujiNet powers on it will have it's config disk in drive 1 (unless you disable this from the Fujinet web interface). You don't want both devices configured with the same drives, ie, don't put a disk in Drive 2 on both at the same time or you'll have problems
  2. U-Boot is the bootloader and I suspect the button puts the device into FEL mode. Would be cool if someone could hookup UART serial and grab a log of the boot process. If kernel output is sent to the serial port, it could provide some useful info.
  3. Parts arriving this week to make some more. If you get on the email list you'll get notified when they're available. I'm using an 800XL with 512k SRAM upgrade and FujiNet, so nothing excessive here. Of the 50 shipped so far, have not heard from anyone blowing the fuse yet.
  4. indeed, but I have seen some junky meters test leads show ohms. best to touch the leads together and find "0" before testing the components
  5. You should get 5 (or slightly more) Volts out from the USB power brick with no load. Perhaps your power bricks are "smart" and only do PD or IQ charging. Those features require "smarts" on the receiving end to negotiate the voltage and current. Or maybe the cable is not good. Check the resistance from USB to DIN ends for the power and ground wires as mentioned above Anything above a few ohms is not good.
  6. https://github.com/FujiNetWIFI/fujinet-high-scores
  7. I see a UART port on the PCB and some other interesting pins (UBOOT, RECOVER) Whose gunna dump the NAND?
  8. @Goochman you can follow the instructions above or power the FujiNet with a USB cable so that it is ready when the Atari boots. There are changes in the code to make Fujinet bootup faster but they are not available in a firmware update yet
  9. if your network doesn't support mDNS or it's not working, you can always put the IP address of your TNFS server instead of a name
  10. There's a section on the wiki about capturing debug output https://github.com/FujiNetWIFI/fujinet-firmware/wiki/FujiNet-Flasher#capturing-serial-debug-output This would help us try to figure out what the issue is on the latest firmware
  11. perhaps. I was thinking a separate printing server app to run on pc. TNFS doesn't really have anything to do with printing
  12. just an idea, maybe we could add a "server to ping" field in webui for the printer. when a print is done, it sends a message to a local server specified that file is ready. server grabs the pdf and prints it. someone would need to make the server side that does the printing
  13. Are you running the latest firmware version v1.2.0? I see the server is using chunked transfers which should have been fixed in the firmware last August.
  14. Click on a Host Slot to browse the files in the host, then select a file and select the slot... just like in CONFIG
  15. I just double checked and the webui does not have an option to create a new disk which would be useful for this. As a work around you could create a bunch of new disks from CONFIG on your SD Card or local TNFS server if you run one. Then use a disk copier of your choice to copy a disk to the blank disk image. When done, use the webui to mount the next blank disk and so on. No need to reboot to CONFIG each time with these steps.
  16. I've updated it to this: unsigned char input_select_slot_mode(char *mode) { unsigned char k = 0; while (1) { k = input_ucase(); switch (k) { case KCODE_ESCAPE: return 0; break; case 'W': mode[0] = 2; return 1; break; case KCODE_RETURN: case 'R': mode[0] = 1; return 1; break; default: break; } } }
  17. you could try the "file" or HTML printers
  18. You can always manually swap / re-mount disks with the web interface. I realize it's not as easy as pressing a button, but it achieves the same result.
  19. Nope, just the PDF file that you can send to a modern printer
  20. In your screenshot there you can see the disks have been swapped. Drive Slot 1 is marked D3 which means that disk is in Drive 3 and so on for the first 3 disks. Not sure what the deal is with slot 4. maybe you mounted it after the fact?
  21. This is by design. FujiNet will only swap disk 1 through X, X being the last sequential disk mounted. So if you have slots 1-4 and 7-8 mounted, it will only swap/rotate 1-4, leaving 7-8 as-is.
  22. If they're using Altirra emulator, then yes any other emulator would need a way to interface with FujiNet-PC which could run directly on the the 400 mini. and you'd need network adapter of some kind. Will have to wait and see what's inside the 400 mini when it comes out.
  23. No, sd card is not required. Correct, this is what will happen. Are you able to capture the serial debug output when trying to connect to wifi? Fujinet will show an error there if it cannot connect. https://github.com/FujiNetWIFI/fujinet-platformio/wiki/FujiNet-Flasher#capturing-serial-debug-output
  24. Wasn't really thinking of Fujinet. My guess is there's no full implementation of SIO so Fujinet wouldn't work Would be cool if the keyboard actually worked, even if it feels terrible like the original. It's pretty cheap to mass produce snap dome with vinyl overlay buttons.
  25. Does the keyboard work?
×
×
  • Create New...