Re: [beagleboard] PWM problem

2018-09-27 Thread Robert Nelson
On Thu, Sep 27, 2018 at 1:21 PM Krzysztof Śmiałek
 wrote:
>
> Ok, I've made it. And now all leds are off. I've tried push boot bton, or 
> wait. Didn't start.
> Any oder idea?

Stick this image on a microSD card:

https://rcn-ee.net/rootfs/bb.org/testing/2018-09-23/stretch-lxqt-2gb/BBB-blank-debian-9.5-lxqt-2gb-armhf-2018-09-23-2gb.img.xz

using your thumb nail hold the boot button.

Insert power

After the 4 leds come on, lift thumb nail..

Should flash the eMMC in 5-10 minutes.

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYiRP%2B7g_3%3D2QPz9Z3SAcYWDRRr6GEx%3DSOGXWo26_us2kQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-27 Thread Robert Nelson
On Thu, Sep 27, 2018 at 12:59 PM Krzysztof Śmiałek <
krzysztof.jan.smia...@gmail.com> wrote:

> Hi,
> So what should I do now? First I tell you where am I at the moment,
> because I've made a lot of strange things and just today I came back to
> start point.
> - I have got flashed emmc by this old image.
> - I install the newest version of soft from site. Then I change name of
> file "BBB-uEnv.txt" to uEnv.txt because I found there infromation:
> "##Rename as: uEnv.txt to override old bootloader in eMMC
>
> ##These are needed to be compliant with Debian 2014-05-14 u-boot."
>
> Only after that i can boot from my sd card. But now there is still porblem
> with pwm from adafruit library.
> I typed in promt after boot from card:
>
> debian@beaglebone:~$ sudo fdisk -l
> Disk /dev/mmcblk0: 14.5 GiB, 15552479232 bytes, 30375936 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disklabel type: dos
> Disk identifier: 0x80be9afc
>
> Device Boot Start End Sectors  Size Id Type
> /dev/mmcblk0p1 * 8192 6963199 6955008  3.3G 83 Linux
>
>
> Disk /dev/mmcblk1: 1.8 GiB, 1920991232 bytes, 3751936 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
> Disklabel type: dos
> Disk identifier: 0x
>
> Device Boot  Start End Sectors  Size Id Type
> /dev/mmcblk1p1 *  2048  198655  196608   96M  e W95 FAT16 (LBA)
> /dev/mmcblk1p2  198656 3751935 3553280  1.7G 83 Linux
>
>
>
>
> Disk /dev/mmcblk1boot1: 1 MiB, 1048576 bytes, 2048 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
>
>
> Disk /dev/mmcblk1boot0: 1 MiB, 1048576 bytes, 2048 sectors
> Units: sectors of 1 * 512 = 512 bytes
> Sector size (logical/physical): 512 bytes / 512 bytes
> I/O size (minimum/optimal): 512 bytes / 512 bytes
>
> So now if I type: "sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=10" I
> will delete all from my emmc and after that my BBB will not get up from SD.
>
> So tell me please what should I do now? I have got clean version (without
> updates) in emmc and on sd card.
>


I'd erase the eMMC:

sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

Then utilize any image on the microSD..

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjtcA3ss7T-86ynqu-hKRoreMCkP%2Bu4xDtY7r_DyzyN2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-25 Thread Krzysztof Śmiałek
Ok, for now I have flashed board with Debian 7.5 (BeagleBone Black - 2GB
eMMC) 2014-05-14

Than I remove card from BBB and install on the card: Debian 9.5 2018-08-30 4GB
SD IoT

Flashing this distro probably will not be possible because of little space
od eMMc. (I have tried it before)

Ond the SD card I need to change name of file to "uEnv.txt" to update the
bootloader and after that I can use the newest distro. But what I need to
do now to can use a PWM? If I use now: sudo dd if=/dev/zero of=/dev/mmcblk1
bs=1M count=100
The BBB will not get up. Need I make another changes in files on SD or emmc?
I am very newbie in BBB and now I am little confused :)
So tell me please step by step what should I do :)
Thanks!

wt., 25 wrz 2018 o 08:36 Krzysztof Śmiałek 
napisał(a):

