#14373 closed bug (fixed)
Support raw binary injection
Reported by: | kallisti5 | Owned by: | kallisti5 |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta2 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Some ARM vendors (Allwinner) expect a binary blob loader to exist on the raw MMC(SD CARD).
I've added some basic logic around this here: https://github.com/haiku/firmware/blob/master/manifest.json#L49 (My idea at the time was "detect" the integer at the beginning of the string and using that as the seek)
Rune needs to detect this integer and write the binary at the offset mentioned.
Change History (4)
comment:1 by , 6 years ago
Component: | Tools/Rune → Applications/Command Line Tools |
---|---|
Owner: | changed from | to
comment:2 by , 6 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 5 years ago
Milestone: | Unscheduled → R1/beta2 |
---|
Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone
Note:
See TracTickets
for help on using tickets.
Resolved as of https://github.com/haiku/rune/commit/57ac827b
Rune has successfully created a Haiku boot media which starts on the SunXi H3. (it has a random u-boot blob at offset 8192)
u-boot runs, and attempts to jump into our kernel (which implodes)