rc_ files

401 views
Skip to first unread message

chris Bruner

unread,
Apr 13, 2017, 11:19:50 AM4/13/17
to BeagleBoard
There are a bunch of rc_ files in /usr/bin that do various interesting things with the board. 
Is there source code available for these?

usr/bin/rc_balance            /usr/bin/rc_test_barometer
/usr/bin/rc_battery_monitor    /usr/bin/rc_test_buttons
/usr/bin/rc_benchmark_algebra  /usr/bin/rc_test_cape
/usr/bin/rc_bind_dsm           /usr/bin/rc_test_dmp
/usr/bin/rc_blink              /usr/bin/rc_test_drivers
/usr/bin/rc_calibrate_dsm      /usr/bin/rc_test_dsm
/usr/bin/rc_calibrate_escs     /usr/bin/rc_test_encoders
/usr/bin/rc_calibrate_gyro     /usr/bin/rc_test_filters
/usr/bin/rc_calibrate_mag      /usr/bin/rc_test_imu
/usr/bin/rc_check_battery      /usr/bin/rc_test_motors
/usr/bin/rc_check_model        /usr/bin/rc_test_polynomial
/usr/bin/rc_cpu_freq           /usr/bin/rc_test_servos
/usr/bin/rc_dsm_passthrough    /usr/bin/rc_test_time
/usr/bin/rc_kill               /usr/bin/rc_test_vector
/usr/bin/rc_spi_loopback       /usr/bin/rc_uart_loopback
/usr/bin/rc_startup_routine    /usr/bin/rc_version
/usr/bin/rc_test_adc       
/usr/bin/rc_test_algebra 

Robert Nelson

unread,
Apr 13, 2017, 11:23:44 AM4/13/17
to Beagle Board, chris Bruner

chris Bruner

unread,
Apr 13, 2017, 3:57:11 PM4/13/17
to BeagleBoard, cwbr...@gmail.com
Thanks, Robert. I've now come across a weird problem when trying to clone the repository onto the board. I've ssh'd onto the board, and run 

and it comes back with
Cloning into 'Robotics_Cape_Installer'...
fatal: unable to access 'https://github.com/StrawsonDesign/Robotics_Cape_Installer.git/': Failed to connect to github.com port 443: Connection refused

