Search Results

You can find the results of your search below.

yocto_build_system
12 Hits, Last modified:
ame="linux-imx-tq_6.12"| fragment_dir="tqma95xxsa_mb-smarc-2-tq-linux/linux-imx-tq/6.12.55+git/build/fragment.cfg"| git_checkout="scarth
can
8 Hits, Last modified:
/nav> ---- <panel type="default" title="CAN"> The MB-SMARC-2 provides two CAN interfaces: CAN0 on X29 and CA... oopback"> {{ :en:arm:tqma8mpxs:linux:yocto:how-to:mb-smarc-2_can.png?nolink&400 |}} </panel> </col> </grid> ... -> CAN1 === <code> candump can0& cansend can1 5A1#11.2233.44556677.88 </code> === CAN1 -> CAN0 === <code> candump can1& cansend can0 5A1#11.2233.445566
spi
8 Hits, Last modified:
SPI_MOSI and SPI_MISO need to be bridged: On MB-SMARC-2 the corresponding pins are pins 15 and 16 on X24. <code> echo -n -e "\x01\x0F" | spi-pipe -d <spi interface> -s 10000000 | hexdump (e.g. echo -n -e "\x01\x0F" | spi-pipe -d /dev/spidev1.0 -s 10000000 | hexdump) </c