- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm using ubuntu 16.04 64bit on my mac.
Can I run this stick on my beagle bone black with debian 8.6 or 9.1 or others?
which one will work? which kernel version?
thanks
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use standard Debian Stretch, just in install script add 2 lines after this:
elif [ "${OS_DISTRO,,}" == "raspbian" ] && [ $OS_VERSION -ge 91 ]; then
echo "Installing on Raspbian Stretch"
elif [ "${OS_DISTRO,,}" == "debian" ] && [ $OS_VERSION -ge 93 ]; then
echo "Installing on Debian Stretch"
after this there may be some dependency problems as for Python2/Python3 but it is easy correctable

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page