FreeCalypso > hg > freecalypso-sw
comparison loadtools/scripts/pirelli.init @ 18:fa3e9a5665bd
loadtool hw configuration files created for the Pirelli
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 03 May 2013 23:38:08 +0000 |
parents | |
children | 9a77b3395747 |
comparison
equal
deleted
inserted
replaced
17:24b88c119465 | 18:fa3e9a5665bd |
---|---|
1 # This phone has 3 memory chip selects: | |
2 # | |
3 # nCS0: flash chip select 1 | |
4 # nCS1: RAM chip select | |
5 # nCS3: flash chip select 2 | |
6 # | |
7 # All 3 chip select lines go to the same physical IC, a RAM/flash MCP. | |
8 # We set WS=4 for all 3 here, copying what OsmocomBB does. The access | |
9 # time listed in the datasheet is 70 ns for both RAM and flash, and per | |
10 # my math setting WS=3 *might* work, but it could be marginal, so let's | |
11 # play it safe for now. | |
12 | |
13 w16 fffffb00 00A4 | |
14 w16 fffffb02 00A4 | |
15 w16 fffffb06 00A4 |