- Debugger: Getting mixed signals
- 'Packaging Infrastructure' Contract Weekly Report #4
- Haiku monthly activity report - 06/2015
- 'Packaging Infrastructure' Contract Weekly Report #3
- 'Packaging Infrastructure' Contract Weekly Report #2
- GCI 2014 winners trip report (mentor side)
- TeX Live and LyX; Changes to the boot code
- 'Packaging Infrastructure' Contract Weekly Report #1
- Beginning of 'Packaging Infrastructure' Contract
- Haiku monthly activity report - 05/2015
[GSoC 2014 : ARM Port] Week #7
Hey everyone!
Just like week 6, this is another short update.
I’ve been working on creating a bootstrap-mmc target for the build system. The current issues I’m facing are
I hope to add the bootstrap-mmc target for jam within this week which would make it much easier for anyone to build the image.
Just like week 6, this is another short update.
I’ve been working on creating a bootstrap-mmc target for the build system. The current issues I’m facing are
- Downloading MLO and u-boot fails and thus build fails since jam doesn’t know how to create those targets otherwise. I managed to fix this but apparently, the fix breaks the current build system so I need to modify the fix such that it doesn’t break the build system.
- Copying the bootstrap image as the second partition of the MMC image. I planned to use dd since it works fine and probably works fine on Linux and BSDs but dd requires a size to be specified, which is slightly tricky to compute in jam. The obvious solution of using cat doesn’t seem to work - the resultant size of MMC is much higher than expected.
I hope to add the bootstrap-mmc target for jam within this week which would make it much easier for anyone to build the image.
- dnivra's blog
- Login or register to post comments

Comments
Re: [GSoC 2014 : ARM Port] Week #7
Please keep up the good work.
Re: [GSoC 2014 : ARM Port] Week #7
Re: [GSoC 2014 : ARM Port] Week #7
dnivra:
Thank you for your work, and your efforts dedicated to this project.
Thank you!!! :-)
Re: [GSoC 2014 : ARM Port] Week #7
Re: [GSoC 2014 : ARM Port] Week #7
dd requires a size to be specified
It shouldn't. Is this a BeOS / Haiku limitation? By default dd should copy the entire input until EOF
Re: [GSoC 2014 : ARM Port] Week #7