Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
Actually I have to start from scratch because as I mentioned before BBB 
fails to boot from eMMC and the SD card is empty.
Well I will once again regenerate the image in eMMC and once again format 
the SD card in ext4.
At this critical stage, I had an empty SD card, formatted in ext4 with a 
single "rootfs" partition.
So the next step (if my understanding is correct) was to create a *boot* 
partition on the SD card, where I could then transfer *MLO* and *u-boot.img*
.
You say I should edit *exlinux.conf*.
Ok i will do it as you suggest
And then?
What should I do with this *exlinux.conf* in order to create a *boot* 
partition on the SD card.
BTW execution of *generate_extlinux.sh* (which creates *exlinux.conf* on 
eMMC) corrupts eMMC: after execution of *generate_extlinux.sh* eMMC becomes 
"unbootable".

On Thursday, August 27, 2020 at 2:47:41 AM UTC+2, RobertCNelson wrote:

>
> It's the eMMC, use 
>
> root=/dev/mmcblk1p1 
>
> in extlinux.conf. 
>
> 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/61f7914f-75de-4514-a9db-3fb61d3b560bo%40googlegroups.com.


Re: [beagleboard] How to automatically set system time of BBB by external DS3231

2020-08-26 Thread Niresh Kumar
Hi,
I am a newbie to the linux environment and BBB, your information is very
helpful.

I've have tested both BB-I2C1-RTC-DS3231.dtbo and  BB-I2C2-RTC-DS3231.dtbo
 in the new image 4.19.94-ti-r42, they mount rtc1 in /dev but system time
is not updated with rtc1. Please let me know if any other procedure is
required and also procedure to update external rtc1 time when the internet
is connected.

One thing i have observed, with BB-I2C1-RTC-DS3231.dtbo the timedatectl
command displayed "RTC time: n/a" not system time as in normal condition.

Please clarify the following points
1.  How do you say the rtc chip is in i2c bus one. Using i2cdetect command
"i2cdetect -r 2" , 0x68 external device showed in i2c bus two.
2. I understand overlay is an out of  box approach. In 4.4.30-ti-r64,
system time updated with "echo ds3231 0x68 >
/sys/class/i2c-adapter/i2c-1/new_device; hwclock -r -f /dev/rtc1" in
/etc/rc.local.
Is there any problem if I use this approach in older images?

Regards,
NK


On Tue, Aug 25, 2020 at 7:45 PM Tarmo  wrote:

> On Monday, 24 August 2020 00:12:39 UTC+3, Alexander Zangerl wrote:
>>
>> On Thu, 20 Aug 2020 00:40:38 -0700, Niresh Kumar writes:
>> >1). I have placed the following lines in the  /etc/rc.local, and system
>> >time gets updated with external RTC DS3231 automatically at every reboot
>> >
>> >*echo ds3231 0x68 > /sys/class/i2c-adapter/i2c-1/new_device*
>> ...
>> >
>> >2) I have put the line *dtb_overlay =
>> >/lib/firmware/BB-I2C2-RTC-DS3231.dtbo * in  /boot/uEnv.txt but it does
>> not
>>
>>
>> the overlay you're using won't work because your rtc chip is
>> on i2c bus one: as its name (...I2C2...) indicates it's for a
>> clock chip being on i2c bus two.
>>
>> use dtc to decompile that overlay, edit for i2c1 and dtc it back into
>> binary form.
>>
>>
> Good catch, although it's probably not necessary to decompile binary trees
> as the source is available here together with a nice makefile to build a
> single overlay:
> https://github.com/beagleboard/bb.org-overlays
>
> Without having tested it, I might imagine a process similar to this one:
>
> $ git clone https://github.com/beagleboard/bb.org-overlays.git
> $ cd bb.org-overlays
> $ cp src/arm/BB-I2C2-RTC-DS3231.dts src/arm/BB-I2C1-RTC-DS3231.dts
> $ vim src/arm/BB-I2C1-RTC-DS3231.dts
> ... update I2C bus number ...
> $ make src/arm/BB-I2C1-RTC-DS3231.dtbo
> $ cp src/arm/BB-I2C1-RTC-DS3231.dtbo /lib/firmware
>
> --
> Kind regards,
> Tarmo
>
> --
> For more options, visit http://beagleboard.org/discuss
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "BeagleBoard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/beagleboard/m4hZYsA-d8M/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> beagleboard+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagleboard/ffd21cc3-37ea-4526-80da-b4e1ae428d66o%40googlegroups.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/CAF7-PaQZivPdP39Ei05yUWBi9BUCCNY5PPaD6p7JWoMbUskB6Q%40mail.gmail.com.


[beagleboard] Cool mikroBUS presentation at Linux Plumbers Conference!

2020-08-26 Thread Jason Kridner
See https://youtu.be/A3NyEjB5O38 for an early glimpse at the demo.

This will be presented at Linux Plumbers Conference on tomorrow, August
27th, by Vaishnav and is very much worth checking out.

Track information "You, Me, and IoT Two" microconference track:
https://linuxplumbersconf.org/event/7...

Latest RFC Patch: https://lore.kernel.org/patchwork/pat...

Instructions for Reproducing the Work:
https://github.com/vaishnav98/manifes...

For more information and discussions: https://elinux.org/Mikrobus


This was somewhat tipped on
https://www.phoronix.com/scan.php?page=news_item=MikroBUS-Linux-Driver-Patches
based on the LKML RFC, but it seems regular readers of Phoronix don't
really get what life is like for embedded Linux developers. This really is
a *big deal* and just part of what BeagleBoard is working on to greatly
simplify the life of "IoT" developers.

Stay tuned and check out the free live stream on YouTube!
https://www.youtube.com/c/LinuxPlumbersConference/videos

