Closed Nephrite-FM closed 7 months ago
I'm also having this same issue
Please check the ESP logs (idf.py monitor). Did you also flash the 9K? The ESP tries to find the FPGA and will only continue with the boot process once it found the 9K. That would be my guess, but hopefully the logs will give a hint on what is going on.
it says SPI: FPGA Not Found, repeatedly. I'll try reflashing the Tang Nano...
Is there some reason GOWIN says it is flashed when it isn't actually flashed? How can we test the Nano is actually flashed?
Digging on the Web, the latest GOWIN has Problems with the TANG boards, I'll try flashing it with Education version 1.9.8.03 others recommend... Or better yet OpenFPGALoader if I can figure out how to decompress it.
Ok, OpenFPGALoader, once I got it loaded with its missing dependencies in MSYS2, flashed the Tang NANO, and the ESP32 says it has found it... Now, however it just flashes BLUE-GREEN-WHITE-OFF-WHITE at us, while still not broadcasting an SSID.
it gets this far:
I (1061) SPI: Found FPGA I (1065) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (1074) gpio: GPIO[5]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 I (1083) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
and then stops.
Just to be sure, you did run idf.py menuconfig
and selected the right TRS-IO model, right?
Correction - I Recompiled the ESP-32 with the Windows toolchain disabling the LED Test, and now it is flashing Cyan repeatedly, and broadcasting an SSID. Apparently the RED LED line isn't connected right, I'll look into that later...
The only trouble now is that it is failing to read an SD Card (How do we need to format it? FAT32 like the FreHD?), and on top of that, the basic snippets meant to retrieve the IP Address fail, even though we get a solid blue light for a few seconds (Still trying to trace down the GPIO Lines).
Yes, we did choose the Model III.
So, it seems that the Wifi is up and running. Can you connect to the TRS-IO network with your laptop? Can you provide the credentials of your home network? Remember that the ESP can only connect to 2.4 GHz networks. As for the SD card; yes, regular FAT32 should do it. Note that the ESP does not detect insertion or ejection of the SD card. You have to reboot the ESP if you do that.
We have tried rebooting and even hard-powering and it still fails to recognize the SD Card. We were able to connect it to the home WiFi, and what happens when it connects, GPIO32 lights up - Your board has GPIO32 of the ESP32 running to the Blue LED, and even your KICAD has that pin marked LED-Blue.
Another glitch - GPIO5 is not connected to the RED LED line as in your circuit or code, the way the pinout is, Pin 32 of the ESP32 is actually GPIO21. I am trying to go through menuconfig to correct GPIO5 to be GPIO21. GPIO4, as wired, does run to the green circuit (PIN 26). We were sure to get the HiLetGo ESP32 module, but for some reason the pinout is wrong. It is very likely that other GPIO Lines are also incorrect...
OK, I fixed GPIO5 to be GPIO21, and the LED Test is now faithfully flashing RED-BLUE-GREEN-WHITE-OFF-WHITE.
SO, Now, I will need to figure out from the circuit what GPIO Lines are supposed to be connected to the TANG NANO 9K - it can't be all wrong as the ESP32 is detecting the FPGA...
The trouble is, if the pinout is indeed incorrect, precisely which HiletGo module should we get? Because I don't see in the configurator how we may set the I/O lines to the FPGA...
I just looked at the Schematic, and indeed you have the GPIO Lines as such for the LED: GPIO21 = RED GPIO4 = GREEN GPIO32 = BLUE
SO, the Latest ESP Build we are trying to build has these set incorrectly from the get-go. What are the chances the SD-CARD IO Lines are also set wrong in the code?
UPDATE - Your Schematic indeed marks GPIO5 as the MISO line of the SD-Card Readout... So let's see if fixing the GPIO Pin fixes anything - and if not, I'll try doing a GIT Pull like you suggested, as the pull we have does not correctly autoconfig the LEDs.
The LED is connected to different pins for the M1 and M3. You are correct that you have to manually configure the correct GPIO pins in menuconfig. Actually, I removed that option in the latest version and it will automatically pick the right pins. Perhaps do a git pull. As for the SD card: it seems that SPI is working, so the one thing that might not be OK is the CS line for the SD card (the SD card has the same SCK, MISO and MOSI)
getting closer - it now recognizes the SD card, and the TRS-80 will fetch an IP address, but that is all - our old download would not build with the OTA option enabled, the retrostore basic just reboots the machine, and no FreHD (we have FreHD rom on the SD card and it works with a FREHD). I am cloning the latest git in msys2 and will try that next!
while trying to build it with the OTA enabled, even with the new git, we get this: %installsource%/trs-io/src/esp/main/ota.cpp:3:10: fatal error: storage.h: No such file or directory
^~~~~~~~~~~
compilation terminated.
so I leave it disabled - and we get a flag indicating FreHD, however the RetroStore and FreHD Functionality still do not work.
The IP Address Basic code does work, although it pulls the wrong IP address... So I believe the next step for us is to see if we've burnt out one of the tranceiver/translator lines, or there might be a short somewhere - although I did tone-test it out, there is still something amiss - It reports its IP as 082.068.0.060 but the Modem says it is 192.168.1.171. However, the IP Address basic is giving us the period character between each grouping! - so there must be something else going on...
Until next weekend - we're calling it a night on this project so far.
Please do not select either OTA or RetroStore options. You wrote that "It reports its IP as 082.068.0.060". The ESP logs the IP address in decimal, without leading 0s. Where did you see this? Please check the ESP logs. In case you use Discord, we can move the discussion here: https://discord.gg/pJPHn8K5
We see 082.068.0.060 when running this on the TRS-80:
10 OUT 236,16 20 OUT31,0:OUT31,4 30 C=INP(31):IF C=0 THEN END 40 PRINT CHR$(C); 50 GOTO 30
Ok, turns out it was faulty wiring. One of our Translator-Transceivers has 2 pins shorted, which would screw up the Data and Address buses as you have them sharing/plexing the same 8 IO lines of the nano, really messing things up...
airgunning off the chips and reseating them seems to have fixed a number of issues - except for some reason, unless an SD Card is inserted, Wi-Fi is present and a valid SMB share is defined, it will not initialize and Identify itself to the TRS-80.
As Far as getting the toolchain set up to flash these boards, we can use the latest Version of Gowin to Compile the nano9k VHDL, but I used MSYS2 + OpenFPGALoader to get it on the Tang nano after fixing the USB Drivers with the Zadig tool. The ESP-IDE 4.4.6 Toolchain for Windows did work, and there were a few minor code tweaks to get it going enough to where FreHD and the RetroStore started working by having it ignore the status of SMB - so looking forward to the next Git Release although I imagine FreddyK won't be needing to use SMB with it at all...
In the meantime Apuder suggests we replace the ESP32 with a model with External antennas, as the HDMI of the Tang Nano might interfere with WiFi Access... We also haven't had a chance to test the HDMI and audio ports yet.
So I got this working somewhat for my friend FreddyKElmSt, we are even able to connect to a Cellphone Wi-Fi Hotspot and get the Retrostore! It will be up to him to study up on future upgrades and fixes, as I myself don't yet own a TRS-80 Model 1 or 3 yet...
We have recently built your board, flashed the ESP32 and the Tang Nano. Although 4.4.6 appeared to flash the the ESP32 Module over USB successfully, when the ESP32 is in the board and connected to the Model III, we do not get a white LED, nor do we get a SSID entitled "TRS-IO", so clearly the flashing didn't work or what was flashed to the ESP32 was not properly compiled.
You make a suggestion in an earlier issue that items in the src folder need to be built with MAKE. What precisely needs to be compiled here?
Where are the instructions that walk users through compiling this, and pointing us to the right resources to compile this?