> Ok,
> so first of all I need to run the BBB from emmc? So I need reflash this
> bootloader, yes?
> After that I need download new version of image from side, load on sd card
> and now using: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
> shoudl help?
> Or I need making another changes in different place of code? Because now
> I am little confused.
> KS
>
> wt., 25 wrz 2018 o 00:09 Robert Nelson 
> napisał(a):
>
>> On Mon, Sep 24, 2018 at 3:55 PM Krzysztof Śmiałek
>>  wrote:
>> >
>>
>> Okay the reporting is fixed:
>>
>> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
>> 2018.09-2-g0b54a51eee]:[location: dd MBR]
>> bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot
>> 2014.04-00014-g47880f5]:[location: fatfs /boot/uboot/MLO]
>>
>> > Ok, so what should I do? Reflash emmc to old one once again? When I was
>> testing yesterday after reflashing the pwm was working on this old soft but
>> probably it will be better if i can use new version of soft.
>>
>> It's up to you.. but i'd just run:
>>
>> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
>>
>> and utilze the new microSD image.
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> https://rcn-ee.com/
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpA7BSh2Uyq%2B8i5_-Z2aMYjJZpBh5i-VZUHbXZmyNYDS%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-25 Thread Krzysztof Śmiałek
Ok,
so first of all I need to run the BBB from emmc? So I need reflash this
bootloader, yes?
After that I need download new version of image from side, load on sd card
and now using: sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100 shoudl
help?
Or I need making another changes in different place of code? Because now I
am little confused.
KS

wt., 25 wrz 2018 o 00:09 Robert Nelson  napisał(a):

> On Mon, Sep 24, 2018 at 3:55 PM Krzysztof Śmiałek
>  wrote:
> >
>
> Okay the reporting is fixed:
>
> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
> 2018.09-2-g0b54a51eee]:[location: dd MBR]
> bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot
> 2014.04-00014-g47880f5]:[location: fatfs /boot/uboot/MLO]
>
> > Ok, so what should I do? Reflash emmc to old one once again? When I was
> testing yesterday after reflashing the pwm was working on this old soft but
> probably it will be better if i can use new version of soft.
>
> It's up to you.. but i'd just run:
>
> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
>
> and utilze the new microSD image.
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpCsku9QWn5BsdiCiH3bnjTaQtbxGGN1S%2B9z4bNMfi3qUw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Robert Nelson
On Mon, Sep 24, 2018 at 3:55 PM Krzysztof Śmiałek
 wrote:
>

Okay the reporting is fixed:

bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
2018.09-2-g0b54a51eee]:[location: dd MBR]
bootloader:[eMMC-(default)]:[/dev/mmcblk1]:[U-Boot
2014.04-00014-g47880f5]:[location: fatfs /boot/uboot/MLO]

> Ok, so what should I do? Reflash emmc to old one once again? When I was 
> testing yesterday after reflashing the pwm was working on this old soft but 
> probably it will be better if i can use new version of soft.

It's up to you.. but i'd just run:

sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

and utilze the new microSD image.

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYjXsxWoDF5ip%2BYmPGeX4h0q41chktnX5QMyvAbmD5zKjw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Krzysztof Śmiałek
Ok, so what should I do? Reflash emmc to old one once again? When I was
testing yesterday after reflashing the pwm was working on this old soft but
probably it will be better if i can use new version of soft.

24.09.2018 10:48 PM "Robert Nelson"  napisał(a):

On Mon, Sep 24, 2018 at 3:44 PM Krzysztof Śmiałek
 wrote:
>
> I used this and BBB don't want to boot after reboot;/ so the same
situation like yesterday with this comand. Without card the same. Pressing
boot buton didnt help. Hmm...
>
> pon., 24 wrz 2018 o 22:37 Krzysztof Śmiałek <
krzysztof.jan.smia...@gmail.com> napisał(a):
>>
>> Hi,
>> on the eMMc I have installed this one:
>>
https://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
>> Becouse I didn't find any newer for 2gb version. It will be easy to come
bac this changes? :)
>> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

Thanks, flashing and old A5A now..