Also, be sure to check out the rest of the track (
https://linuxplumbersconf.org/event/7/sessions/89/#20200827), especially
Chris Friedt's talk on Greybus!
https://linuxplumbersconf.org/event/7/contributions/814/

-- 
https://beagleboard.org/about/jkridner - a 501c3 non-profit educating
around open hardware computing

-- 
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/CA%2BT6QPkaQfYQE9-uetZUBJDFUwwGok6zR0XEVgzR2t3iHWJ-Fg%40mail.gmail.com.


Re: [beagleboard] Switching a GPIO to and LED via the device tree

2020-08-26 Thread 'Mark Lazarewicz' via BeagleBoard

Well presented I like your approach at documentation I bet that comes from 
teaching 

Sent from Yahoo Mail on Android 
 
  On Wed, Aug 26, 2020 at 5:30 PM, Mark A. Yoder wrote: 
  Beagler's:  I just wrote up some notes on how to edit the device tree to 
change a GPIO into an LED.
Switching_a_GPIO_to_an_LED

It's are rather involved process that requires understanding some deeper magic.
Let me know what you think.
--Mark

-- 
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/61317cde-fb07-4c98-bc56-c968e58e7a10n%40googlegroups.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/1666020456.6041047.1598493537840%40mail.yahoo.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 5:51 PM Pavel Yermolenko  wrote:
>
> I followed exactly your suggestions until generating extlinux.conf.
> I don't understand why should I mount eMMC if I can access it directly ... as 
> you mentioned in one of your previous mails it is generated in 
> /boot/extlinux/extlinux.conf.
> I could access it from my host via serial terminal or ssh.
> How do I update it?
> And then, once extlinux.conf updated, how do I use it ?

It's the eMMC, use

root=/dev/mmcblk1p1

in extlinux.conf.

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/CAOCHtYhaa4g%3D_hvZg5QoTxxPF2L4C5vB6UuzFKkNdSFpnTdCog%40mail.gmail.com.


[beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Dennis Lee Bieber
On Wed, 26 Aug 2020 15:50:56 -0700 (PDT), in
gmane.comp.hardware.beagleboard.user Pavel Yermolenko
 wrote:


I suspect someone will point out where my interpretation is faulty
but...


>** Unable to read "/boot/uboot.env" from mmc0:1 **

mmc0 is, I believe, the SD card; I presume the :1 is "partition 1"; at
least mine booted with a standard image on SD card shows as being
/dev/mmcblk0p1. And standard images don't have a uboot.env file.

debian@beaglebone:~$ ls -l /boot
total 20108
-rw-r--r-- 1 root   root 162601 Aug 19 13:38 config-4.19.94-ti-r48
drwxr-xr-x 3 root   root   4096 Aug 19 17:14 dtbs
-rw-r--r-- 1 root   root6617852 Aug 19 17:20 initrd.img-4.19.94-ti-r48
-rw-r--r-- 1 root   root542 Aug 19 21:34 SOC.sh
-rw-r--r-- 1 root   root3626463 Aug 19 13:38 System.map-4.19.94-ti-r48
drwxr-xr-x 2 root   root   4096 Aug 19 17:23 uboot
-rw-r--r-- 1 debian debian 2062 Aug 19 21:34 uEnv.txt
-rwxr-xr-x 1 root   root   10158592 Aug 19 13:38 vmlinuz-4.19.94-ti-r48
debian@beaglebone:~$

... so did you create any such uboot.env file and place that on the SD
care?

>mmc0 is current device
>gpio: pin 54 (gpio 54) value is 1
>Checking for: /uEnv.txt ...
>Checking for: /boot.scr ...
>Checking for: /boot/boot.scr ...
>Checking for: /boot/uEnv.txt ...

Do ANY of these files exist on the SD card?


>mmc1(part 0) is current device
>Scanning mmc 1:1...

And here it appears it gave up on the SD card and switched to the eMMC

>Found /boot/extlinux/extlinux.conf
>Retrieving file: /boot/extlinux/extlinux.conf
>256 bytes read in 13 ms (18.6 KiB/s)
>1:Linux 4.19.94-ti-r42
>Retrieving file: /boot/vmlinuz-4.19.94-ti-r42
>10095592 bytes read in 648 ms (14.9 MiB/s)
>append: console=ttyO0,115200n8 root=/dev/mmcblk0p1 ro rootfstype=ext4 

... though that line looks, to this neophyte, like... after loading the
core image from eMMC, it is setting up the SD card to be the root file
system.

>[1.004670] Kernel panic - not syncing: No working init found.  Try 
>passing init= option to kernel. See Linux 
>Documentation/admin-guide/init.rst for guidance.

Unfortunately, that page doesn't seem too helpful.

>[1.097330] ---[ end Kernel panic - not syncing: VFS: Unable to mount 
>root fs on unknown-block(0,0) ]---

Now, that message is at
https://www.kernel.org/doc/Documentation/admin-guide/init.rst with this
advice:

"""
1) **Unable to mount root FS**: Set "debug" kernel parameter (in bootloader
   config file or CONFIG_CMDLINE) to get more detailed kernel messages.
"""



-- 
Dennis L Bieber

-- 
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/q8vdkf94t41qfq4dqlq6sfqavhc028o3bv%404ax.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
I followed exactly your suggestions until generating *extlinux.conf*.
I don't understand why should I mount eMMC if I can access it directly ... 
as you mentioned in one of your previous mails it is generated in 
*/boot/extlinux/extlinux.conf*.
I could access it from my host via serial terminal or ssh.
How do I update it?
And then, once *extlinux.conf* updated, how do I use it ?

By the way, now I can't do anything because after all these manipulations 
BBB fails to boot from eMMC::

U-Boot SPL 2019.04-2-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
Trying to boot from MMC2
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **


U-Boot 2019.04-2-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: 
jenkins-github_Bootloader-Builder-137

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
RTC 32KCLK Source: External.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **
Board: BeagleBone Black
 not set. Validating first E-fuse MAC
BeagleBone Black:
BeagleBone: cape eeprom: i2c_probe: 0x54:
BeagleBone: cape eeprom: i2c_probe: 0x55:
BeagleBone: cape eeprom: i2c_probe: 0x56:
BeagleBone: cape eeprom: i2c_probe: 0x57:
Net:   eth0: MII MODE
cpsw, usb_ether
Press SPACE to abort autoboot in 0 seconds
board_name=[A335BNLT] ...
board_rev=[000C] ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
** Invalid partition 2 **
** Invalid partition 3 **
** Invalid partition 4 **
** Invalid partition 5 **
** Invalid partition 6 **
** Invalid partition 7 **
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
256 bytes read in 13 ms (18.6 KiB/s)
1:Linux 4.19.94-ti-r42
Retrieving file: /boot/vmlinuz-4.19.94-ti-r42
10095592 bytes read in 648 ms (14.9 MiB/s)
append: console=ttyO0,115200n8 root=/dev/mmcblk0p1 ro rootfstype=ext4 
coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 
quiet
Retrieving file: /boot/dtbs/4.19.94-ti-r42/am335x-boneblack.dtb
59483 bytes read in 25 ms (2.3 MiB/s)
## Flattened Device Tree blob at 8800
   Booting using the fdt blob at 0x8800
   Loading Device Tree to 8ffee000, end 885a ... OK

Starting kernel ...

[0.000762] timer_probe: no matching timers found
[0.115116] l4_wkup_cm:clk:0010:0: failed to disable
[0.770031] omap_voltage_late_init: Voltage driver support not added
[1.004670] Kernel panic - not syncing: No working init found.  Try 
passing init= option to kernel. See Linux 
Documentation/admin-guide/init.rst for guidance.
[1.018930] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.19.94-ti-r42 
#1buster
[1.026095] Hardware name: Generic AM33XX (Flattened Device Tree)
[1.032263] [] (unwind_backtrace) from [] 
(show_stack+0x20/0x24)
[1.040057] [] (show_stack) from [] 
(dump_stack+0x8c/0xa0)
[1.047321] [] (dump_stack) from [] 
(panic+0x10c/0x278)
[1.054322] [] (panic) from [] 
(kernel_init+0x120/0x128)
[1.061407] [] (kernel_init) from [] 
(ret_from_fork+0x14/0x2c)
[1.069008] Exception stack(0xdc149fb0 to 0xdc149ff8)
[1.074084] 9fa0:   
 
[1.082299] 9fc0:       
 
[1.090514] 9fe0:     0013 
[1.097180] ---[ end Kernel panic - not syncing: No working init found.  
Try passing init= option to kernel. See Linux 
Documentation/admin-guide/init.rst for guidance. ]---

U-Boot SPL 2019.04-2-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600)
Trying to boot from MMC2
Loading Environment from EXT4... Card did not respond to voltage select!


U-Boot 2019.04-2-g07d5700e21 (Mar 06 2020 - 11:24:55 -0600), Build: 
jenkins-github_Bootloader-Builder-137

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
RTC 32KCLK Source: External.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... Card did not respond to voltage select!
Board: BeagleBone Black
 not set. Validating first E-fuse MAC
BeagleBone Black:
BeagleBone: cape eeprom: i2c_probe: 0x54:

[beagleboard] Switching a GPIO to and LED via the device tree

2020-08-26 Thread Mark A. Yoder
Beagler's:
  I just wrote up some notes on how to edit the device tree to change a 
GPIO into an LED.

Switching_a_GPIO_to_an_LED 


It's are rather involved process that requires understanding some deeper 
magic.

Let me know what you think.

--Mark

-- 
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/61317cde-fb07-4c98-bc56-c968e58e7a10n%40googlegroups.com.


Re: [beagleboard] How to connect external power supply to BeagleBone AI?

2020-08-26 Thread robert.sty...@gmail.com
Looking at the A1 schematic 

Connect external 5V, + to P9.5 and P9.6 and - to P.9.1 and P9.2.
Diodes protect from connecting both cape and USB type C at the same time.

P9.1 P9.2 GND
P9.3 P9.4 VDD_3V3 output to Cape
P9.5 P9.6 VDD_CAPE_5V input to BBAI
P9.7 P9.8 VDD_5V output to Cape

There is a diode from VDD_CAPE_5V to VDD_5V
There is a MOSFET over-voltage breaker from TypeC_VBUS to VDD_TYPE C; and 
diode from VDD_TYPE C to VDD_5V

On Wednesday, 26 August 2020 at 18:57:46 UTC+1 hel...@deepsoft.com wrote:

> At Wed, 26 Aug 2020 01:36:02 -0700 (PDT) beagl...@googlegroups.com wrote:
>
> > 
> > Hello,
> > 
> > With BeagleBone AI...
> > is it possible to use external power supply instead of powering from USB?
> > 
> > I would want to use it for a mobile application (Battery or LiPo). USB 
> > should be connected just for debug or update purposes.
> > 
> > 1. If it possible at all to use external power supply? There is no 
> > connector on the board
>
> I have not looked at the BeagleBone AI, but I presume it has GPIO headers,
> like the BeagleBoneBlack and the PocketBeagle. On both the BeagleBoneBlack 
> and
> PocketBeagle, there is a 5V supply pin -- P9-7 and P9-8 on the 
> BeagleBoneBlack
> and P1-1 on the PocketBeagle, which can be connected to a 5V supply.
>
> > 2. If possible, is it possible to use USB, while external power supply 
> is 
> > connected? Or would this cause a damage?
>
> Should be fine. If it is like the BeagleBoneBlack or PocketBeagle the USB 
> power and header Vin pins go to seperate pins on the power management 
> chip, 
> which takes care of selecting power sources, depending on what is 
> available.
>
> > 
> > Thanks
> > Richard
> > 
>
> -- 
> Robert Heller -- Cell: 413-658-7953 <(413)%20658-7953> GV: 978-633-5364 
> <(978)%20633-5364>
> Deepwoods Software -- Custom Software Services
> http://www.deepsoft.com/ -- Linux Administration Services
> hel...@deepsoft.com -- Webhosting Services
>
>

-- 
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/732023b8-bd7d-421b-bd17-5220271da417n%40googlegroups.com.


[beagleboard] Re: [beagle-alpha] Latest Image - Summer 2020 Release - RC2 (GSOC stuff)

2020-08-26 Thread Jason Kridner
Would anyone else like a u-boot patch for PocketBeagle such that EEPROMs at
address 0x57 on either I2C1 or I2C2 would have cape identifiers such that
GamePup, TechLab, and Grove PocketBeagle Capes would automatically load
overlays?

On Wed, Aug 26, 2020 at 10:45 AM Robert Nelson 
wrote:

> Hi Everyone,
>
> So RC2 is now out, all the "wl18xx" based devices now have working
> Bluetooth again, config: CONFIG_SERIAL_SC16IS7XX completely broke it..
>
> I'm planning to do the "full" burn in testing this Saturday, my targets
> are:
>
> Windows 10 (2004)
> Debian
> Mac OS (Mojave, Catalina)
>
> Here is what i did last 'time' which took about a full day of none stop
> testing:
>
> https://github.com/beagleboard/Latest-Images/issues/26
>
> Please reply with more things to verify..
>
> Now GSOC students, please reply with still un-merged patches and what
> kernel they are targeting. I'd like to get all these projects built
> and merged by this Thursday, then we can do a final "RC" next week,
> that may turn into "FInal"..
>
> Regards,
>
> --
> Robert Nelson
> https://rcn-ee.com/
>
> --
> You received this message because you are subscribed to the Google Groups
> "Beagle Alpha" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to beagle-alpha+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/beagle-alpha/CAOCHtYhCWi_pdmVABn4H8tK%2BxWg599ncCiim4CV0EPYCtRjyyA%40mail.gmail.com
> .
>


-- 
https://beagleboard.org/about/jkridner - a 501c3 non-profit educating
around open hardware computing

-- 
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/CA%2BT6QPkQ7syS2Cp2OVAgnFBF%2BidWaf%3DiT6%3D5X7%3DqR_XCm%3D7SiQ%40mail.gmail.com.


Re: [beagleboard] How to connect external power supply to BeagleBone AI?

2020-08-26 Thread Robert Heller
At Wed, 26 Aug 2020 01:36:02 -0700 (PDT) beagleboard@googlegroups.com wrote:

> 
> Hello,
> 
> With BeagleBone AI...
> is it possible to use external power supply instead of powering from USB?
> 
> I would want to use it for a mobile application (Battery or LiPo). USB 
> should be connected just for debug or update purposes.
> 
> 1. If it possible at all to use external power supply? There is no 
> connector on the board

I have not looked at the BeagleBone AI, but I presume it has GPIO headers,
like the BeagleBoneBlack and the PocketBeagle. On both the BeagleBoneBlack and
PocketBeagle, there is a 5V supply pin -- P9-7 and P9-8 on the BeagleBoneBlack
and P1-1 on the PocketBeagle, which can be connected to a 5V supply.

> 2. If possible, is it possible to use USB, while external power supply is 
> connected? Or would this cause a damage?

Should be fine.  If it is like the BeagleBoneBlack or PocketBeagle the USB 
power and header Vin pins go to seperate pins on the power management chip, 
which takes care of selecting power sources, depending on what is available.

> 
> Thanks
> Richard
> 

-- 
Robert Heller -- Cell: 413-658-7953 GV: 978-633-5364
Deepwoods Software-- Custom Software Services
http://www.deepsoft.com/  -- Linux Administration Services
hel...@deepsoft.com   -- Webhosting Services
  

-- 
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/20200826175719.282BF2202E8%40sharky4.deepsoft.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 10:05 AM Pavel Yermolenko  wrote:
>
> Sorry, didn't understand.
> My actual goal is to have sd-card with only two files MLO and u-boot.img in 
> order to explore u-boot commands.
> These two files are actually on host Ubuntu machine.
> According to your previous message I don't see how can I get these files on 
> sd-card.
> Could you precise, please.

I don't understand either..

6 hours ago you had exactly that, but you didn't properly specify mmc
node name in the extlinux.conf file, so it failed on bootup.

I told you how to fix that, so why can't you fix /boot/extlinux/extlinux.conf ?

Once you fix /boot/extlinux/extlinux.conf so it boots today, you can
go ahead and install what ever version of mainline "u-boot" and it'll
just work..

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/CAOCHtYiYv8JEMdKOyPiCAnC7UASnqkrdDmXJMVPcTDxOY1dB9A%40mail.gmail.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
Sorry, didn't understand.
My actual goal is to have sd-card with only two files *MLO *and *u-boot.img* 
in order to explore *u-boot* commands.
These two files are actually on host Ubuntu machine.
According to your previous message I don't see how can I get these files on 
sd-card.
Could you precise, please.

On Wednesday, August 26, 2020 at 4:54:06 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Aug 26, 2020 at 9:39 AM Pavel Yermolenko  > wrote: 
> > 
> > Well ... extlinux.conf is generated. 
> > But how to use it ? 
> > Should I transfer it on host machine in the folder where u-boot is built 
> and do something there ? 
> > Thanks ? 
>
> It's just a file in the Root File System.. Let me guess, it's on the the 
> eMMC? 
>
> Just boot a simple console image: 
>
>
> https://elinux.org/Beagleboard:Latest-images-testing#Debian_10_.28Buster.29_Console
>  
>
> Mount the eMMC and update the file.. 
>
> mkdir disk 
> sudo mount /dev/mmcblk1p1 ./disk/ 
> sudo nano ./disk/boot/extlinux/extlinux.conf 
> sudo umount ./disk/ 
>
>
> 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/299b2773-be52-4321-b50a-8d3406364a3do%40googlegroups.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 9:39 AM Pavel Yermolenko  wrote:
>
> Well ... extlinux.conf is generated.
> But how to use it ?
> Should I transfer it on host machine in the folder where u-boot is built and 
> do something there ?
> Thanks ?

It's just a file in the Root File System.. Let me guess, it's on the the eMMC?

Just boot a simple console image:

https://elinux.org/Beagleboard:Latest-images-testing#Debian_10_.28Buster.29_Console

Mount the eMMC and update the file..

mkdir disk
sudo mount /dev/mmcblk1p1 ./disk/
sudo nano ./disk/boot/extlinux/extlinux.conf
sudo umount ./disk/


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/CAOCHtYjtxX%2B%2B2r1Dq2c0W1csx1QgK2JdTXSg2cXzqDoC%2BeQgpQ%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
I tried with *10.42.0.39 *and it's Ok.
Thanks !!!

-- 
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/4bf20318-08ff-41aa-b5fd-8381fe12768eo%40googlegroups.com.


[beagleboard] Re: Latest Image - Summer 2020 Release - RC2 (GSOC stuff)

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 9:44 AM Robert Nelson  wrote:
>
> Hi Everyone,
>
> So RC2 is now out, all the "wl18xx" based devices now have working
> Bluetooth again, config: CONFIG_SERIAL_SC16IS7XX completely broke it..
>
> I'm planning to do the "full" burn in testing this Saturday, my targets are:
>
> Windows 10 (2004)
> Debian
> Mac OS (Mojave, Catalina)
>
> Here is what i did last 'time' which took about a full day of none stop 
> testing:
>
> https://github.com/beagleboard/Latest-Images/issues/26
>
> Please reply with more things to verify..
>
> Now GSOC students, please reply with still un-merged patches and what
> kernel they are targeting. I'd like to get all these projects built
> and merged by this Thursday, then we can do a final "RC" next week,
> that may turn into "FInal"..

Forgot to add, in all the "Buster" v4.19.x images, u-boot overlays is
enabled out of the box:

debug: [uname_r=4.19.94-ti-r50] ...
loading /boot/vmlinuz-4.19.94-ti-r50 ...
10162688 bytes read in 440 ms (22 MiB/s)
loading /boot/dtbs/4.19.94-ti-r50/am5729-beagleboneai.dtb ...
250582 bytes read in 16 ms (14.9 MiB/s)
uboot_overlays: [fdt_buffer=0x6] ...
uboot_overlays: loading
/boot/dtbs/4.19.94-ti-r50/overlays/BBORG_FAN-A000.dtbo ...
519 bytes read in 5 ms (100.6 KiB/s)
loading /boot/initrd.img-4.19.94-ti-r50 ...
6618904 bytes read in 287 ms (22 MiB/s)

So the BBAI with FAN cape will run at full frequency. ;)

and here is the image links:

https://elinux.org/Beagleboard:Latest-images-testing#Latest_Images_Testing

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/CAOCHtYgm3WTEQCtcmouL9wtiZe-xvD4omLno_t%3Dc9hJm%2B76fQw%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
Actually BBB is isn't connected to modem, but to the host (Ubuntu machine).
Several months ago I did some kind of Ethernet bridge for other card ... 
but I forgot how I did it.
Certainly this bridge works well with BBB because I could update/upgrade.

On Wednesday, August 26, 2020 at 4:25:21 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Aug 26, 2020 at 9:22 AM Pavel Yermolenko  > wrote: 
> > 
> > No, home network. 
> > When I execute ifconfig on BBB, it returns 10.42.0.39 for eth0. 
> > Is it "right" IP ? 
>
> That would be correct. 
>
> On your home network, you should have a firewall/WiFi/dhcp server that 
> was provided by your network provider, if you log into thait you 
> should be able to see every device connected in your home network.. 
>
> 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/13968217-10fc-4769-aeda-b07c27579f19o%40googlegroups.com.


[beagleboard] Latest Image - Summer 2020 Release - RC2 (GSOC stuff)

2020-08-26 Thread Robert Nelson
Hi Everyone,

So RC2 is now out, all the "wl18xx" based devices now have working
Bluetooth again, config: CONFIG_SERIAL_SC16IS7XX completely broke it..

I'm planning to do the "full" burn in testing this Saturday, my targets are:

Windows 10 (2004)
Debian
Mac OS (Mojave, Catalina)

Here is what i did last 'time' which took about a full day of none stop testing:

https://github.com/beagleboard/Latest-Images/issues/26

Please reply with more things to verify..

Now GSOC students, please reply with still un-merged patches and what
kernel they are targeting. I'd like to get all these projects built
and merged by this Thursday, then we can do a final "RC" next week,
that may turn into "FInal"..

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/CAOCHtYhCWi_pdmVABn4H8tK%2BxWg599ncCiim4CV0EPYCtRjyyA%40mail.gmail.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
Well ...* extlinux.conf* is generated.
But how to use it ?
Should I transfer it on host machine in the folder where *u-boot* is built 
and do something there ?
Thanks ?

On Wednesday, August 26, 2020 at 3:40:45 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Aug 26, 2020 at 3:57 AM Pavel Yermolenko  > wrote: 
> > 
> > And this is repeated when I took out the SD card. 
> > So, my attempt to boot from sd-card corrupted the image in eMMC ? 
>
> No nothing is corrupted, you imputed the wrong drive partition: 
>
> root=/dev/mmcblk0 
>
> While that is the microSD, you didn't specify the partition: 
>
> root=/dev/mmcblk0p1 
> or 
> root=/dev/mmcblk0p2 
>
> FOr the eMMC, it would be: 
>
> root=/dev/mmcblk1p1 
> root=/dev/mmcblk1p2 
>
> and so on.. 
>
> aka, correctly input the drive/partition into 
> /boot/extlinux/extlinux.conf that you wish to use.. 
>
> 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/55ebc09b-3264-4f39-8f28-225832aff61bo%40googlegroups.com.


[beagleboard] How to connect external power supply to BeagleBone AI?

2020-08-26 Thread rr
Hello,

With BeagleBone AI...
is it possible to use external power supply instead of powering from USB?

I would want to use it for a mobile application (Battery or LiPo). USB 
should be connected just for debug or update purposes.

1. If it possible at all to use external power supply? There is no 
connector on the board
2. If possible, is it possible to use USB, while external power supply is 
connected? Or would this cause a damage?

Thanks
Richard

-- 
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/cd5469ce-64e8-4037-8c4e-a547d5fa8949o%40googlegroups.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 9:22 AM Pavel Yermolenko  wrote:
>
> No, home network.
> When I execute ifconfig on BBB, it returns 10.42.0.39 for eth0.
> Is it "right" IP ?

That would be correct.

On your home network, you should have a firewall/WiFi/dhcp server that
was provided by your network provider, if you log into thait you
should be able to see every device connected in your home network..

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/CAOCHtYhAToFbj_nN%3Df5Rh-FTCsS7qNPXq8DPeBz%2BLL5F0owM9w%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
No, home network.
When I execute *ifconfig *on BBB, it returns 10.42.0.39 for *eth0*.
Is it "right" IP ?

On Wednesday, August 26, 2020 at 4:15:24 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Aug 26, 2020 at 9:04 AM Pavel Yermolenko  > wrote: 
> > 
> > No, you can also use the "ip" your dhcp server gives it. 
> > How to check such address ? 
>
> Normally, you would log into the device on your network that gives out 
> ip address's. 
>
> Is this 'your' network, or a University or Corporate network? 
>
> 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/d1f47b98-9aea-4dd1-8fd9-b9d9d96f16a0o%40googlegroups.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 9:04 AM Pavel Yermolenko  wrote:
>
> No, you can also use the "ip" your dhcp server gives it.
> How to check such address ?

