Beiträge von topsoft

    Hallo zusammen,


    um die Datei fw_pearl_landscape_silent.ihx zu Flashen muß ich ja einen Eintrag in der profiles.py machen. Leider habe ich keine Ahnung welche Adresse und Länge ich angeben muß. :wow


    Code
    # Pearl 320x240 
    patch_320x240 = [ 
    (COPY, [0x000000, 0x1f0000]), # Copy sector 0 
    (PATCH, [0x0, 0x1f0000], "jmptbl_pearl.ihx"), 
    (BINARY, [0x0, 0x190000], "font4x8.bin"), 
    (PATCH, [0x0, 0x180000], "fw_pearl_landscape.ihx"), 
    (PATCH, [0x0, 0x04A21D], "fastoff.ihx"), 
    (PATCH, [0x?, 0x??????], "fw_pearl_landscape_silent.ihx"), 
    (37, [ 0x984e1a0a, 0x9ef54e54, 0xf0e0beea ], "p_start_pearl.ihx"), 
    ]


    Kann mir jemand helfen?



    EDIT .............



    So habe es jetzt selber herausgefunden. Auszug aus meiner "profiles.py":


    Code
    # Pearl 320x240 
    patch_320x240 = [ 
    (COPY, [0x000000, 0x1f0000]), # Copy sector 0 
    (PATCH, [0x0, 0x1f0000], "jmptbl_pearl.ihx"), 
    (BINARY, [0x0, 0x190000], "font4x8.bin"), 
    (PATCH, [0x0, 0x180000], "fw_pearl_landscape_silent.ihx"), 
    (PATCH, [0x0, 0x04A21D], "fastoff.ihx"), 
    (37, [ 0x984e1a0a, 0x9ef54e54, 0xf0e0beea ], "p_start_pearl.ihx"), 
    ]



    Gruß Topsoft