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

fix typo in prepare_k210_cpio.sh #1

Merged
merged 1 commit into from
Feb 18, 2020
Merged

fix typo in prepare_k210_cpio.sh #1

merged 1 commit into from
Feb 18, 2020

Conversation

pdp7
Copy link
Contributor

@pdp7 pdp7 commented Feb 17, 2020

Fix typo in prepare_k210_cpio.sh where I believe there is an unintended cd in:

cp -rf cd $PROJ_ROOT/init $ROOTFS/bin/

This should be:

cp -rf $PROJ_ROOT/init $ROOTFS/bin/

@pdp7 pdp7 requested a review from vowstar February 17, 2020 22:07
@vowstar vowstar merged commit 192993e into vowstar:master Feb 18, 2020
@vowstar
Copy link
Owner

vowstar commented Feb 18, 2020

Thank you!

@mtuxpe
Copy link

mtuxpe commented Feb 26, 2020

Hi, I am sorry to put my message here but I am unable to create my account on bbs.sipeed:
What is the best way to add support to peripherals like gpio, i2c, spi to k210-linux-nommu

@vowstar
Copy link
Owner

vowstar commented Feb 26, 2020

Hi, I am sorry to put my message here but I am unable to create my account on bbs.sipeed:
What is the best way to add support to peripherals like gpio, i2c, spi to k210-linux-nommu

https://github.com/laanwj/linux/tree/kendryte-5.6-rc1-wifi This my help you

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

Successfully merging this pull request may close these issues.

3 participants