Advertisement
danielhilst

compile-and-deploy-kernel-csi.txt

Dec 1st, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. make LOADADDR=0x10008000 uImage -j8 && make modules && make dtbs && rm -r x/* && make modules_install INSTALL_MOD_PATH=x/ && tar cf mods.tar -C x . && sudo cp -v arch/arm/boot/uImage /srv/tftp/uImage && sudo cp arch/arm/boot/dts/imx6q-var-som-enlace.dtb /srv/tftp/imx6q-var-som.dtb && sudo tar xf mods.tar -C /srv/nfs/rootfs/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement