mashed-potatoes / PotatoNV-crossplatform

it is not OK iirc
GNU Affero General Public License v3.0
47 stars 13 forks source link

hisi620 #8

Closed PMKrol closed 1 year ago

PMKrol commented 1 year ago

Hi!

I put hisi620 from non-crossplatform into bootloaders directory of crossplatform, modified main.py. I get

? Select bootloader:  hisi620
? What key should be set?  1111111111111111
error Bootloader is invalid or not found!

Anyone can help?

PMKrol commented 1 year ago

Ok, I created manifest.json for 620 based on 659 by modify adresseses and name:

{
    "name": "Kirin 620",
    "images": [
        {
            "filename": "xloader.img",
            "role": "xloader",
            "address": "0xF9800800"
        },
        {
            "filename": "fastboot.img",
            "role": "fastboot",
            "address": "0x06800000"
        }
    ],
    "props": {}
}