All public logs

From embeddedTS Manuals

Combined display of all available logs of embeddedTS Manuals. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 11:46, 20 April 2023 Kris talk contribs created page Lts kernel compile 5.10 imx6ul tarball (Created page with "<source lang=bash> export CROSS_COMPILE=arm-linux-gnueabihf- export ARCH=arm export LOADADDR=0x80800000 make -j5 && make zImage && make modules TEMPDIR=$(mktemp -d) TEMPFILE=$(mktemp) mkdir "${TEMPDIR}/boot/" cp arch/arm/boot/zImage "${TEMPDIR}"/boot/ cp .config "${TEMPDIR}"/boot/config cp arch/arm/boot/dts/imx6ul-ts*.dtb "${TEMPDIR}"/boot/ INSTALL_MOD_PATH="${TEMPDIR}" make modules_install make headers_install INSTALL_HDR_PATH="${TEMPDIR}" CONFIG_WILC_SPI=m INSTALL...")