haiku-website/content/blog/dnivra/2014-06-01_gsoc_2014_arm_po...

16 lines
895 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
type = "blog"
author = "dnivra"
title = "[GSoC 2014: ARM Port] Week #6"
date = "2014-06-01T10:08:04.000Z"
tags = ["gsoc", "arm", "gsoc2014"]
+++
Hey everyone!<br />
Heres an update on week 6(a relatively short one so no TL;DR :) ).
<br /><br />
I managed to fix the bootable SD card image generation script that I created last week to use mtools and thus eliminate the need for losetup and root permissions. The script is available in a Github[1] repository
<br /><br />
Meanwhile, Ive also been working on adding a bootstrap-mmc target to Jam. Right now, the target generates the haiku_loader_nbsd.ub successfully but fails because it doesnt know how to generate MLO and u-boot. I have not figured out why it doesnt know how to make targets MLO and u-boot. Hopefully, Ill fix that up in a few days.
<br /><br />
[1] https://github.com/arvindsraj/haiku-sdcard-image-generator