mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-17 21:58:33 +03:00
Add support for 'qmod' (quad-modem) board
You can compile the firmware for this new target using 'make BOARD=qmod'. The QMOD differs from simtrace+owhw in terms of low-level initialization, as it has an external 12MHz clock at XIN, thus bypasses the main oscillator and needs different PLL configuration.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
/** Board definition */
|
||||
#define simtrace
|
||||
|
||||
#define BOARD_MAINOSC 18432000
|
||||
|
||||
/** Phone (SIM card emulator)/CCID Reader/MITM configuration **/
|
||||
/* Normally the communication lines between phone and SIM card are disconnected */
|
||||
// Disconnect SIM card I/O, VPP line from the phone lines
|
||||
|
||||
Reference in New Issue
Block a user