Changes between Version 1 and Version 2 of boot_img
- Timestamp:
- 06/19/11 12:53:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
boot_img
v1 v2 1 1 = boot-new.img = 2 2 This boot img contains a kernel that removes the write protection to the radio partitions 3 4 The 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 }}}