Re: [beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2017-06-02 Thread fedorov . rus
I fixed apt-get on beaglebone by running :
su (or sudo su)
sudo sh -c "echo nameserver 8.8.8.8 > /etc/resolv.conf"
checked with cat /etc/resolv.conf".

On Saturday, May 20, 2017 at 4:42:47 PM UTC-7, fedor...@gmail.com wrote:
>
> I tried to use bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img.xz and I 
> had problems described here: 
> https://groups.google.com/forum/#!topic/beagleboard/FasKfwC_2Z8
>
> I get:
> fatal: unable to access '
> https://github.com/StrawsonDesign/Robotics_Cape_Installer.git/': Failed 
> to connect to github.com port 443: Connection refused
> and apt-get update does not work.
>
> I can ping google.com.
>
> I would appreciate any help fixing it.
>
> On Thursday, May 18, 2017 at 3:45:56 PM UTC-7, fedor...@gmail.com wrote:
>>
>> Robert, thank you!
>>
>> I do not know why but after I upgraded U-boot to the latest version, I 
>> was not able to set Ethernet connection through USB.
>> I will try one more time later today.
>>
>> On Thursday, May 18, 2017 at 3:07:52 PM UTC-7, RobertCNelson wrote:
>>>
>>> On Wed, May 17, 2017 at 11:17 PM,   wrote: 
>>> > Hello Everyone, 
>>> > 
>>> > I am not able to enable ADC overlay, I am not sure what I am doing 
>>> wrong: 
>>>
>>> First see: 
>>>
>>> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
>>>
>>> and verify you are running the latest version of u-boot: 
>>>
>>>
>>> > 
>>> > dtb=am335x-boneblack.dtb 
>>>
>>> drop this, u-boot will decide what *.dtb to use 
>>>
>>> > 
>>> > enable_uboot_overlays=1 
>>> > disable_uboot_overlays_emmc=1 
>>> > disable_uboot_overlays_video=1 
>>> > disable_uboot_overlays_audio=1 
>>> > disable_uboot_overlays_wireless=1 
>>> > #disable_uboot_overlays_adc=1 
>>> > 
>>> > uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo 
>>>
>>> Drop the uboot_overlay, adc will automatically be loaded. 
>>>
>>> > 
>>> > cmdline=coherent_pool=1M quiet 
>>> > 
>>> > Thank you for help! 
>>>
>>> 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/ac9a35ec-1bb9-42c6-8a60-b3f41a76bf71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2017-05-20 Thread fedorov . rus
I tried to use bone-debian-8.7-lxqt-4gb-armhf-2017-03-19-4gb.img.xz and I 
had problems described here: 
https://groups.google.com/forum/#!topic/beagleboard/FasKfwC_2Z8

I get:
fatal: unable to access '
https://github.com/StrawsonDesign/Robotics_Cape_Installer.git/': Failed to 
connect to github.com port 443: Connection refused
and apt-get update does not work.

I can ping google.com.

I would appreciate any help fixing it.

On Thursday, May 18, 2017 at 3:45:56 PM UTC-7, fedor...@gmail.com wrote:
>
> Robert, thank you!
>
> I do not know why but after I upgraded U-boot to the latest version, I was 
> not able to set Ethernet connection through USB.
> I will try one more time later today.
>
> On Thursday, May 18, 2017 at 3:07:52 PM UTC-7, RobertCNelson wrote:
>>
>> On Wed, May 17, 2017 at 11:17 PM,   wrote: 
>> > Hello Everyone, 
>> > 
>> > I am not able to enable ADC overlay, I am not sure what I am doing 
>> wrong: 
>>
>> First see: 
>>
>> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
>>
>> and verify you are running the latest version of u-boot: 
>>
>>
>> > 
>> > dtb=am335x-boneblack.dtb 
>>
>> drop this, u-boot will decide what *.dtb to use 
>>
>> > 
>> > enable_uboot_overlays=1 
>> > disable_uboot_overlays_emmc=1 
>> > disable_uboot_overlays_video=1 
>> > disable_uboot_overlays_audio=1 
>> > disable_uboot_overlays_wireless=1 
>> > #disable_uboot_overlays_adc=1 
>> > 
>> > uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo 
>>
>> Drop the uboot_overlay, adc will automatically be loaded. 
>>
>> > 
>> > cmdline=coherent_pool=1M quiet 
>> > 
>> > Thank you for help! 
>>
>> 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/687ec6f5-9339-491d-a143-d495fc941945%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2017-05-18 Thread fedorov . rus
Actually, my goal is to 1) enable pru, and use pins: p8_11 for output and 
p8_16, p8_15, and p9_24 for input;
2) enable ADC overlay.
3) disable everything esle.

Thank you.


On Thursday, May 18, 2017 at 3:07:52 PM UTC-7, RobertCNelson wrote:
>
> On Wed, May 17, 2017 at 11:17 PM,  > 
> wrote: 
> > Hello Everyone, 
> > 
> > I am not able to enable ADC overlay, I am not sure what I am doing 
> wrong: 
>
> First see: 
>
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
>
> and verify you are running the latest version of u-boot: 
>
>
> > 
> > dtb=am335x-boneblack.dtb 
>
> drop this, u-boot will decide what *.dtb to use 
>
> > 
> > enable_uboot_overlays=1 
> > disable_uboot_overlays_emmc=1 
> > disable_uboot_overlays_video=1 
> > disable_uboot_overlays_audio=1 
> > disable_uboot_overlays_wireless=1 
> > #disable_uboot_overlays_adc=1 
> > 
> > uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo 
>
> Drop the uboot_overlay, adc will automatically be loaded. 
>
> > 
> > cmdline=coherent_pool=1M quiet 
> > 
> > Thank you for help! 
>
> 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/ba277984-9c1a-40c3-b596-2a039ae6b39c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2017-05-18 Thread fedorov . rus
Robert, thank you!

I do not know why but after I upgraded U-boot to the latest version, I was 
not able to set Ethernet connection through USB.
I will try one more time later today.

On Thursday, May 18, 2017 at 3:07:52 PM UTC-7, RobertCNelson wrote:
>
> On Wed, May 17, 2017 at 11:17 PM,  > 
> wrote: 
> > Hello Everyone, 
> > 
> > I am not able to enable ADC overlay, I am not sure what I am doing 
> wrong: 
>
> First see: 
>
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
>
> and verify you are running the latest version of u-boot: 
>
>
> > 
> > dtb=am335x-boneblack.dtb 
>
> drop this, u-boot will decide what *.dtb to use 
>
> > 
> > enable_uboot_overlays=1 
> > disable_uboot_overlays_emmc=1 
> > disable_uboot_overlays_video=1 
> > disable_uboot_overlays_audio=1 
> > disable_uboot_overlays_wireless=1 
> > #disable_uboot_overlays_adc=1 
> > 
> > uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo 
>
> Drop the uboot_overlay, adc will automatically be loaded. 
>
> > 
> > cmdline=coherent_pool=1M quiet 
> > 
> > Thank you for help! 
>
> 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/0c618410-a29b-4fd1-bfe3-2873e22158b4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Debian Testing (2017-04-30) U-Boot Overlays are now enabled by Default

2017-05-18 Thread fedorov . rus
Hello Everyone,

I am not able to enable ADC overlay, I am not sure what I am doing wrong:

dtb=am335x-boneblack.dtb

enable_uboot_overlays=1
disable_uboot_overlays_emmc=1
disable_uboot_overlays_video=1
disable_uboot_overlays_audio=1
disable_uboot_overlays_wireless=1
#disable_uboot_overlays_adc=1

uboot_overlay_adc=/lib/firmware/BB-ADC-00A0.dtbo

cmdline=coherent_pool=1M quiet

Thank you for help!

On Monday, May 1, 2017 at 8:07:34 AM UTC-7, RobertCNelson wrote:
>
> Hey Everyone, 
>
> It's that time, U-Boot Overlays are now enabled by Default. 
>
> With no /boot/uEnv.txt changes you can swap in a 4/7 lcd panel 
> (*supported) and the image will seamlessly use the lcd overlay. 
>
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2017-04-30 
>
> Remember the biggest gotcha is U-Boot, we now rely on U-Boot being the 
> most upto date, specially for new LCD's or anything that needs 
> eMMC/HDMI/WL18xx disabled to be utilzed. 
>
> Bootloader: 
>
> debian@beaglebone:~$ sudo /opt/scripts/tools/version.sh | grep bootloader 
> bootloader:[microSD-(push-button)]:[/dev/mmcblk0]:[U-Boot 
> 2017.05-rc2-2-g1516ae] 
>
> If you have something eariler then 2017.05-rc2, please upgrade your 
> version: 
>
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
>
> /boot/uEnv.txt walkthru 
>
> ###U-Boot Overlays### 
> ###Documentation: 
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#U-Boot_Overlays 
> ###Master Enable 
> enable_uboot_overlays=1 
> ### 
> ###Overide capes with eeprom 
> #uboot_overlay_addr0=/lib/firmware/.dtbo 
> #uboot_overlay_addr1=/lib/firmware/.dtbo 
> #uboot_overlay_addr2=/lib/firmware/.dtbo 
> #uboot_overlay_addr3=/lib/firmware/.dtbo 
> ### 
> ###Additional custom capes 
> #uboot_overlay_addr4=/lib/firmware/.dtbo 
> #uboot_overlay_addr5=/lib/firmware/.dtbo 
> #uboot_overlay_addr6=/lib/firmware/.dtbo 
> #uboot_overlay_addr7=/lib/firmware/.dtbo 
> ### 
> ###Custom Cape 
> #dtb_overlay=/lib/firmware/.dtbo 
> ### 
> ###Disable auto loading of virtual capes (emmc/video/wireless/adc) 
> #disable_uboot_overlay_emmc=1 
> #disable_uboot_overlay_video=1 
> #disable_uboot_overlay_audio=1 
> #disable_uboot_overlay_wireless=1 
> #disable_uboot_overlay_adc=1 
> ### 
> ###PRUSS OPTIONS 
> ###pru_rproc (4.4.x-ti kernel) 
> uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo 
> ###pru_uio (mainline kernel) 
> #uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo 
> ### 
> ###Cape Universal Enable 
> enable_uboot_cape_universal=1 
> ### 
> ###Debug: disable uboot autoload of Cape 
> #disable_uboot_overlay_addr0=1 
> #disable_uboot_overlay_addr1=1 
> #disable_uboot_overlay_addr2=1 
> #disable_uboot_overlay_addr3=1 
> ### 
> ###U-Boot fdt tweaks... 
> #uboot_fdt_buffer=0x6 
> ###U-Boot Overlays### 
>
> Cape Detection: (using BeagleBone Serial Cape Rev A1 for examples) 
>
> BeagleBone: cape eeprom: i2c_probe: 0x54: 
> BeagleBone: cape eeprom: i2c_probe: 0x55: 
> /lib/firmware/BB-BONE-SERL-03-00A1.dtbo [0xaedaf] 
> BeagleBone: cape eeprom: i2c_probe: 0x56: 
> BeagleBone: cape eeprom: i2c_probe: 0x57: 
>
> uboot_overlays: loading /lib/firmware/BB-BONE-SERL-03-00A1.dtbo ... 
> 887 bytes read in 102 ms (7.8 KiB/s) 
>
> Customization: 
>
> "disable" 0x55 Cape: 
>
> disable_uboot_overlay_addr1=1 
>
> BeagleBone: cape eeprom: i2c_probe: 0x54: 
> BeagleBone: cape eeprom: i2c_probe: 0x55: 
> /lib/firmware/BB-BONE-SERL-03-00A1.dtbo [0xaedaf] 
> BeagleBone: cape eeprom: i2c_probe: 0x56: 
> BeagleBone: cape eeprom: i2c_probe: 0x57: 
>
> uboot_overlays: uboot loading of 
> [/lib/firmware/BB-BONE-SERL-03-00A1.dtbo] disabled by /boot/uEnv.txt 
> [disable_uboot_overlay_addr1=1]... 
>
> "override" 0x55 Cape: 
>
> uboot_overlay_addr1=/lib/firmware/BB-UART2-00A0.dtbo 
>
> BeagleBone: cape eeprom: i2c_probe: 0x54: 
> BeagleBone: cape eeprom: i2c_probe: 0x55: 
> /lib/firmware/BB-BONE-SERL-03-00A1.dtbo [0xaedaf] 
> BeagleBone: cape eeprom: i2c_probe: 0x56: 
> BeagleBone: cape eeprom: i2c_probe: 0x57: 
>
> uboot_overlays: loading /lib/firmware/BB-UART2-00A0.dtbo ... 
> 883 bytes read in 223 ms (2.9 KiB/s) 
>
> Cape Universal (config-pin), these boards are currently supported fully: 
>
> BeagleBone Black 
> BeagleBone Black Wireless 
> BeagleBone Green 
> BeagleBone Green Wireless 
> Element14 BeagleBone Black Industrial 
> MENTOREL BeagleBone uSomIQ 
>
> You can invidually disable eMMC/HDMI-Video/HDMI-Audio/WL18xx/ADC 
>
> When, HDMI-AUDIO is disabled, the HDMI-VIDEO automaticly gets disabled too 
>
> #disable_uboot_overlay_emmc=1 
> #disable_uboot_overlay_video=1 
> #disable_uboot_overlay_audio=1 
> #disable_uboot_overlay_wireless=1 
> #disable_uboot_overlay_adc=1 
>
> PRUSS Options: (TI RPROC 4.4.x-ti enabled by default) 
>
> uboot_overlay_pru=/lib/firmware/AM335X-PRU-RPROC-4-4-TI-00A0.dtbo 
>
> To switch to "PRU-UIO", enable: 
>
> uboot_overlay_pru=/lib/firmware/AM335X-PRU-UIO-00A0.dtbo 
>
> and remove: 
>
> sudo rm /etc/modprobe.d/pruss-blacklist.conf 
>
> Regards, 
>
> -- 
> Robert Nelson