Bootloader

prom is working on a universal bootloader for calypso phones.

Is is composed of two parts, the loader itself and a frontend tool called "osmoload".

Usage

  • Run the loader using osmocon.
  • Go to src/host/osmocon and try the following:
    prom@viper:~/Projects/osmocom/osmocom-bb/src/host/osmocon$ ./osmoload ping
    Received pong.
    prom@viper:~/Projects/osmocom/osmocom-bb/src/host/osmocon$ ./osmoload memget 2000 7f
    Received memory dump of 127 bytes at 0x2000:
    4d4f544f 524f4c41 5f453838 00000000 ffffffff ffffffff ffffffff ffffffff MOTOROLA_E88....................
    312e302e 37352e45 2e000000 ffffffff ffffffff ffffffff ffffffff ffffffff 1.0.75.E........................
    31313532 30303339 30390000 ffffffff ffffffff ffffffff ffffffff ffffffff 1152003909......................
    ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffff   ...............................
    prom@viper:~/Projects/osmocom/osmocom-bb/src/host/osmocon$