[beagleboard] Console image vs IOT image

On the latest images page(https://beagleboard.org/latest-images) has
the IOT version replaced the plain jane console image? I would really
like to build from the latest basic console image then add options as
needed.

And, how would one go about changing the port nodejs/bonescript listens
on? I would like to get Apache back to port 80 and move
nodejs/bonescript over to port 8080 reversing the way they are
shipped.

Thanks all,

On the latest images page(https://beagleboard.org/latest-images) has
the IOT version replaced the plain jane console image? I would really
like to build from the latest basic console image then add options as
needed.

Have you actually looked ? There is still a console image, and very likely
always will be.

And, how would one go about changing the port nodejs/bonescript listens
on? I would like to get Apache back to port 80 and move
nodejs/bonescript over to port 8080 reversing the way they are
shipped.

There are many ways, including using iptables, or nginx. However, this is
not a question that is specific to this hardware. As such searching the web
for "linux how to change Nodejs port. . ." etc will produce a lot of fruit.

Yes, found the console image:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian

Specifically switching ports on the standard IOT configuration on the
BBGW using the latest IOT image? Any help on that subject?

Specifically switching ports on the standard IOT configuration on the
BBGW using the latest IOT image? Any help on that subject?

bonescript: is controlled by a systemd service/socket file, you'll
find port 80 in that..

apache: /etc/apache2/ports.conf you'll find port 8080

Regards,

Thanks Robert, I'll get the port 80 switched in the bonescript services.
One also needs to change the /sites-enabled/000-default.conf port
number along with the ports.conf for Apache.

Thanks again,