[GSoC 2018: SDHCI MMC Driver]: Week #1 and #2 | Haiku Project

Hey folks! here’s the updates of past two weeks on the project!

I have cloned the latest haiku source and built the image file. With the generated image file I have emulated sdhci-pci device successfully. Following are the instructions to be followed:


This is a companion discussion topic for the original entry at https://www.haiku-os.org/blog/krish_iyer/2018-05-06_gsoc_2018_sdhci_mmc_driver_week_1_and_2/

Hi, nice report, thanks!

Just a small correction: afaik you are working in an own fork, so if somebody follows your guide, won’t see anything new, as the cloned repo is the main haiku mirror, not your own.

I mean this part:

Cloning the source code
git clone GitHub - haiku/haiku: The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org).
git clone GitHub - haiku/buildtools: Buildtools for the Haiku operating system. (Pull requests will be ignored; patches may be sent to https://dev.haiku-os.org).

Should be:

Cloning the source code
git clone GitHub - krish-iyer/haiku: The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org).
git clone GitHub - haiku/buildtools: Buildtools for the Haiku operating system. (Pull requests will be ignored; patches may be sent to https://dev.haiku-os.org).

1 Like

Building from source recommends the following (Github doesn’t get git tags).

git clone https://git.haiku-os.org/haiku
git clone https://git.haiku-os.org/buildtools