>>
>> Becouse when I last time use it I need to reflash board ;P


Yeah, if it's from 2014, there's a good chance it won't auto boot the
microSD, just too old of a version of u-boot..

Yes, there is a limited number of images that will fit in the 2GB
eMMC..  Best bet is just the console one, or just use a big microSD
card.


Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpCmDmUrAU4PBBRB%3Dfd9m1kOD4g2XAcxD2DHExoshcG%2BAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Robert Nelson
On Mon, Sep 24, 2018 at 3:44 PM Krzysztof Śmiałek
 wrote:
>
> I used this and BBB don't want to boot after reboot;/ so the same situation 
> like yesterday with this comand. Without card the same. Pressing boot buton 
> didnt help. Hmm...
>
> pon., 24 wrz 2018 o 22:37 Krzysztof Śmiałek  
> napisał(a):
>>
>> Hi,
>> on the eMMc I have installed this one:
>> https://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
>> Becouse I didn't find any newer for 2gb version. It will be easy to come bac 
>> this changes? :)
>> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

Thanks, flashing and old A5A now..

>>
>> Becouse when I last time use it I need to reflash board ;P


Yeah, if it's from 2014, there's a good chance it won't auto boot the
microSD, just too old of a version of u-boot..

Yes, there is a limited number of images that will fit in the 2GB
eMMC..  Best bet is just the console one, or just use a big microSD
card.

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYif%3DGtxLVe9xfQrNS%3DpWPvtTTZUJ3CjvDFR99_DujuCnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Krzysztof Śmiałek
I used this and BBB don't want to boot after reboot;/ so the same situation
like yesterday with this comand. Without card the same. Pressing boot buton
didnt help. Hmm...

pon., 24 wrz 2018 o 22:37 Krzysztof Śmiałek 
napisał(a):

> Hi,
> on the eMMc I have installed this one:
>
> https://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
> Becouse I didn't find any newer for 2gb version. It will be easy to come
> bac this changes? :)
> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
>
> Becouse when I last time use it I need to reflash board ;P
>
>
> pon., 24 wrz 2018 o 22:30 Robert Nelson 
> napisał(a):
>
>> On Mon, Sep 24, 2018 at 3:13 PM Krzysztof Śmiałek
>>  wrote:
>> >
>> > Thanks for reply :)
>> >
>> > I am using rev B with 2GB eMMC. Now I am using the newest version boot
>> from SD card.
>> >
>> >
>> > Info from version.sh:
>> >
>> > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh
>> > [sudo] password for debian:
>> > git:/opt/scripts/:[d837f2b02f44fabe16353fd1226bb1f64e847c93]
>> > eeprom:[A335BNLT00A53002BBBK9610]
>> > model:[TI_AM335x_BeagleBone_Black]
>> > dogtag:[BeagleBoard.org Debian Image 2018-06-17]
>> > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
>> 2018.03-2-gac9cce7c6a]:[location: dd MBR]
>>
>> Humm, looks like i need fix my logic, it didn't find the MLO file in p1:
>>
>> [1.348526] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
>> [1.348957] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
>> [1.349358] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
>> [1.349736] mmcblk1rpmb: mmc1:0001 MMC02G partition 3 128 KiB
>> [1.351791]  mmcblk1: p1 p2
>>
>> But otherwise, this 'should' fix it..
>>
>> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
>>
>> and reboot..
>>
>> Background, we moved overlays from the kernel to u-boot, thus a
>> "recent" u-boot must be present for this to work properly, in your
>> case, you have an old version of u-boot, we couldn't even detect..
>>
>> Do you remember what version was installed the eMMC?  Then i can work
>> on patching my version.sh script..
>>
>> Regards,
>>
>> --
>> Robert Nelson
>> https://rcn-ee.com/
>>
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpBubxi9Djw_N-FLT8b3LLE28H5ZKhwJV0HHpmgE-j8x%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Krzysztof Śmiałek
Hi,
on the eMMc I have installed this one:
https://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.5-2014-05-14-2gb.img.xz
Becouse I didn't find any newer for 2gb version. It will be easy to come
bac this changes? :)
sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

Becouse when I last time use it I need to reflash board ;P


