List of things you might need to do to develop OBD Linux on Raspberry Pi with Buildroot

host

$ sudo apt-get install build-essential 
$ sudo apt-get install ncurses-dev
$ sudo apt-get install flex
$ sudo apt-get install bison
$ sudo apt-get install python
$ sudo apt-get install unzip

menuconfig

make raspberrypi3_defconfig

Change to the default setting for Raspberry Pi 3. By the way,

make list-defconfigs

You can see the full list at. What is raspberrypi3_qt5we?

After that, refer to here

Make ELM327 available

make linux-menuconfig

After that

Device Drivers ->
    USB support -> 
        USB Serial Converter support
            USB_SERIAL_PL2303 (USB Prolific 2303 Single Port Serial Driver)

Enable and include the driver in the image.

Then do whatever you want

After setting, try python-obd with python, try Qt5 from menuconfig, boil or bake freely!

Recommended Posts

List of things you might need to do to develop OBD Linux on Raspberry Pi with Buildroot
Make a note of what you want to do in the future with Raspberry Pi
Connect to MySQL with Python on Raspberry Pi
Things to do when you start developing with Django
[AWS EC2] Settings you want to do on Amazon Linux 2
What to do if you can't use WiFi on Linux
I tried to automate the watering of the planter with Raspberry Pi
Note: I want to do home automation with Home Assistant + Raspberry Pi + sensor # 1
Use python on Raspberry Pi 3 to light the LED with switch control!
What to do if you forget your login password on Manjaro Linux
What to do if you get stuck during Anaconda installation on Linux
Programming normally with Node-RED programming on Raspberry Pi 3
Working with sensors on Mathematica on Raspberry Pi
How to install NumPy on Raspberry Pi
Working with GPS on Raspberry Pi 3 Python
I tried to build an environment of Ubuntu 20.04 LTS + ROS2 with Raspberry Pi 4
Try to detect an object with Raspberry Pi ~ Part 1: Comparison of detection speed ~