Changes between Version 1 and Version 2 of boot_img


Ignore:
Timestamp:
06/19/11 12:53:42 (13 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • boot_img

    v1 v2  
    11= boot-new.img =
    22This boot img contains a kernel that removes the write protection to the radio partitions
     3
     4The base address seems to be 0x04000000 so the command to build the boot.img is:
     5{{{
     6./mkbootimg --cmdline 'no_console_suspend=1 console=null' --base 0x04000000 --kernel zImage --ramdisk boot.img-ramdisk.gz -o boot-z.img
     7}}}