-
Content Count
433 -
Joined
-
Last visited
Posts posted by Fierodoug5
-
-
30 minutes ago, manterola said:Thanks! that worked. I expanded the spiffs partition (new offset: 0x250000 new size: 0x1B0000) by shrinking the app0 previous partition (size from 0x340000 to 0x240000)
Now I was able to print to emulated Epson printer.
Could you walk me through that, i have the file open, just a bit confused which numbers to change. Thanx
Doug
-
2 hours ago, jamm said:I added a couple of font files that probably put things over the edge on WROOM boards. If you remove the two TTF files in the /DATA/WWW folder you should be fine and it won't affect operation.
Yup, that fixed it.
Thanx
-
1
-
-
These last couple updates are the first ones to not work with the older Wroom boards.
When I upload file system image, i get error
SPIFFS_write error(-100001):file system is full
error adding file!
error for adding content from www!
-
Nice find, funny I just listened to the antic podcast on databar last night
-
20 hours ago, mozzwald said:In addition to this, there have been reports of FujiNet not working with the Lotharek SIO Splitter/Hub which I suspect is a similar issue. @DrVenkman or @Mr Robot do you happen to have one of those?
On my wroom unit, the splitter/hub works fine on my 800xl.(that's the way I have had it hooked up since I built fujinet) Fujinet will NOT boot with a 800 and splitter/hub, even if it is the only sio device plugged in.
-
1
-
-
Very cool....good job
Was able to update my wroom units and load both XEX on the fujinet server plus a few on my local tnfs
-
2
-
-
duh, its the same way were doing it just with a new EXE.
I feel dumb now...been a long hot day
Works great, Thanx
-
1
-
-
12 minutes ago, tschak909 said:Run CMD.EXE
cd\wherever\you\put\tnfsd
tnfsd path\to\your\data\folder
-Thom
where do i type that into?
-
8 minutes ago, tschak909 said:please run it from a shell.
-Thom
Gonna need directions for that. Have no idea how to do that
-
8 minutes ago, tschak909 said:are you running from a shell?
-Thom
no
-
got it from the downloads page on fujinet.online
-
I can still connect to Fujinet and irata TNFS servers, just not my own local one
-
Since I updated my fujinet units my TNFS server is dead.
I downloaded the new TNFSD.exe for windows(windows10) and I cant open it. It tries to open and closes right away.
What the heck am I doing wrong?
-
Yup, got both my homemade ESP32 Wroom units up to current version 0.1.5f1b883f.
Will run all the fujinet tests again over the weekend
Thanx All
-
2
-
-
That seems to have fixed it, Espressif32 was one version out of date.
Thanx!
-
1
-
-
;FujiNet PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html[platformio]
description = FujiNet Atari to ESP32 WiFi Multifunction Firmware
; Change this to target the device you use from the list of [env:xxx] sections below
default_envs = fujinet-wroom[env]
; Common settings for all enivornments
platform = espressif32
framework = espidf
extra_scripts = pre:build_version.py
lib_ldf_mode = deep+
upload_port = COM10 ; Windows
;upload_port = /dev/ttyUSB0 ; Linux
upload_speed = 921600
monitor_port = COM10 ; Windows
;monitor_port = /dev/ttyUSB0 ; Linux
monitor_speed = 921600
monitor_filters = time; ESP32 WROVER (16MB Flash, 8MB PSRAM) based FujiNet
[env:fujinet-v1]
board = fujinet-v1
build_type = debug
build_flags =
;-D JTAG
-D DEBUG_SPEED=921600
-D BLUETOOTH_SUPPORT
;-D FN_HISPEED_INDEX=0
;-D VERBOSE_SIO
;-D VERBOSE_TNFS
;-D VERBOSE_DISK; ESP32 WROOM (4MB Flash, NO PSRAM) based FujiNet
[env:fujinet-wroom]
board = fujinet-wroom
build_type = debug
build_flags =
-D DEBUG_SPEED=921600
;-D FN_HISPEED_INDEX=0
;-D VERBOSE_SIO
;-D VERBOSE_TNFS
;-D VERBOSE_DISK; ESP32 WROVER (4MB Flash, 8MB PSRAM) based FujiNet
[env:fujinet-v1-4mb]
board = fujinet-v1-4mb
build_type = debug
build_flags =
-D DEBUG_SPEED=921600
;-D FN_HISPEED_INDEX=0
;-D VERBOSE_SIO
;-D VERBOSE_TNFS
;-D VERBOSE_DISK -
deleted the repo and cloned again(3 more times)
same error
-
Windows, I have tried closing and starting over again multiple times
-
Need some help updating a older Esp32 Wroom board. I have not been able to update since last month when The github changed.
I am following the new github wiki for PlatformIO bulid
When I try to build, i get this error
src\main.cpp:10:10:fatal error: fnsystem.h:no such file or directory
#include"fnsystem.h"
compilation failed
[.pio\build\fujinet-wroom\esp-idf\src\main.cpp.o] error 1
Thanx
Doug
-
I've been toying with the idea of getting this wrover dev board, they are on AliExpress. Was hoping to get a real fujinet board, then I missed the first 50 list. So maybe I still will. Can't seem to find this board from a American seller.
-
1
-
-
On 7/29/2020 at 9:57 AM, mozzwald said:I just updated the flash tool (https://fujinet.online/download/) so that you can view the serial debug output from FujiNet over USB. This is useful for those who do not want or need to install PlatformIO/vscode but still be able to report problems and supply debug output.
Is this flash tool only for the current wrover boards, and not for older wroom boards?
-
If you are getting mount errors, it is usually cause the filename is too long. That's the only times I have ever gotten mount errors. Rename to something shorter and it should mount fine.
-
40 minutes ago, DrVenkman said:As one of the"first 50", I'm rather interested.
Sure..rub it in 🤪
-
2
-
-
I use a sdrive max(as drive 1), and a sector copy program and make floppys on my drive 2 1050(leave drive one 1050 off) works great.

two games in Atari MS BASIC and resource page
in Atari 8-Bit Computers
Posted
The uno game is great fun, playing it now. Need to read up on the other game
Thanx!