Any ideas why the connection is refused? (It's not refused on my main computer.)


On Thursday, April 13, 2017 at 11:23:44 AM UTC-4, RobertCNelson wrote:
On Thu, Apr 13, 2017 at 10:19 AM, chris Bruner <cwbr...@gmail.com> wrote:
> There are a bunch of rc_ files in /usr/bin that do various interesting

Robert Nelson

unread,
Apr 13, 2017, 4:04:24 PM4/13/17
to Beagle Board, chris Bruner
On Thu, Apr 13, 2017 at 2:57 PM, chris Bruner <cwbr...@gmail.com> wrote:
> Thanks, Robert. I've now come across a weird problem when trying to clone
> the repository onto the board. I've ssh'd onto the board, and run
> git clone https://github.com/StrawsonDesign/Robotics_Cape_Installer.git
>
> and it comes back with
> Cloning into 'Robotics_Cape_Installer'...
> fatal: unable to access
> 'https://github.com/StrawsonDesign/Robotics_Cape_Installer.git/': Failed to
> connect to github.com port 443: Connection refused
>
> Any ideas why the connection is refused? (It's not refused on my main
> computer.)

can you ping 8.8.8.8 or google.com ?

chris Bruner

unread,
Apr 13, 2017, 5:03:01 PM4/13/17
to BeagleBoard, cwbr...@gmail.com
Yes no problem there. I can also ping github.com
I suspect it has to do with the https: part, but otherwise no clue.

Robert Nelson

unread,
Apr 13, 2017, 5:16:57 PM4/13/17
to Beagle Board, chris Bruner
On Thu, Apr 13, 2017 at 4:03 PM, chris Bruner <cwbr...@gmail.com> wrote:
> Yes no problem there. I can also ping github.com
> I suspect it has to do with the https: part, but otherwise no clue.

make sure the clock is synced:

https relies on having the clocks correct..

chris Bruner

unread,
Apr 13, 2017, 5:45:27 PM4/13/17
to BeagleBoard, cwbr...@gmail.com
Good thought, but unfortunately it didn't work.  Any other ideas?

chris Bruner

unread,
Apr 13, 2017, 5:55:17 PM4/13/17
to BeagleBoard, cwbr...@gmail.com
apparently having other problems with https, Is this a clue?

root@beaglebone:/etc/apt# apt-get update
Ign https://deb.nodesource.com jessie InRelease
Ign https://deb.nodesource.com jessie Release.gpg                              
Ign https://deb.nodesource.com jessie Release                                  
Err https://deb.nodesource.com jessie/main armhf Packages                      
  
Err https://deb.nodesource.com jessie/main armhf Packages                      
  
Err https://deb.nodesource.com jessie/main armhf Packages                      
  
Err https://deb.nodesource.com jessie/main armhf Packages                      
  
Err https://deb.nodesource.com jessie/main armhf Packages                      
  Failed to connect to deb.nodesource.com port 443: Connection refused


chris Bruner

unread,
Apr 13, 2017, 6:02:31 PM4/13/17
to BeagleBoard, cwbr...@gmail.com
Huh, apparently I can ping and traceroute anywhere, but wget times out (both http and https) so It's a networking issue.

Przemek Klosowski

unread,
Apr 13, 2017, 9:55:54 PM4/13/17
to beagl...@googlegroups.com
If you are having problems with https, try http

git clone http://github.com/StrawsonDesign/Robotics_Cape_Installer.git

On Thu, Apr 13, 2017 at 6:02 PM, chris Bruner <cwbr...@gmail.com> wrote:
Huh, apparently I can ping and traceroute anywhere, but wget times out (both http and https) so It's a networking issue.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/7603adb2-a32f-4abf-a330-006cd3fe676e%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Chris Bruner

unread,
Apr 13, 2017, 11:55:29 PM4/13/17
to beagl...@googlegroups.com
Apparently it's a local problem, went to another network and things worked fine. So... nevermind! :)
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/FasKfwC_2Z8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAC%3D1GgEppLKv8%3Dhw78%3D6_ZYTx03q5vc%3DvbVnuMRQJqO4Fd%3DZRw%40mail.gmail.com.

sreedi...@gmail.com

unread,
May 16, 2017, 7:41:59 AM5/16/17
to BeagleBoard, cwbr...@gmail.com
     I have experiance in using beaglebone black.
     Iam currently using beaglebone blue.
     Iam stuck with the image write process of BBBL.
     Iam following the instructions in the webpage http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC . Eventhough Iam not able to complete the booting process.
     Iam not getting any videos in youtube. Is therre any videos available for the write process? If so, can you please share the video? 

Dennis Lee Bieber

unread,
May 16, 2017, 9:38:44 AM5/16/17
to beagl...@googlegroups.com

Nothing in your current post appears relevant to the subject "rc_
files". If you are reporting a different problem, you should learn to
create a new thread for it.

On Mon, 15 May 2017 22:08:55 -0700 (PDT),
sreedi...@gmail.com declaimed the
following:

> I have experiance in using beaglebone black.
> Iam currently using beaglebone blue.
> Iam stuck with the image write process of BBBL.
> Iam following the instructions in the webpage
>http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC
><http://www.google.com/url?q=http%3A%2F%2Felinux.org%2FBeagleboard%3ABeagleBoneBlack_Debian%23Flashing_eMMC&sa=D&sntz=1&usg=AFQjCNFZ_IMduF9Zrmz-ysiXTPzunAEk6g> .
>Eventhough Iam not able to complete the booting process.

The first step is to NOT use a flasher image, but to just boot directly
from the SD card... Once you have confirmed that the SD card image operates
correctly (including possibly adding any custom software), THEN convert it
to a flasher, boot, and wait... Also, you must then remove the SD card as
any reboot will just make it repeat the eMMC flashing operation.

> Iam not getting any videos in youtube. Is therre any videos available
>for the write process? If so, can you please share the video?
>

What is a video going to show?
Write image to SD card (5+ minutes of watching a progress bar)
Boot using SD card
Edit specified file to turn image into a flasher
Reboot
Watch device flash the eMMC (which would be 10+ minutes of watching a
particular blink pattern)
Remove SD card
Reboot

By the time one has edited out the over 15 minutes of watching progress
bars/blinky lights, there isn't much left to make a video out of...


--
Wulfraed Dennis Lee Bieber AF6VN
wlf...@ix.netcom.com HTTP://wlfraed.home.netcom.com/

Robert Nelson

unread,
May 16, 2017, 9:52:41 AM5/16/17
to Beagle Board, sreedi...@gmail.com
On Tue, May 16, 2017 at 12:08 AM, <sreedi...@gmail.com> wrote:
> I have experiance in using beaglebone black.
> Iam currently using beaglebone blue.
> Iam stuck with the image write process of BBBL.
> Iam following the instructions in the webpage
> http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#Flashing_eMMC .
> Eventhough Iam not able to complete the booting process.
> Iam not getting any videos in youtube. Is therre any videos available
> for the write process? If so, can you please share the video?

Just grab the BBBL-*.img.xz

https://rcn-ee.net/rootfs/bb.org/testing/2017-05-14/iot/

Use etcher.io

https://etcher.io/

to write to a microSD..

Stick it in and boot, wait for the cylon led and finally it shutting down..

sreedi...@gmail.com

unread,
May 17, 2017, 8:05:26 AM5/17/17
to BeagleBoard, sreedi...@gmail.com
ya..everything what you said are happenening. 
But the new image is not written into the board. 
After the cyclon led stops, the default storage of 39.5MB partition  is opening.   is that mean new image written into the board?

Chris Bruner

unread,
May 17, 2017, 9:59:23 AM5/17/17
to beagl...@googlegroups.com
--
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/FasKfwC_2Z8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to beagleboard...@googlegroups.com.

Robert Nelson

unread,
May 17, 2017, 10:02:38 AM5/17/17
to Beagle Board, sreedi...@gmail.com
On Wed, May 17, 2017 at 12:04 AM, <sreedi...@gmail.com> wrote:
> ya..everything what you said are happenening.
> But the new image is not written into the board.
> After the cyclon led stops, the default storage of 39.5MB partition is
> opening. is that mean new image written into the board?

Yes, after the cylon led stops, and the board shut's down.

If you remove the microSD and power up, you should see a flash drive
pop up.. When the image is running
Reply all
Reply to author
Forward
0 new messages