Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage -j2
OR
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- LOADADDR=0x82000000 uImage
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules -j2

...