Hi Arend, thanks for the detailed installation guide/protokol. It's looking good. Full sure, it'll help BBG users to adapt the code. And all BBx users find information on how to fix the ADC sampling rate limitation.
Two notes: 1. You need not disable UART2 for BBG. Instead you can disable libpruio control for pin P9_22 in file *dts_universal.bas* by adding a line M(P9_22) = "" '' right below the PIN_DEL(...) lines. in order to release this pin from the libpruio overlay. Also, you can free the HDMI pins by removing the line PIN_DEL(HDMI_Pins) Adapt before running the command fbc -w all dts_universal.bas. 2. You described a manual installation of the FreeBASIC compiler. Meanwhile I made a Debian package, which is less painful to install/uninstall, since it gets handled by the package manager. See description pages in (en) <http://www.freebasic.net/forum/viewtopic.php?f=5&t=23355> and (de) <https://www.freebasic-portal.de/downloads/fb-on-arm/debian-package-fbc-1-01-357.html> and this download link <https://www.freebasic-portal.de/dlfiles/625/freebasic_1.01.0debian7_armhf.deb>. Thanks for sharing your experience! -- 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/53690150-734f-4739-8e0a-a7e39d99f9ca%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
