Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 10 of 507

Threaded View

  1. #11
    Navigation software Moderator kunix's Avatar
    Join Date
    Sep 2011
    Location
    Belarus
    Posts
    908
    Rep Power
    439

    Default

    People, you can't run 1104 boot.bin on a device with 972 bootloader and vice versa. It's because of the totally different loading addresses of boot.bins (0x60000 for 972 vs 0x10040000 for 1104). boot.bin is not a position independent piece of code. It crashes very early if loaded at a wrong address.

    As it is boot.bin who is responsible for flashing bootloader, you can't accidentally replace 972 bootloader with 1104 one and vice versa. Doing so would require running update.txt script rather than just flashing an RGN file.

    Exactly the same thing is true for firmwares. You can't run 1104 firmware on a device with 972 bootloader and vice versa. You'll see the "system software missing" message in this case.

    So, cat2115, it's impossible that you've flashed wrong boot or wrong firmware. Even if you renamed the RGN file, it would still be impossible. The explanation must be somewhere else.

    UPD
    By the way, I'm by no means saying that you can safely rename RGN files. It could be deadly dangerous!
    But in this particular case it's safe because of the different loading addresses.
    Last edited by kunix; 16th July 2012 at 05:38 AM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •