WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: beaglebone black?  (Read 18645 times)

Offline sbp

  • Sr. Member
  • ****
  • Posts: 429
    • piCorePlayer homepage
beaglebone black?
« on: September 01, 2013, 11:29:28 PM »
Hi

I just noticed the beaglebone black http://beagleboard.org/Products/BeagleBone%20Black board.
Processor: AM335x 1GHz ARM® Cortex-A8

Is microcore running on this board already?
The board is interesting because of the many connections including I2C audio out.
If it is possible to get microcore running I'm interested in getting involved in order to make microcore boot.

Steen 

Offline UART

  • Newbie
  • *
  • Posts: 7
Re: beaglebone black?
« Reply #1 on: August 27, 2014, 05:30:51 AM »
I second that. How are you guys coming along with an official release for this platform?
The memory mapping differs that of a x86-based of course. This ARM-based processor sports a 1GHz clk and would love to see it "full throttled" running TCL. :D

Despite it having 4GB, we all know the more, the better. ;)

As of right now I'm still awaiting mine to arrive but been extensively researching; finding documentation regarding it.
It will be a real treat (or compiled from scratch) To have TCL + a few choice utils manning this dev board.

OffTheRecord: Why exactly is it bad to reply to old topics?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #2 on: August 27, 2014, 05:55:28 AM »
Just recently I reviewed potencial targets for native Core with friends. We identified two potencial targets:

- Beaglebone Black
- OLinuXino

As they are both armv7 boards, they can share the same repo. Now as piCore 6.x development is going on I'm planning to port piCore 6.0 to armv7 reusing build scripts and development environment.

No dates, even no commitment it will happen, but is the plan today. Beaglebone Black delivery date is one, one and half month, but I can loan a board from a friend to start.

Regards... Bela



« Last Edit: August 27, 2014, 05:57:17 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline UART

  • Newbie
  • *
  • Posts: 7
Re: beaglebone black?
« Reply #3 on: August 27, 2014, 11:32:27 AM »
Excellent. I cannot wait to see what TcL can do on the B3 :o ,stunning!

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #4 on: September 01, 2014, 12:26:16 PM »
Today I got a Beagle Bone Black. Will start playing with.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline UART

  • Newbie
  • *
  • Posts: 7
Re: beaglebone black?
« Reply #5 on: September 05, 2014, 09:10:11 AM »
Mine finally came (USPS) and so did I :-\ :-X  after about 18hrs of pre-loaded Ångström+, tons of manuals, vids and beagleboard.org forums, in one day I'd say this is one of my best investments to date and should therefore meet or exceed my needs of it.

Seeing that it's all bga w/JTAG+ from here as long as I have access to 100% of it, I can't complain. Would like to benchmark GPIOs against specs to see how it does. Thus far it's humming along quite nicely, exceeding my expectations of it so I'm fine.  ;D

I'd reeeally like to TCL this thing, but for now I guess rc.d will do.
I have the RevB, for now, awaiting my RAMmy RevC's to arrive so I can post some goodies about it.
« Last Edit: August 15, 2021, 09:00:45 PM by Rich »

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #6 on: September 05, 2014, 09:29:36 AM »
My experience is that Beaglbone Black (RevB) is much faster than Raspberry Pi. Building extensions takes significantly shorter time.

Debian is a bit ancient with GCC 4.6.3 and many old components, but works. Debian is not optimized for the BBB, GCC default target setting is not using NEON and builds for thumb mode so you do not get the real hw performance.

What is good, Raspberry Pi binaries work :)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #7 on: September 05, 2014, 09:59:26 AM »
I have now TC running on the Beagle Board Black accessed via SSH :)
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline UART

  • Newbie
  • *
  • Posts: 7
Re: beaglebone black?
« Reply #8 on: September 05, 2014, 02:54:36 PM »
 :o
I'd bet it's hella-faster.
I'm still configuring mine however I'll just cook me up a fresh arm and feed it to the B3 see what happens. Trying to break it :P.  I'm not much of a GUI fan either; I prefer ncurses. It works for what I need it for: SPEED.
Post your results :-\?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #9 on: September 05, 2014, 03:04:49 PM »
X will come later of course, but first is the normal Linux base :)

I'm rebuilding toolchain and core applications on BBB for ARM7. You can expect an alpha version next week.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #10 on: September 08, 2014, 10:10:02 AM »
Using the same piCore 6.0alpha version on both Raspberry Pi and Beaglebone Black the first impression how fast is the Beaglebone. Few adhoc figures, RPi / BBB:

xz decompression - 1.7 / 0.6 s
xz compression - 45.4 / 17.5 s
bcrypt build - 23.3 / 7 s
WAV to FLAC conversion - 42,2 / 31,0 s

Files were copied to RAM, so SD card access did not influence result


« Last Edit: September 08, 2014, 10:12:57 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline UART

  • Newbie
  • *
  • Posts: 7
Re: beaglebone black?
« Reply #11 on: September 09, 2014, 02:53:56 AM »
nice.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #12 on: September 11, 2014, 06:58:34 AM »
I ordered a BBB online yesterday at 3 P.M., arrived today just before 3 P.M. In the box I got not only BBB but an USB cable also. Connecting the USB cable in 10 seconds LXDE was up and running as well as its SSH and WEB servers. Debian is preinstalled in the internal 4GB flash, so don't have to waste time looking for USB cable, dowload op system, create SD card, etc. Just connect and you have it working. The USB slave port is not only for power but works as a network interface, so no need for Ethernet connection, you can connect via SSH, read docs with a browser, etc. In 10 seconds. Really nice.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: beaglebone black?
« Reply #13 on: September 29, 2014, 07:23:50 AM »
Few mont ago I tested WBSDR on Raspberry Pi with FUNcube Dongle, which is a smart software defined receiver with 192 kbit/s I/Q audio. RPi was too slow. CPU was used 100% but it was not able to process signal realtime.

The same on Beaglebone Black works. CPU is 50-60% with single user on a noisy 2m band segment. APRS channel reception on 144.800 MHz looks OK both on screen and listening it:



Of corse running on Core 6.0 :)
« Last Edit: September 29, 2014, 07:27:42 AM by bmarkus »
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline Eraks

  • Newbie
  • *
  • Posts: 1
Re: beaglebone black?
« Reply #14 on: October 06, 2014, 04:29:00 AM »
Hello Bmarkus and others followers.

We look forward to using Core 6.0 with BBB! How long do you make it available for us, users?

Thanks ^^