Normally, you would log into the device on your network that gives out
ip address's.

Is this 'your' network, or a University or Corporate network?

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/CAOCHtYjgGg%2BV3gnenUYE0riXCmt9Lt1BATn5oOrasRgU%2By9iFA%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
*No, you can also use the "ip" your dhcp server gives it.*
How to check such address ?

-- 
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/d3d5f790-700e-46d6-91ad-ec2f5ec4b945o%40googlegroups.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 8:52 AM Pavel Yermolenko  wrote:
>
> Ok, I also found it here:
>
> https://beagleboard.org/getting-started
>
> So, the only way to access local server (with serial or Ethernet connection) 
> is using beaglebone.local ?

No, you can also use the "ip" your dhcp server gives it..  But that's
dependent on your network.

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/CAOCHtYhdkGJ8FDk0Oa%3Dy1ED-f8x22E1xyG5p4uUmvZgwgSrK%2Bg%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
Ok, I also found it here:

https://beagleboard.org/getting-started

So, the only way to access local server (with serial or Ethernet 
connection) is using *beaglebone.local* ?

On Wednesday, August 26, 2020 at 3:45:39 PM UTC+2, RobertCNelson wrote:
>
> On Wed, Aug 26, 2020 at 8:41 AM Pavel Yermolenko  > wrote: 
> > 
> > Currently I'm connected in two ways: serial and by Ethernet cable (ssh) 
>
> Well there you go.. 
>
> I bet if you dig into "Explore BeagleBone" they have a footnote about 
> those interfaces being used over usb.. 
>
> 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/9bc3bfba-e9c4-4fb1-ad52-605c536b058eo%40googlegroups.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 8:41 AM Pavel Yermolenko  wrote:
>
> Currently I'm connected in two ways: serial and by Ethernet cable (ssh)

Well there you go..

I bet if you dig into "Explore BeagleBone" they have a footnote about
those interfaces being used over usb..

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/CAOCHtYitzNosZoQBb3HYwQhDN5o9Ux1hyn_53GAwDDw_8dTGdQ%40mail.gmail.com.


Re: [beagleboard] Kernel 4.19.127-bone53 oops ?

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 2:11 AM Philippe Frossard
 wrote:
>
> Hi,
> See my dmesg ...
> I can keep this kernel ?
> Thanks.
>
> ibox@root : uname -a
> Linux ibox 4.19.127-bone53 #2 PREEMPT Sat Aug 22 08:50:40 CEST 2020
> armv7l GNU/Linux
> ibox@root : dmesg

> [0.147518] [] (clk_core_disable_lock) from []
> (_disable_clocks+0x17/0x78)
> [0.147531] [] (_disable_clocks) from []
> (omap_hwmod_deassert_hardreset+0x85/0x110)
> [0.147543] [] (omap_hwmod_deassert_hardreset) from

Yeah i see that too..

[0.149501] l4_per_cm:clk:00d4:0: failed to enable
[0.149524] [ cut here ]
[0.149557] WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:828
clk_core_disable_lock+0x17/0x20
[0.149564] l4_per_cm:clk:00d4:0 already disabled
[0.149571] Modules linked in:
[0.149589] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.127-bone53 #1buster
[0.149595] Hardware name: Generic AM33XX (Flattened Device Tree)
[0.149632] [] (unwind_backtrace) from []
(show_stack+0x11/0x14)
[0.149647] [] (show_stack) from []
(__warn.part.3+0x83/0x94)
[0.149661] [] (__warn.part.3) from []
(warn_slowpath_fmt+0x51/0x66)
[0.149674] [] (warn_slowpath_fmt) from []
(clk_core_disable_lock+0x17/0x20)
[0.149695] [] (clk_core_disable_lock) from []
(_disable_clocks+0x17/0x78)
[0.149712] [] (_disable_clocks) from []
(omap_hwmod_deassert_hardreset+0x85/0x110)
[0.149728] [] (omap_hwmod_deassert_hardreset) from
[] (_omap_device_notifier_call+0x1fb/0x32c)
[0.149755] [] (_omap_device_notifier_call) from
[] (notifier_call_chain+0x43/0x60)
[0.149771] [] (notifier_call_chain) from []
(blocking_notifier_call_chain+0x35/0x44)
[0.149785] [] (blocking_notifier_call_chain) from
[] (device_add+0x281/0x49c)
[0.149813] [] (device_add) from []
(of_platform_device_create_pdata+0x6b/0x98)
[0.149831] [] (of_platform_device_create_pdata) from
[] (of_platform_bus_create+0x111/0x248)
[0.149845] [] (of_platform_bus_create) from []
(of_platform_bus_create+0x153/0x248)
[0.149859] [] (of_platform_bus_create) from []
(of_platform_populate+0x57/0xd0)
[0.149884] [] (of_platform_populate) from []
(pdata_quirks_init+0x5d/0x6c)
[0.149900] [] (pdata_quirks_init) from []
(omap_generic_init+0x15/0x1e)
[0.149915] [] (omap_generic_init) from []
(customize_machine+0x19/0x1c)
[0.149932] [] (customize_machine) from []
(do_one_initcall+0x37/0x17c)
[0.149946] [] (do_one_initcall) from []
(kernel_init_freeable+0x1b1/0x224)
[0.149960] [] (kernel_init_freeable) from []
(kernel_init+0xd/0xd6)
[0.149974] [] (kernel_init) from []
(ret_from_fork+0x11/0x38)
[0.149983] Exception stack(0xdc119fb0 to 0xdc119ff8)
[0.149994] 9fa0: 
  
[0.150007] 9fc0:     
  
[0.150018] 9fe0:     0013 
[0.150032] ---[ end trace 7480f05e89ad53b2 ]---


ttp://gfnd.rcn-ee.org:81/farm/uptime/pwr09-ser17-bbg-4.19.127-bone53.log

IDK..

Something isn't happy..

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/CAOCHtYjSSjnt9%3DWQ%3DeYByrzNx3riMT82o8qkL2E3sYH%3Dbc1ifA%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
Currently I'm connected in two ways: serial and by Ethernet cable (ssh)

On Wednesday, August 26, 2020 at 3:38:20 PM UTC+2 RobertCNelson wrote:

