User Tools

Site Tools


pandaboard

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pandaboard [11/18/2012 23:59] adminpandaboard [01/21/2013 16:20] (current) – [Pandaboard ES kernel compilation] admin
Line 1: Line 1:
  
 +See the [[http://omappedia.org/wiki/PandaBoard_FAQ|Omappedia Pandaboard FAQ]] and the [[http://www.crashcourse.ca/wiki/index.php/PandaBoard_ES#Ubuntu.27s_gcc-arm-linux-gnueabi|crashcourse.ca Pandaboard info]].
  
 [[http://elinux.org/Panda_How_to_MLO_%26_u-boot|elinux Pandaboard]] [[http://elinux.org/Panda_How_to_MLO_%26_u-boot|elinux Pandaboard]]
 +
 +[[http://www.omappedia.com/wiki/PandaBoard|OMAPpedia]]
 +
 +http://hbrobotics.org/wiki/index.php?title=Installing_and_Configuring_Ubuntu_on_the_PandaBoard
 +
 +====== Pandaboard ES kernel compilation ======
 +
 +We are using the cross-compiling toolchain from Linaro, arm-linux-gnueabihf, with gcc version 4.6.3.
 +
 +  mkimage -A arm -T script -C none -n "Pandaboard boot script" -d boot.script boot.scr
 +
 +  # wget kernel sources
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm omap2plus_defconfig
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm menuconfig
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm -j4 all
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm uImage
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules
 +  make CROSS_COMPILE=arm-linux-gnueabihf- ARCH=arm modules_install INSTALL_MOD_PATH=../dest_lib 
 +  #mkinitramfs 3.4.10 -o initrd.img-3.4.10-0001-omap4 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-
 +  # cp modules to exported rootfs
 +  
pandaboard.1353283188.txt.gz · Last modified: by admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki