linux driver Johannes4Linux lesson 1 - Hello World
Follow the post 1 to setup environment. # Download repository "Linux Driver Tutorial" $ cd ~ $ git clone https://github.com/Johannes4Linux/Linux_Driver_Tutorial.git $ cd Linux_Driver_Tutorial/ # ...
Follow the post 1 to setup environment. # Download repository "Linux Driver Tutorial" $ cd ~ $ git clone https://github.com/Johannes4Linux/Linux_Driver_Tutorial.git $ cd Linux_Driver_Tutorial/ # ...
Johannes has provided the serial tutorial for linux driver development. It mainly base on “raspberry Pi 3”. However, I don’t have that device so that I adopt the virtual machine way. You don’t ne...
Brief This post will introduce the tool “draw-tree-diagram.sh” that make you generate tree diagram given paths. github repo Usage usage # clone repository $ git clone https://github.com/TU...
Quick start # Download openwrt $ git clone <openwrt-url> $ cd openwrt/ $ make # Download openwrt_devtool $ git clone https://github.com/TUNGHUAYU/openwrt_devtool.git $ cd openwrt_devtool/ ...
Brief Build openwrt image (armsr) Run openwrt image on qemu CLI (qemu-system-arm) GUI (UTM) References Brief This topic shared about the way how generate an arm-ba...
Introduction Layout Example Introduction The devtool provides the following features: Modify the package from openwrt codebase. New the package to openwrt codebase by built-in example o...