![]() |
Missing create_sdcard script when buiding from git - Printable Version +- OpenELEC Forum (https://forum.openelec.tv) +-- Forum: Generic Forum (https://forum.openelec.tv/forumdisplay.php?fid=5) +--- Forum: INSTALLATION (https://forum.openelec.tv/forumdisplay.php?fid=6) +--- Thread: Missing create_sdcard script when buiding from git (/showthread.php?tid=76644) |
Missing create_sdcard script when buiding from git - steamroller16 - 04-26-2015 I just pulled the master branch from git and built it for the raspberry pi. But my tar archive in the target directory does not have a create_sdcard script like it used to. Is there a new way to create an sd card? Or did the compilation fail? Missing create_sdcard script when buiding from git - seo - 04-26-2015 create_sdcard is no more do "make image" "make release" is only for updates. not initial installs.'); Missing create_sdcard script when buiding from git - steamroller16 - 04-26-2015 Thank you very much. That worked perfectly. Minor annoyance was that it requires sudo to finish building the image but it's not a real problem. |