Reply 1300 of 1337, by snipe3687
- Rank
- Member
snipe3687 wrote on 2025-01-15, 13:47:Hello everyone, I'm hoping someone can help me here. I've been working on a project that combine's Rasteri's WeeCee with Eivind […]
Hello everyone,
I'm hoping someone can help me here. I've been working on a project that combine's Rasteri's WeeCee with Eivind Bohler's TinyLlama 3 which has been very successful except for 1 part. I cannot get pgusinit to see the picogus on the bus for some reason. If anyone is familiar with the SOM304RD-VI it essentially offers the entire ISA bus on it's pin header so I am treating the PicoGus like it's plugged into an ISA slot. this differs a little bit from the TinyLlama v3 since that one uses the PCIRST signal which is active low and inverts it where as I used RSTDRV off the ISA bus which is active high which is essentially what the original PicoGus does. other than that, I didn't change any of the logic. I used a very similar schematic to make a PC/104 version of the PicoGus and that works so I guess what I really need is a second set of eyes on it.
I was able to succesfully drop the firmware on it and everything and the activity light comes on after I do that so that tells me the RP2040 is responding at least. it just seems like the ISA bus isn't making connection to the SOM.
and before anyone asks, I've been able to use other PicoGus devices with this SOM so I know it's compatible.Thank you for taking the time to check this out! if I can get this working, I think the project will be complete! 😀
I did find one issue while reviewing this again and that was the AEN Masking circuit was using 3.3V instead of 5V.
I tombstoned the resistor on the pad connected to DACK1 removing the other end from the 3.3V supply and attached 5V from one of the VREGs but unfortunately, this didn't solve the issue.
This is actually the second board I've spun as the first one was using the incorrect signal for RSTDRV. I don't see anything else on any of the schematics I've looked at that I could be missing. I suppose maybe the traces could be too small, but I would be surprised since it's such a short distance. they are 0.127mm. could that possibly be an issue though? I normally like to stay around 0.18mm or 0.2mm for ISA traces but I have had success using 0.127mm for other projects.
ughh, I really don't know what else to check so any advice would be very much appreciated!