Official AM3358 Debian 10.3 2020-04-06 4GB SD IoT image has jessie in sources.list

Look here:
https://beagleboard.org/latest-images
I loaded the image https://debian.beagleboard.org/images/bone-debian-10.3-iot-armhf-2020-04-06-4gb.img.xz
for my beaglebone black.

Look I’m no idiot. I know that debian 10.3 is debian buster.
Then why the hell does the /etc/apt/sources.list list jessie?

What is wrong here?

No seriously.
That’s not all

The gettings started pages were all outdated and a real pain…
Turns out I need to call
sudo modprobe ftdi_sio
to be able to get networking via usb working. It does not say so on the getting started page.
The whole “share internet with device” is also a pain.

Turns out that Robert Nelson’s writeup here…

is missing
sudo iptables -A FORWARD -m state --state RELATED,ESTABLISHED -j ACCEPT

At this point I’m really disappointed.
Maybe the stuff worked 4 years ago. But currently the getting started stuff, and real information, is just fragmented an missing.

If you’re Robert Nelson, then stuff will work fine. But I thought beaglebone was targeted at new users as well (ha it was… 4 or more years ago). Now it is just anger-provoking, that the getting started stuff just does not work properly.

Have you ever though about that?
Do you actually realized how really bad the situation is?

Some advice:
Please: get some students to work through your getting started guides, and (after having them tell you how much is sucks), get them to improve it (by letting them contact Robert Nelson).

Thanks.
PS: my host is linux. So definately also get some students to work on a linux host.

Interesting, please report the output of:

cat /etc/dogtag

This should report:

BeagleBoard.org Debian Buster IoT Image 2020-04-06

and

cat /etc/apt/sources.list 

is…

deb http://deb.debian.org/debian buster main contrib non-free
#deb-src http://deb.debian.org/debian buster main contrib non-free

deb http://deb.debian.org/debian buster-updates main contrib non-free
#deb-src http://deb.debian.org/debian buster-updates main contrib non-free

deb http://deb.debian.org/debian-security buster/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security buster/updates main contrib non-free


#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ buster main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ buster main

It’s my assumption that your still booting off the eMMC?..

Regards,

It’s my assumption that your still booting off the eMMC?..

How do I know that?
(This is an old beaglebone black and I basically wrote the image onto the microSD card, inserted it and assume it’s running from the microSD card and not some on-board eMMC. hmm? )

cat /etc/dogtag

shows

BeagleBoard.org Debian Image 2015-08-16
cat /etc/apt/sources.list 

shows

deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free

deb http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
#deb-src http://security.debian.org/ jessie/updates main contrib non-free

#deb http://ftp.debian.org/debian jessie-backports main contrib non-free
##deb-src http://ftp.debian.org/debian jessie-backports main contrib non-free

#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ jessie main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ jessie main

Yeap, your BBB is running 2015-08-16 version of jessie…

The BBB’s boot order is:

  1. eMMC
  2. microSD

Only way to change this order, is to ‘hold’ the boot button down before inserting power, then letting go, after the LED lights up…

You can also erase the first 100Mb or (2015 era used a fat partition…), but i’d only do that after you are fine with erasing the eMMC…

Regards,

Damn! I did not hold down the user/boot button!!
Sorry. That’s my mistake.