Attention is currently required from: falconia.
2 comments:
Patchset:
You should also add reading of per-unit RF calibration tables from TIFFS, like it is done on gta0x a […]
This is already implemented and working. Here's the firmware boot log for K2xx:
```
Checking TIFFS for the RF calibration records
Found '/gsm/rf/afcdac', applying
Found '/gsm/rf/tx/ramps.900', applying
Found '/gsm/rf/tx/levels.900', applying
Found '/gsm/rf/tx/calchan.900', applying
Found '/gsm/rf/tx/ramps.1800', applying
Found '/gsm/rf/tx/levels.1800', applying
Found '/gsm/rf/tx/calchan.1800', applying
```
File src/target/firmware/board/se_k2xx/rf_tables.c:
Patch Set #2, Line 30: uint8_t apc_offset = 48;
If you look at `reg-read` file in the same directory where you found rf_XXX. […]
Just to clarify: `APCOFF = 0x07F` is 127 in decimal, but you suggest 63. How did you calculate that value? I assume you used some formula, so I trust you here and modified the patch to use 63 and added a comment that it's derived from `APCOFF`.
To view, visit change 42604. To unsubscribe, or for help writing mail filters, visit settings.