https://rcn-ee.com/rootfs/bb.org/testing/2016-01-24/lxqt-4gb/BBB-eMMC-flasher-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img.xz
The flashing seems to be fine but when I try to install minicom I get:
root@beaglebone:~# apt-get install minicom
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package minicom
root@beaglebone:~#
Any ideas what the problem is?
I am also trying to get all the UARTS working. I have Googled long and hard but the instructions I have found are either for an earlier version of Debian or so terse I cannot follow them, such as these:
https://theunemployablekoder.wordpress.com/2015/03/28/enabling-uart1-and-uart4-on-the-beaglebone-black-and-debian-jessie/
Can anyone point me to some step by step instructions to enable all the UARTS under Jessie?
Any advice appreciated.
On Jan 30, 2016 7:25 PM, <guy....@netprobity.co.uk> wrote:
>
>
> Hi,
>
> I have installed Jessie 8.3 with lxqt onto the eMMC of a rev C board. I used this image:
>
> https://rcn-ee.com/rootfs/bb.org/testing/2016-01-24/lxqt-4gb/BBB-eMMC-flasher-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img.xz
>
> The flashing seems to be fine but when I try to install minicom I get:
>
> root@beaglebone:~# apt-get install minicom
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: Unable to locate package minicom
> root@beaglebone:~#
>
> Any ideas what the problem is?
Run
sudo apt-get update
First to refresh the package cache.
>
> I am also trying to get all the UARTS working. I have Googled long and hard but the instructions I have found are either for an earlier version of Debian or so terse I cannot follow them, such as these:
>
> https://theunemployablekoder.wordpress.com/2015/03/28/enabling-uart1-and-uart4-on-the-beaglebone-black-and-debian-jessie/
>
> Can anyone point me to some step by step instructions to enable all the UARTS under Jessie.
One example is right here.. Echo bb-uart1
...
https://github.com/beagleboard/bb.org-overlays/blob/master/readme.md
Regards,
On Feb 1, 2016, at 5:55 AM, guy....@netprobity.co.uk wrote:I type:
sh -c "echo 'BB-UART1' > /sys/devices/platform/bone_capemgr/slots"
and I get:
sh: echo: I/O error