ostroproject / ostro-os

Ostro OS
Other
93 stars 43 forks source link

incorrect path in flashall.bat #62

Open martinkronberg opened 8 years ago

martinkronberg commented 8 years ago

the Ostro image for Intel Edison has typos in the paths in flashall.bat:

"%BASE_DIR%edison-image-edison.hddimg" should be "%BASE_DIR%ostro-image-edison.hddimg"

"%BASE_DIR%edison-image-edison.update.hddimg" should be "%BASE_DIR%ostro-image-edison.update.hddimg"

"%BASE_DIR%edison-image-edison.ext4" should be "%BASE_DIR%ostro-image-edison.ext4"

gvancuts commented 8 years ago

@jlaako can you take a look?

jlaako commented 8 years ago

Yes, I'm looking into this. However, it is not as simple as changing the image name, since we produce various images with different names. I need to modify it to functionally match the Linux script.

jlaako commented 8 years ago

Fixed in https://github.com/ostroproject/meta-ostro-bsp/pull/29

RalfGraefeIntel commented 8 years ago

The same applies to the FlashEdison.json which is used by the Phone Flash tool on Windows.

pohly commented 8 years ago

@jlaako please not that @ralf-graefe pointed out that problem still exists elsewhere (FlashEdison.json).