Description: | mkimage for uboot (bugfixed) | Install: | uboot_mkimage.lha | Size: | 67kb 5 | Version: | 1.1.5 | Date: | 11 Aug 08 | Author: | Wolfgang Denk / ( Kjetil Hvalstrand, fixed by Damien Stewart) | Submitter: | Damien Stewart | Email: | hypexed/yahoo com au | Requirements: | AmigaOne / Uboot | Category: | utility/archive | License: | GPL | Distribute: | yes | Min OS Version: | 4.0 |
This is a bugfix of the orginal mkimage port by Kjetil Hvalstrand. The original
didn't work properly and would leave a blank header because some file-to-disk
memory routines didn't flush the memory back to disk before freeing it. This fix
includes the work around so mkimage functions properly on OS4. And also uses an
updated source tree with makefile included. Original instructions by Kjetil
follow. Enjoy!
Damien Stewart (Hypex)
A quick recompile/port of mkImage used to create boot images for UBOOT,
ported by Kjetil Hvalstrand (NutsAboutAmiga/LiveForIt)
Note: I have not made any big changes to the code, and I have not really tested
it properly.
All you need to make a boot image is:
1. Working Linux kernel for AmigaOne.
2. Ramdisk image found on LinuxPPC distribution like Debian or Yellow-Dog.
/*
* (C) Copyright 2000-2004
* DENX Software Engineering
* Wolfgang Denk, wd()denx.de
* All rights reserved.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*/
| |