Thanks for the tip on text vs pictures, I will definitely take that in mind before I make new posts. That fixed my issue and I am now able to run the file, thank you so much for your help. One last question I have is how do I read the data that is written in the output.x file that is written by rb_file.py. Since its raw data I cant sudo nano the files and I am not quite sure how to convert it to something like a .txt or csv file that I can then parse through. Any suggestions on how I would do this?
On Monday, April 29, 2019 at 3:34:11 AM UTC-4, TJF wrote: > > @Jim F: Thank's for the helpfull hint! > > @[email protected] > > Comment the RPROC line in file /boot/uEnv.txt. It should look like > > #uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo > uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo > > After saving and rebooting, the command ls -l /dev/uio* should output > > crw-rw---- 1 root users 243, 0 Apr 29 06:42 /dev/uio0 > crw-rw---- 1 root users 243, 1 Apr 29 06:42 /dev/uio1 > crw-rw---- 1 root users 243, 2 Apr 29 06:42 /dev/uio2 > crw-rw---- 1 root users 243, 3 Apr 29 06:42 /dev/uio3 > crw-rw---- 1 root users 243, 4 Apr 29 06:42 /dev/uio4 > crw-rw---- 1 root users 243, 5 Apr 29 06:42 /dev/uio5 > crw-rw---- 1 root users 243, 6 Apr 29 06:42 /dev/uio6 > crw-rw---- 1 root users 243, 7 Apr 29 06:42 /dev/uio7 > > Regards > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/7cb346e2-c72a-4b6c-a71a-93c41a5d01c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