pon., 24 wrz 2018 o 22:30 Robert Nelson 
napisał(a):

> On Mon, Sep 24, 2018 at 3:13 PM Krzysztof Śmiałek
>  wrote:
> >
> > Thanks for reply :)
> >
> > I am using rev B with 2GB eMMC. Now I am using the newest version boot
> from SD card.
> >
> >
> > Info from version.sh:
> >
> > debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh
> > [sudo] password for debian:
> > git:/opt/scripts/:[d837f2b02f44fabe16353fd1226bb1f64e847c93]
> > eeprom:[A335BNLT00A53002BBBK9610]
> > model:[TI_AM335x_BeagleBone_Black]
> > dogtag:[BeagleBoard.org Debian Image 2018-06-17]
> > bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
> 2018.03-2-gac9cce7c6a]:[location: dd MBR]
>
> Humm, looks like i need fix my logic, it didn't find the MLO file in p1:
>
> [1.348526] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
> [1.348957] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
> [1.349358] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
> [1.349736] mmcblk1rpmb: mmc1:0001 MMC02G partition 3 128 KiB
> [1.351791]  mmcblk1: p1 p2
>
> But otherwise, this 'should' fix it..
>
> sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100
>
> and reboot..
>
> Background, we moved overlays from the kernel to u-boot, thus a
> "recent" u-boot must be present for this to work properly, in your
> case, you have an old version of u-boot, we couldn't even detect..
>
> Do you remember what version was installed the eMMC?  Then i can work
> on patching my version.sh script..
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpCiDtDGbvtrzTA1pm6Y4s-rEu7h_mua6DQyRr6RDjyLWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Robert Nelson
On Mon, Sep 24, 2018 at 3:13 PM Krzysztof Śmiałek
 wrote:
>
> Thanks for reply :)
>
> I am using rev B with 2GB eMMC. Now I am using the newest version boot from 
> SD card.
>
>
> Info from version.sh:
>
> debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh
> [sudo] password for debian:
> git:/opt/scripts/:[d837f2b02f44fabe16353fd1226bb1f64e847c93]
> eeprom:[A335BNLT00A53002BBBK9610]
> model:[TI_AM335x_BeagleBone_Black]
> dogtag:[BeagleBoard.org Debian Image 2018-06-17]
> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 
> 2018.03-2-gac9cce7c6a]:[location: dd MBR]

Humm, looks like i need fix my logic, it didn't find the MLO file in p1:

[1.348526] mmcblk1: mmc1:0001 MMC02G 1.79 GiB
[1.348957] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
[1.349358] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
[1.349736] mmcblk1rpmb: mmc1:0001 MMC02G partition 3 128 KiB
[1.351791]  mmcblk1: p1 p2

But otherwise, this 'should' fix it..

sudo dd if=/dev/zero of=/dev/mmcblk1 bs=1M count=100

and reboot..

Background, we moved overlays from the kernel to u-boot, thus a
"recent" u-boot must be present for this to work properly, in your
case, you have an old version of u-boot, we couldn't even detect..

Do you remember what version was installed the eMMC?  Then i can work
on patching my version.sh script..

Regards,

--
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYi2Rgahr5nwbbw2vtwfxGX76dNPRGDFNnrSZ9NaKcV7yA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Krzysztof Śmiałek
Thanks for reply :)

I am using rev B with 2GB eMMC. Now I am using the newest version boot from
SD card.


Info from version.sh:

debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh
[sudo] password for debian:
git:/opt/scripts/:[d837f2b02f44fabe16353fd1226bb1f64e847c93]
eeprom:[A335BNLT00A53002BBBK9610]
model:[TI_AM335x_BeagleBone_Black]
dogtag:[BeagleBoard.org Debian Image 2018-06-17]
bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot
2018.03-2-gac9cce7c6a]:[location: dd MBR]
kernel:[4.14.49-ti-r54]
nodejs:[v6.14.4]
uboot_overlay_options:[enable_uboot_overlays=1]
uboot_overlay_options:[uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-14-TI-00A0.dtbo]
uboot_overlay_options:[enable_uboot_cape_universal=1]
pkg check: to individually upgrade run: [sudo apt install --only-upgrade
]
pkg:[bb-cape-overlays]:[4.4.20180914.0-0rcnee0~stretch+20180914]
pkg:[bb-wl18xx-firmware]:[1.20180517-0rcnee0~stretch+20180517]
pkg:[kmod]:[23-2rcnee1~stretch+20171005]
pkg:[roboticscape]:[0.4.4-git20180608.0-0rcnee0~stretch+20180609]:[GOT_REPLACED_BY_NEXT]
WARNING:pkg:[librobotcontrol]:[NOT_INSTALLED]
pkg:[firmware-ti-connectivity]:[20170823-1rcnee1~stretch+20180328]
groups:[debian : debian adm kmem dialout cdrom floppy audio dip video
plugdev users systemd-journal i2c bluetooth netdev cloud9ide gpio pwm eqep
admin spi tisdk weston-launch xenomai]
cmdline:[console=tty0 console=ttyO0,115200n8 root=/dev/mmcblk0p1
rootfstype=ext4 rootwait coherent_pool=1M net.ifnames=0 quiet]
dmesg | grep pinctrl-single
[1.075942] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size
568
dmesg | grep gpio-of-helper
[1.077153] gpio-of-helper ocp:cape-universal: ready
END

THX,
KS


pon., 24 wrz 2018 o 21:36 Robert Nelson 
napisał(a):

> On Mon, Sep 24, 2018 at 2:23 PM  wrote:
> >
> > Hello,
> > I want to use PWM pins by Adafruit in my BBB but I have got some
> problems. Below some info about my soft:
> >
> >
> > root@beaglebone:~# cat /etc/dogtag
> > BeagleBoard.org Debian Image 2018-06-17
> > root@beaglebone:~# cat /etc/debian_version
> > 9.5
> > root@beaglebone:~# uname -a
> > Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC
> 2018 armv7l GNU/Linux
> > root@beaglebone:~# pip install Adafruit_BBIO
> > Requirement already satisfied: Adafruit_BBIO in
> /usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg
>
> This is actually pre-installed. ;)
>
> > root@beaglebone:~# cat /sys/devices/platform/bone_capemgr/slots
> >  0: PF  -1
> >  1: PF  -1
> >  2: PF  -1
> >  3: PF  -1
>
> You have an old version of u-boot in the eMMC:
>
> Please run this script to help verify where it's located so we can remove
> it..
>
> sudo /opt/scripts/tools/version.sh
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAK-qOpDkts6Pk_ZckBNdGUSA6QT%2BXKRQFO3kvZkrVt0u%3Dw0vOQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] PWM problem

2018-09-24 Thread Robert Nelson
On Mon, Sep 24, 2018 at 2:23 PM  wrote:
>
> Hello,
> I want to use PWM pins by Adafruit in my BBB but I have got some problems. 
> Below some info about my soft:
>
>
> root@beaglebone:~# cat /etc/dogtag
> BeagleBoard.org Debian Image 2018-06-17
> root@beaglebone:~# cat /etc/debian_version
> 9.5
> root@beaglebone:~# uname -a
> Linux beaglebone 4.14.49-ti-r54 #1 SMP PREEMPT Fri Jun 15 22:14:13 UTC 2018 
> armv7l GNU/Linux
> root@beaglebone:~# pip install Adafruit_BBIO
> Requirement already satisfied: Adafruit_BBIO in 
> /usr/local/lib/python2.7/dist-packages/Adafruit_BBIO-1.0.10-py2.7-linux-armv7l.egg

This is actually pre-installed. ;)

> root@beaglebone:~# cat /sys/devices/platform/bone_capemgr/slots
>  0: PF  -1
>  1: PF  -1
>  2: PF  -1
>  3: PF  -1

You have an old version of u-boot in the eMMC:

Please run this script to help verify where it's located so we can remove it..

sudo /opt/scripts/tools/version.sh

Regards,

-- 
Robert Nelson
https://rcn-ee.com/

-- 
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 beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/CAOCHtYiO%2B%3DV8n2gAcAPt76fpuHzHKzPpXCz9boU%3DNoAFHYLTxQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.