Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download the CH34x Driver Sources & Install on Raspberry PI #6

Closed
nsk opened this issue Sep 28, 2020 · 0 comments
Closed

Download the CH34x Driver Sources & Install on Raspberry PI #6

nsk opened this issue Sep 28, 2020 · 0 comments

Comments

@nsk
Copy link

nsk commented Sep 28, 2020

Download the CH34x Driver Sources
On the Raspberry Pi, go to http://www.wch.cn/download/CH341SER_LINUX_ZIP.html and click that big blue Download button. This is the manufacturer's website, but it's all in Chinese.

Prepare the Kernel Build Environment

sudo apt-get -y install linux-headers-rpi
sudo apt-get install rpi-update
sudo rpi-update

_ reboot here, you're on the latest kernel_

sudo wget https://raw.githubusercontent.com/notro/rpi-source/master/rpi-source -O /usr/bin/rpi-source && sudo chmod +x /usr/bin/rpi-source && /usr/bin/rpi-source -q --tag-update

sudo apt-get install bc
sudo apt-get install libncurses5-dev

rpi-source

Build the Driver Module

unzip the driver sources archive
cd into the new directory
make

@nsk nsk closed this as completed Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant