MalavPatel3501 / BeagleBone-AI--mpBBAI-IO-Python-Library

mpBBAI-IO/Setting-up-io-python-library-on-BeagleBone-AI(like GPIO,UART,SPI.I2C,ADC,PWM)
5 stars 2 forks source link

RE: Hello... #1

Closed silver2row closed 4 years ago

silver2row commented 4 years ago

Hello,

I am receiving this error while trying to make the .dts file under /BeagleBoard-DeviceTrees/src/arm/am5729-beagleboneai-mpcustom.dts

DTC     src/arm/am5729-beagleboneai-mpcustom.dtb
Error: src/arm/am5729-beagleboneai-mpcustom.dts:2.1-2 syntax error
FATAL ERROR: Unable to parse input tree
make[1]: *** [Makefile:207: src/arm/am5729-beagleboneai-mpcustom.dtb] Error 1
make: *** [Makefile:171: src/arm/am5729-beagleboneai-mpcustom.dtb] Error 2

Does this error mean anything to you?

Seth

uname -a: Linux beaglebone 4.14.108-ti-r135
cat /etc/dogtag: BeagleBoard.org Debian Buster IoT TIDL Image 2020-04-06
MalavPatel3501 commented 4 years ago

Hello Dear,

it's a line Comment error. i updated this error in file so please download updated .dts file and make again it's work 100%.

Please let me know if you have any query.

Thanks & Regards, Malav Patel

On Thu, Jun 4, 2020 at 2:08 AM Seth notifications@github.com wrote:

Hello,

I am receiving this error while trying to make the .dts file under /BeagleBoard-DeviceTrees/src/arm/am5729-beagleboneai-mpcustom.dts

DTC src/arm/am5729-beagleboneai-mpcustom.dtb Error: src/arm/am5729-beagleboneai-mpcustom.dts:2.1-2 syntax error FATAL ERROR: Unable to parse input tree make[1]: [Makefile:207: src/arm/am5729-beagleboneai-mpcustom.dtb] Error 1 make: [Makefile:171: src/arm/am5729-beagleboneai-mpcustom.dtb] Error 2

Does this error mean anything to you?

Seth

uname -a: Linux beaglebone 4.14.108-ti-r135 cat /etc/dogtag: BeagleBoard.org Debian Buster IoT TIDL Image 2020-04-06

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MalavPatel3501/BeagleBone-AI--mpBBAI-IO-Python-Library/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/APYYZYPGVMT2E4ORHNMRS23RU2YF3ANCNFSM4NSAG3QA .

silver2row commented 4 years ago

Hello...whatever you changed made the compilation work. Thank you.

Seth

P.S. Now, does the source you made work w/ just importing os from Python3? I am wondering b/c I have a bi-color LED I was going to test out w/ P9_14 and P9_16 and PWM on the BBAI. If you have time, please if you would, clue me in on how to accomplish this task. If not, that is okay too. I will keep trying.