Changes between Version 57 and Version 58 of faq
- Timestamp:
- 04/09/2025 09:58:33 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq
v57 v58 352 352 353 353 Error Correcting Code (ECC) memory is a specific kind of memory designed typically for space applications. Gateworks does not use ECC Memory by default, however, the i.MX8M Plus processor used on some Gateworks SBCs has Inline ECC. Read more from NXP here: [https://www.nxp.com/docs/en/application-note/AN13566.pdf] 354 355 == How do I get more GPIO / DIO pins? 356 357 Most of the Gateworks SBCs include 2 to 4 native DIO. If this is not enough for the project, other pins can often be re-allocated to a DIO. This of course means giving up those functions, such as a SPI or I2C bus. This is fairly complex and does require device tree modification, with an example here: [wiki:linux/devicetree#VeniceGW7400GPIODiscussion]