KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
dumptruck
★ 17
Open GitHub ↗
FPGA based dumper for flashes and more
Download README (.md)
Explore Similar Repositories
strapi-geodata
:
Supports latitude, longitude and geohash in stripe
Wake-HarmonyOS
:
Wake-on-LAN on HarmonyOS NEXT
torus-ts
:
Monorepo for the Torus Network TypesSript Ecosystem. It's managed with Turborepo and pnpm.
gh-dormant-users
:
A GH CLI extension to generate a dormant users report based on issue, commit, and PR activity.
ipbash
:
bash-functions for work with ip addresses and subnets
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dumptruck
?
Download (.md)
# dumptruck FPGA based dumper for flashes and more ## Main PCB errata Bugs in the v0.1 PCB * 1.0V shunt resistor is missing a zone fill. Will monitor droop under load and see if we need to add top layer power path. * U33 is way too close to J10. Seems to have fit OK, not touching for now, but tough to assemble. * INIT_B and PROG_B on FPGA are 1.8V signals but we try to drive with 3.3 from supervisor! Rework: add pull to 1.8V on board, open drain in super firmware * JTAG connector VCC is connected to 3.3V. We need to supply 1.8 here. Temporary workaround: six pin extension cable, pass through JTAG + GND and supply 1.8V to dongle externally. Long term fix: interposer board * DONE on FPGA is 1.8V signal driving 3.3V input on supervisor, too low for Vih. Rework: add 1.8V gate drive NMOS to pull low when done, invert logic in firmware TODO: add HF caps to VCAP on STM32 ## Breakout board errata * v0.1 of parallel-nor-csp56 and dip8-qspi had EEPROM at 0xa0 which conflicted with MAC address EEPROM. Future breakouts use 0xa2 to avoid conflict