Advertisement
tudorsirb

useful commands

Apr 30th, 2013
749
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Page size: 4096 (0x00001000)
  2. Kernel size: 4133984 (0x003f1460)
  3. Ramdisk size: 2392523 (0x002481cb)
  4. Second size: 0 (0x00000000)
  5. Command line: androidboot.hardware=u0
  6.  
  7. Board name:
  8.  
  9.  
  10. ./mkbootimg --kernel zImage --ramdisk boot.img-ramdisk.gz --cmdline androidboot.hardware=u0 --base 0x00200000 --pagesize 4096 -o boot.img
  11.  
  12.  
  13. make clean
  14. export ARCH=arm
  15. export CROSS_COMPILE=arm-eabi
  16. make cyanogenmod_u0_defconfig
  17. export CROSS_COMPILE=~/"KERNEL_DIR"/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-
  18. TOOLCHAIN INCLUDED IN SOURCE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement