Modify ↓
#5108 closed defect (fixed)
Fix for imagetag flashing from stock firmware
Reported by: | Daniel Dickinson <cshore@…> | Owned by: | developers |
---|---|---|---|
Priority: | normal | Milestone: | Barrier Breaker 14.07 |
Component: | packages | Version: | |
Keywords: | Cc: |
Description
flashing wasn't working right because the padding between the end of the kernel and the start of the rootfs wasn't included because it wasn't included in either rootfslen or kernellen (size of image to flash is rootfslen+kernelen, for the firmware for which this should work).
The patch attached fixes this problem.
Attachments (1)
Change History (3)
Changed 9 years ago by Daniel Dickinson <cshore@…>
comment:1 Changed 9 years ago by florian
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by jow
- Milestone changed from Attitude Adjustment 12.09 to Barrier Breaker 14.07
Milestone Attitude Adjustment 12.09 deleted
Note: See
TracTickets for help on using
tickets.
Applied in [15801], thanks Daniel !