Documentation and tutorials
Yarm 868 MHz radio module
Peripherals documentation
Select from the document map below the article you need to:
- Design the PCB section for each specific peripheral
- Know where are the signals of each peripherals
- Include the right Linux kernel modules in your defconfig
- Configure the right Device Tree Binding for each driver
- Learn how to use the peripherals from user space
Other design guides
How-tos
Linux system how-tos
Useful commands
- Check the incoming interrups: watch -n 1 -d cat /proc/interrupts
- Get the Kernel version: uname -r
- Get the Debian version: cat /etc/debian_version
- Get the Kernel command line: cat /proc/cmdline
- List the driver built in the Kernel image: cat /lib/modules/$(uname -r)/modules.builtin
- Set the hostname: echo "myboardname" > /etc/hostname
Linux applications
Hello world examples
Python articles
C articles
Troubleshooting
Third party