> On Wed, Aug 26, 2020 at 8:23 AM Pavel Yermolenko  
> wrote:
> >
> > Also does not work with 192.168.6.2:3000.
> > It works with beaglebone.local:3000.
>
> 192.168.7.2/192.168.6.2 addresses are used when connected through the
> usb interface..
>
> How are you connected to the board?
>
> 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/1086f1cf-e50a-4480-b32c-27445992e758n%40googlegroups.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 3:57 AM Pavel Yermolenko  wrote:
>
> And this is repeated when I took out the SD card.
> So, my attempt to boot from sd-card corrupted the image in eMMC ?

No nothing is corrupted, you imputed the wrong drive partition:

root=/dev/mmcblk0

While that is the microSD, you didn't specify the partition:

root=/dev/mmcblk0p1
or
root=/dev/mmcblk0p2

FOr the eMMC, it would be:

root=/dev/mmcblk1p1
root=/dev/mmcblk1p2

and so on..

aka, correctly input the drive/partition into
/boot/extlinux/extlinux.conf that you wish to use..

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/CAOCHtYirEkXrXYTHdXgCgRM4%3DCXA_5HDK6Mf0nJxo8PH%3DJmYsg%40mail.gmail.com.


Re: [beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Robert Nelson
On Wed, Aug 26, 2020 at 8:23 AM Pavel Yermolenko  wrote:
>
> Also does not work with 192.168.6.2:3000.
> It works with beaglebone.local:3000.

192.168.7.2/192.168.6.2  addresses are used when connected through the
usb interface..

How are you connected to the board?

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/CAOCHtYg6VussxnP-7Ryg5f_t6%2BWTe9hEJ-jsyM0eve1_AT1TyQ%40mail.gmail.com.


[beagleboard] Re: Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
Also does not work with *192.168.6.2:3000*.
It works with *beaglebone.local:3000.*

-- 
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/834a4b75-68db-400f-806a-b4645301c368o%40googlegroups.com.


Re: [beagleboard] Can't connect to BBB over Ethernet

2020-08-26 Thread Pavel Yermolenko
Hi Steve,
Works fine, thanks.

-- 
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/565c6859-70e6-4512-83b3-b4be85952f4do%40googlegroups.com.


Re: [beagleboard] Can't connect to BBB over Ethernet

2020-08-26 Thread Steve Lentz
This has nothing to do with the BBB, it’s your Ubuntu machine protecting you 
from something it thinks could be dangerous.  If you switch from one board to 
another, you will get this warning.  If you haven’t connected to a board in a 
long time (years), you may get it as well.  If you garble up SSH the first time 
you connect, it will give you this warning.  

Here’s a helpful link:

https://stackabuse.com/how-to-fix-warning-remote-host-identification-has-changed-on-mac-and-linux/
 




> On Aug 26, 2020, at 9:01 AM, Pavel Yermolenko  wrote:
> 
> WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!

-- 
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/90B4768A-DCA4-4E36-9E0E-1BED00ED0407%40gmail.com.


[beagleboard] Re: Can't connect to BBB over Ethernet

2020-08-26 Thread Pavel Yermolenko
Can't connect BBB anymore by ssh:

pavel@ALABAMA:~$ ssh debian@10.42.0.39
@@@
@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!


-- 
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/a315aaa2-5046-4c4c-afd1-16f3f4f6c4f6o%40googlegroups.com.


[beagleboard] Can't run Cloud9 IDE service on BBB

2020-08-26 Thread Pavel Yermolenko
Hello,

Connection time out while trying to access *Cloud9 IDE* service on BBB from 
host Ubuntu.
According to the "Explore BeagleBone" book, this address should work:

192.168.7.2:3000

But it doesn't.

Thanks in advance.

-- 
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/9739e003-cb8e-4187-9a04-dd63e862069bo%40googlegroups.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
And this is repeated when I took out the SD card.
So, my attempt to boot from sd-card corrupted the image in eMMC ?

-- 
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/f285d0b4-80c4-469c-9a95-c43e7dbed16do%40googlegroups.com.


Re: [beagleboard] Re: Cannot see U-Boot# prompt in terminal

2020-08-26 Thread Pavel Yermolenko
Well ... I'm not sure I understood your suggestion correctly, but here's 
what I did:

   1. I didn't find generate_extlinux.sh 
   

 
   under /opt/scripts/tools/ on BBB, so I created it and edited 16th line
   2. Then I executed generate_extlinux.sh 
   

 
   (still on BBB)
   3. Then I changed for Ubuntu, where I copied MLO and u-boot.img in 
   rootfs on sd-card
   4. Then I've tried to boot from sd-card.

Here is what I got:


U-Boot SPL 2019.04-dirty (Aug 13 2020 - 16:16:20 +0200)
Trying to boot from MMC1
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **


U-Boot 2019.04-dirty (Aug 13 2020 - 16:16:20 +0200)

CPU  : AM335X-GP rev 2.1
I2C:   ready
DRAM:  512 MiB
No match for driver 'omap_hsmmc'
No match for driver 'omap_hsmmc'
Some drivers were not found
Reset Source: Power-on reset has occurred.
RTC 32KCLK Source: External.
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4... ** File not found /boot/uboot.env **

** Unable to read "/boot/uboot.env" from mmc0:1 **
Board: BeagleBone Black
 not set. Validating first E-fuse MAC
BeagleBone Black:
BeagleBone: cape eeprom: i2c_probe: 0x54:
BeagleBone: cape eeprom: i2c_probe: 0x55:
BeagleBone: cape eeprom: i2c_probe: 0x56:
BeagleBone: cape eeprom: i2c_probe: 0x57:
Net:   eth0: MII MODE
cpsw, usb_ether
Press SPACE to abort autoboot in 0 seconds
board_name=[A335BNLT] ...
board_rev=[000C] ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
Checking for: /boot.scr ...
Checking for: /boot/boot.scr ...
Checking for: /boot/uEnv.txt ...
** Invalid partition 2 **
** Invalid partition 3 **
** Invalid partition 4 **
** Invalid partition 5 **
** Invalid partition 6 **
** Invalid partition 7 **
switch to partitions #0, OK
mmc1(part 0) is current device
Scanning mmc 1:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
254 bytes read in 14 ms (17.6 KiB/s)
1:Linux 4.19.94-ti-r42
Retrieving file: /boot/vmlinuz-4.19.94-ti-r42
10095592 bytes read in 651 ms (14.8 MiB/s)
append: console=ttyO0,115200n8 root=/dev/mmcblk0 ro rootfstype=ext4 
coherent_pool=1M net.ifnames=0 lpj=1990656 rng_core.default_quality=100 
quiet
Retrieving file: /boot/dtbs/4.19.94-ti-r42/am335x-boneblack.dtb
59483 bytes read in 26 ms (2.2 MiB/s)
## Flattened Device Tree blob at 8800
   Booting using the fdt blob at 0x8800
   Loading Device Tree to 8ffee000, end 885a ... OK

Starting kernel ...

[0.000762] timer_probe: no matching timers found
[0.114566] l4_wkup_cm:clk:0010:0: failed to disable
[0.766013] omap_voltage_late_init: Voltage driver support not added
[0.977112] Kernel panic - not syncing: VFS: Unable to mount root fs on 
unknown-block(179,0)
[0.985608] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.19.94-ti-r42 
#1buster
[0.992773] Hardware name: Generic AM33XX (Flattened Device Tree)
[0.998937] [] (unwind_backtrace) from [] 
(show_stack+0x20/0x24)
[1.006731] [] (show_stack) from [] 
(dump_stack+0x8c/0xa0)
[1.013995] [] (dump_stack) from [] 
(panic+0x10c/0x278)
[1.020997] [] (panic) from [] 
(mount_block_root+0x270/0x290)
[1.028518] [] (mount_block_root) from [] 
(mount_root+0x12c/0x148)
[1.036473] [] (mount_root) from [] 
(prepare_namespace+0x160/0x1a8)
[1.044517] [] (prepare_namespace) from [] 
(kernel_init_freeable+0x3f8/0x40c)
[1.053433] [] (kernel_init_freeable) from [] 
(kernel_init+0x18/0x128)
[1.061739] [] (kernel_init) from [] 
(ret_from_fork+0x14/0x2c)
[1.069341] Exception stack(0xdc149fb0 to 0xdc149ff8)
[1.074415] 9fa0:   
 
[1.082630] 9fc0:       
 
[1.090845] 9fe0:     0013 
[1.097509] ---[ end Kernel panic - not syncing: VFS: Unable to mount 
root fs on unknown-block(179,0) ]---



-- 
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 

[beagleboard] Kernel 4.19.127-bone53 oops ?

2020-08-26 Thread Philippe Frossard

Hi,
See my dmesg ...
I can keep this kernel ?
Thanks.

ibox@root : uname -a
Linux ibox 4.19.127-bone53 #2 PREEMPT Sat Aug 22 08:50:40 CEST 2020 
armv7l GNU/Linux

ibox@root : dmesg

[    0.147382] [ cut here ]
[    0.147410] WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:828 
clk_core_disable_lock+0x17/0x20

[    0.147415] l4_per_cm:clk:00d4:0 already disabled
[    0.147419] Modules linked in:
[    0.147431] CPU: 0 PID: 1 Comm: swapper Not tainted 4.19.127-bone53 #2
[    0.147436] Hardware name: Generic AM33XX (Flattened Device Tree)
[    0.147468] [] (unwind_backtrace) from [] 
(show_stack+0x11/0x14)
[    0.147481] [] (show_stack) from [] 
(__warn.part.3+0x83/0x94)
[    0.147491] [] (__warn.part.3) from [] 
(warn_slowpath_fmt+0x51/0x66)
[    0.147501] [] (warn_slowpath_fmt) from [] 
(clk_core_disable_lock+0x17/0x20)
[    0.147518] [] (clk_core_disable_lock) from [] 
(_disable_clocks+0x17/0x78)
[    0.147531] [] (_disable_clocks) from [] 
(omap_hwmod_deassert_hardreset+0x85/0x110)
[    0.147543] [] (omap_hwmod_deassert_hardreset) from 
[] (_omap_device_notifier_call+0x1fb/0x32c)
[    0.147566] [] (_omap_device_notifier_call) from 
[] (notifier_call_chain+0x43/0x60)
[    0.147579] [] (notifier_call_chain) from [] 
(blocking_notifier_call_chain+0x35/0x44)
[    0.147589] [] (blocking_notifier_call_chain) from 
[] (device_add+0x281/0x49c)
[    0.147614] [] (device_add) from [] 
(of_platform_device_create_pdata+0x6b/0x98)
[    0.147628] [] (of_platform_device_create_pdata) from 
[] (of_platform_bus_create+0x111/0x248)
[    0.147638] [] (of_platform_bus_create) from [] 
(of_platform_bus_create+0x153/0x248)
[    0.147650] [] (of_platform_bus_create) from [] 
(of_platform_populate+0x57/0xd0)
[    0.147671] [] (of_platform_populate) from [] 
(pdata_quirks_init+0x5d/0x6c)
[    0.147684] [] (pdata_quirks_init) from [] 
(omap_generic_init+0x15/0x1e)
[    0.147694] [] (omap_generic_init) from [] 
(customize_machine+0x19/0x1c)
[    0.147708] [] (customize_machine) from [] 
(do_one_initcall+0x37/0x17c)
[    0.147718] [] (do_one_initcall) from [] 
(kernel_init_freeable+0x1b1/0x224)
[    0.147730] [] (kernel_init_freeable) from [] 
(kernel_init+0xd/0xd6)
[    0.147740] [] (kernel_init) from [] 
(ret_from_fork+0x11/0x38)

[    0.147745] Exception stack(0xdc119fb0 to 0xdc119ff8)
[    0.147753] 9fa0:  
  
[    0.147762] 9fc0:      
  

[    0.147770] 9fe0:     0013 
[    0.147780] ---[ end trace 658e6d8be73ddc71 ]---

--
-
Philippe Frossard

--
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/1a621f96-15a4-8fe4-34ee-a85a3300e860%40free.fr.


[beagleboard] connect IP camera to BBB with Ethernet

2020-08-26 Thread reza.ma...@gmail.com
Hi,
I need to connect BBB to a camera with Ethernet cable anybody can Help? 
Link Or Doc?
Thanks.

-- 
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/c13d796a-744f-4b22-8c96-7a96a8a361f8n%40googlegroups.com.