Re: [beagleboard] Debian Wheezy uEnv.txt does not load at boot time

2014-03-17 Thread Robert Nelson
On Mon, Mar 17, 2014 at 2:52 PM,  maxmikes...@gmail.com wrote:
 The BBB seems to auto-detect if an SD is loaded and boots from there;
 otherwise it boots from eMMC, at least mine does.
 So I have modified /boot/uboot/uEnv.txt while running on the SD to start up
 with HDMI disabled and PWM and UART1 enabled:

 root@debian:~# cat /boot/uboot/uEnv.txt
 kernel_file=zImage
 initrd_file=initrd.img
 initrd_high=0x
 fdt_high=0x

 #Video: Uncomment to override:
 #kms_force_mode=video=HDMI-A-1:1024x768@60

 ##Enable systemd
 #systemd=quiet init=/lib/systemd/systemd

 ##BeagleBone Cape Overrides
 ##Note: On the BeagleBone Black, there is also an uEnv.txt in the eMMC, so
 if these changes do not seem to be makeing a difference...

 ##BeagleBone Black:
 ##Disable HDMI/eMMC
 #optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G

 console=ttyO0,115200n8

 mmcroot=/dev/mmcblk0p2 ro
 mmcrootfstype=ext4 rootwait fixrtc

 loadkernel=load mmc ${mmcdev}:${mmcpart} 0x8030 ${kernel_file}
 loadinitrd=load mmc ${mmcdev}:${mmcpart} 0x8160 ${initrd_file}; setenv
 initrd_size ${filesize}
 loadfdt=load mmc ${mmcdev}:${mmcpart} 0x815f /dtbs/${fdtfile}

 boot_ftd=run loadkernel; run loadinitrd; run loadfdt

 device_args=run expansion_args; run mmcargs
 mmcargs=setenv bootargs console=${console} ${optargs} ${kms_force_mode}
 root=${mmcroot} rootfstype=${mmcrootfstype} ${expansion} ${systemd}

 expansion_args=setenv expansion ip=${ip_method}
 uenvcmd=run boot_ftd; run device_args; bootz 0x8030
 0x8160:${initrd_size} 0x815f
 #Next line added to preserve pwm at bootup
 optargs=quiet drm.debug=7 capemgr.enable_partno=am33xx_pwm,bone_pwm_P9_21
 #Next line added to preserve UART1 (ttyO1) at boot time
 optargs=quiet drm.debug=7 capemgr.enable_partno=BB-UART1
 #Disable HDMI only
 optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN


 But this is what I get on boot:

 root@debian:~# cat /sys/devices/bone_capemgr.*/slots
  0: 54:PF---
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI
  6: ff:P-O-- Bone-Black-HDMIN,00A0,Texas Instrument,BB-BONELT-HDMIN

 There's no pwm, no uart and ole HDMI's still there. Can anyone explain that?
 Does the uEnv.txt file require things in a special order?

Well, it did exactly what you told it to do. The last definition:
optargs=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
disabled HDMI/HDMIN. The two previous definitions of optargs were
ignored, as the variable optargs was overwritten by the last define.
Does that make sense? It's simple variable defines..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Setting the CPU speed.

2014-03-18 Thread Robert Nelson

 No, I'm running off the DC power jack.  Suspicious, though, that the BBB is
 using 550 MHz which doesn't seem to be one of the standard speed steps.
 I've wondered about that.

Sounds like a misconfigured kernel.. uname -r would help

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: BB-xm and Beagleboardtoys LCD7 Touchscreen issues

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 2:19 PM, Conor O'Brien conoreobr...@gmail.com wrote:
 Does anyone have any advice for this? In previous threads (specifically
 https://groups.google.com/forum/#!category-topic/beagleboard/beagleboard-xm/iA7EfoPKP2Y)
 it says that the LCD7 works with the 3.2.x branch of the kernel from Robert
 Nelson's git repository,

You can also use the v3.7.x branch..

 which I've compiled using the directions on the
 wiki. The kernel boots and displays on the LCD, but isn't detecting any
 expansion boards.

Well, I never implemented expansion boards on top of lcd7..

 Has anyone gotten the LCD7 working recently? It's still
 listed on the eewiki page as an option, so I figured it would work without
 too much trouble.

It still works on the v3.7.x branch, i'm looking to re-implement it in
v3.14/v3.15 when i have free time again.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Beaglebone Black Ethernet Phy Not Detected on Boot.

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 2:47 PM,  bko...@scanimetrics.com wrote:
 Does anyone happen to know if the 3.8 kernel compiled as per these
 instructions here http://eewiki.net/display/linuxonarm/BeagleBone+Black also
 contains the fix? I have a root file system already that I want to use but
 would like to update my kernel to fix this problem.

Sorry, the fix is too generic of a term, therefore I can neither
confirm nor deny it. Either way, that 3.8 branch listed is the one
currently used in all debian/ubuntu images being shipped.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-19)

2014-03-19 Thread Robert Nelson
First, thanks to everyone for testing the beta image!

In this last two week window I've rolled in many of your changes.  I'm
still waiting for amazon to deliver a few hardware components for
testing a couple issues discovered.  I believe Jason has a few cloud9
fixes in the works still too.

So please continue to use the bug tracker:
http://bugs.elinux.org/projects/debian-image-releases

Two big changes:

I've bumped u-boot to v2014.04-rc2 and rolled in Tom's memory address
changes, this should help things down the road in capemgr 2.0 and
random hardlocks when the zImage overwrote the dtb file in memory.

Also on the serial  ssh console, I've setup a banner link to:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian  It's my hope
this page will help new users find common faq's/etc, hopefully further
helping the out of box experience.  (PS: I'm also begging for FAQ
ideas from you guys.  WiFi setup is an obvious one i need to write
down.)

So the images are linked to from here:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-19

and the full changelog/tweaklog:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-19_Changes

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: BB-xm and Beagleboardtoys LCD7 Touchscreen issues

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 5:08 PM, Conor O'Brien conoreobr...@gmail.com wrote:
 Awesome, thanks Robert, I'm compiling the 3.7.x kernel now, I'll let you
 know how it goes when I test it out. Do I still use the v2014.01 u-boot or

You can use v2014.01, just make sure you do the revert + patch listed here:
http://eewiki.net/display/linuxonarm/BeagleBoard#BeagleBoard-Bootloader:U-Boot

The patch has a check for the lcd7 and turns on the lcd so it's
oriented correctly.  (if you enable the usb sprz3.11 workaround in the
patch.sh script, you can ignore the u-boot revert..)

 should I try another version? I only mentioned expansionboards since in the
 Angstrom kernel when I look in dmesg the lcd shows up as a beagleboard
 expansionboard. Does it show up the same way in this kernel?

Oh the lcd7 shows up as an expansion-board, what i actually meant.
Just don't plug in an expansion board into the lcd7's port, as i never
implement that setup.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: CentOS for BBB

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 5:28 PM,  tonsofb...@gmail.com wrote:
 I saw some (long) instructions some time back, but can't even seem to find
 that anymore.

Those instructions probably also include bootstrapping CentOS for
ARM, as 6.x was never released for ARM. Back then ARM wasn't even an
official secondary arch for RedHat.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB running Ubuntu 13.10, DHCP client very slow

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 5:21 PM,  c...@isbd.net wrote:
 I'm running Ubuntu 13.10 on my BBB.  It seems pretty stable with no
 major issues, but it takes quite a long time for the system to get its
 IP address from my local DHCP server, is this normal?

DHCP/Static is pretty slow on the bbb. The device actually has two eth
ports with a bunch of configuration options, so it takes the kernel a
little bit of time to configure it in the driver.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Is there a ubunut image support LCD4 cape?

2014-03-19 Thread Robert Nelson
On Wed, Mar 19, 2014 at 9:21 PM, David songta...@gmail.com wrote:
 Hi,

 I have a LCD4 cape and it works fine with Angstrom image. However I
 can't get the QT toolchain for Angstrom. I have tried all Ubuntu image I can
 find but none of them works with LCD4. The one I download from elinux has
 the right display but the touch input didn't work. I wonder does anybody get
 the LCD4 cape works on an ubuntu image? Thanks!

The calibration is just not setup.

Install: xinput-calibrator

Load this lightdm script startup script:

https://github.com/RobertCNelson/boot-scripts/blob/master/3rdparty/xinput_calibrator_pointercal.sh

Like:

https://github.com/RobertCNelson/omap-image-builder/blob/master/target/chroot/beagleboard.org.sh#L103

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Beaglebone Black does nothing

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 2:54 AM,  duhas...@gmail.com wrote:
 I am need of some serious help or some advice. I accidentally used the dd
 command on my BBB while trying to put the data on an sd card. Ironically I
 was about to flash the eMMC with Ubuntu. Now I can't get anything out of it
 any more. When i plug it into my linux computer i get a TI 355x stuff in my
 network connections but nothing else is really seeing. I am hoping i didn't
 just nuke my BBB and have to send it back, I am sure it will cost money to
 fix and I really don't want to do that, but I did just recently purchase it.


It's fine, just reflash it:

http://beagleboard.org/latest-images

Making sure to hold down the boot button before applying power.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-20 Thread Robert Nelson
 Here you go:

 xinput_calibrator.log pastebin.com/EZ4uSu4W
 xinput.txt pastebin.com/ZBDXGkt3
 lsusb.txt pastebin.com/0UthnPqZ

Okay, quick update on this as i have the same K120 keyboard.  I'm
seeing this same issue on 3.8/3.13/3.14 so I just blacklisted this
device.

Just run:

cd /opt/scripts
git pull

to update the xinput script..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: [beagleboard-gsoc] Re: Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-19)

2014-03-20 Thread Robert Nelson

 First, thanks to everyone for testing the beta image!

 In this last two week window I've rolled in many of your changes.  I'm
 still waiting for amazon to deliver a few hardware components for
 testing a couple issues discovered.  I believe Jason has a few cloud9
 fixes in the works still too.


 I'm still looking for contributions and issue reports to
 http://github.com/beagleboard/bone101 to get appropriate documentation
 in-the-box.  A live-running copy is at http://beagleboard.github.io if
 people want to review it there. Many broken links from there to be fixed due
 to a change in the root path that needs to be handled.


 Also, I'm getting asked a lot about eth0. Is it supposed to be commented out
 of /etc/network/interfaces and configured with wicd? Will it come up
 automatically?

Correct, it's disabled in [/etc/network/interfaces] so wicd will
configure it automatically (with any sane router/dhcp server) on
bootup (wicd seems to take a good 5-15 seconds to get a valid ip
address over dhcp, conman is slightly faster).

You can see the ethernet driver taking it's sweet time over dmesg:

[   29.139188] net eth0: initializing cpsw version 1.12 (0)
[   29.142439] net eth0: phy found : id is : 0x7c0f1
[   29.142650] libphy: PHY 4a101000.mdio:01 not found
[   29.147705] net eth0: phy 4a101000.mdio:01 not found on slave 1
[   29.164068] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   32.222827] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[   32.222962] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   34.697540] net eth0: initializing cpsw version 1.12 (0)
[   34.699719] net eth0: phy found : id is : 0x7c0f1
[   34.699817] libphy: PHY 4a101000.mdio:01 not found
[   34.705082] net eth0: phy 4a101000.mdio:01 not found on slave 1
[   34.715656] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   35.108521] net eth0: initializing cpsw version 1.12 (0)
[   35.110713] net eth0: phy found : id is : 0x7c0f1
[   35.110812] libphy: PHY 4a101000.mdio:01 not found
[   35.116039] net eth0: phy 4a101000.mdio:01 not found on slave 1
[   35.126630] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   37.102955] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[   37.103082] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

However, if we enable it in [/etc/network/interfaces], the serial
login prompt will not show up till after eth0 gets a valid ip or the 2
minute dhcp time out.  So boot times fall from the 12-15 seconds to
30ish.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 12:16 PM, Dennis Cote denn...@harding.ca wrote:
 On Thursday, March 20, 2014 8:49:22 AM UTC-6, RobertCNelson wrote:

 Okay, quick update on this as i have the same K120 keyboard.  I'm
 seeing this same issue on 3.8/3.13/3.14 so I just blacklisted this
 device.

 Just run:

 cd /opt/scripts
 git pull

 to update the xinput script..


 Robert,

 I did this update and then undid the workaround (i.e. I uncommented the
 display-setup-script line in /etc/lightdm/lightdm.conf).

 Now I no longer get the calibration screen on startup and logout of LXDE,
 however I lose my mouse pointer when I logout. The mouse pointer works on
 reboot, but if I logout of LXDE I have no visible pointer on the login
 screen or in LXDE after I log back in. The mouse does work and I can see
 where it is because some items like the LXDE menu icons highlight when I
 hover the mouse over them, but there is no onscreen pointer visible.
 Clicking the mouse buttons work as expected when I can figure out where it
 is pointing.

 Is there anything else I can do to help pinpoint the problem?

Previously we were making the mouse pointer viable by a custom xorg.conf.

However it works better if you add it via xset/xsetroot:

root@beaglebone:~# cat /home/debian/.xsessionrc
#!/bin/sh

xset -dpms
xset s off
xsetroot -cursor_name left_ptr

and just remove the  [Option  SWCursor  true] line
from /etc/X11/xorg.conf

So for me, right now the mouse cursor works between logout/logins.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Accessing GPIO pins with non-root user

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 12:09 PM,  jason.f...@gmail.com wrote:
 I just recently got my BBB, and although the board is new to me I do have
 some experience with linux.

 The first thing I did when I received the board was to flash it with the
 official Debian image. The next thing I did was create a new user with sudo
 access and logged in under that account (just a best-practices thing I
 always do).

 It seems that I am unable to access the GPIO pins while using a non-root
 account. Even prepending the command with sudo doesn't work. However if I
 log in as root then everything does work as expected.

 Is there a way to run these scripts from my user account or will I have to
 log in as root each time?

sudo sh -c echo 'something'  /etc/privilegedfile

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 12:47 PM, Dennis Cote denn...@harding.ca wrote:
 On Thursday, March 20, 2014 11:29:10 AM UTC-6, RobertCNelson wrote:

 However it works better if you add it via xset/xsetroot:

 root@beaglebone:~# cat /home/debian/.xsessionrc
 #!/bin/sh

 xset -dpms
 xset s off
 xsetroot -cursor_name left_ptr

 and just remove the  [Option  SWCursor  true] line
 from /etc/X11/xorg.conf


 Robert,

 My .xsessionrc file looks identical to yours, and I did not have SWCursor
 anywhere in my xorg.conf file, so there was nothing to remove.

 My mouse pointer definitely becomes invisible when I logout.

okay, so when i switch back to v3.8, i see this now too.. Weird, as
v3.13.x it works.  Might just have to go back to the xorg.conf
workaround.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 1:57 PM, Dennis Cote denn...@harding.ca wrote:
 On Thursday, March 20, 2014 11:57:11 AM UTC-6, RobertCNelson wrote:

 Might just have to go back to the xorg.conf
 workaround.


 Robert,

 More test results.

 I googled and found many references to adding 'Option HWCursor off' to
 the device section of xorg.conf as a fix for the disappearing mouse cursor
 issue in Debian/Ubuntu/Mint etc. These all seemed to be for PC based systems
 thought. I tried it and it did not work. I lost my mouse cursor on every
 logout.

 I added the line you suggested to remove earlier 'Option SWCursor true'
 to the device section of my xorg.conf. This appears to have fixed the
 problem. I can logout and back in many times in a row, and haven't lost my
 mouse cursor since.

OH Fun! ;)

I've had reports that xorg.conf change was causing lockup's when
moving icons around, hence we changed it to the .xsessonrc workaround
in the last week.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] test

2014-03-20 Thread Robert Nelson
 test

failed

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] New Start with Beaglebone Black with Ubuntu 12.04 LTS (Urgent)

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 2:10 PM, ian.y...@gmail.com wrote:


 Hello everyone
 I just have a new beaglebone black, But I still confusing how to get start
 with it on the Ubuntu 12.04 LTS. Because I just find a lot of information
 about it with Windows System. However I read some information about getting
 start it with Ubuntu at the website (
 http://elinux.org/Beagleboard:BeagleBoneBlack), I still do not know how
 to build it.

 I just plug USB Power Cable with BBB and connect with Ethernet cable with
 it, and use the  Terminal check the Beaglebone Black IP address like the
 picture as below:


 https://lh4.googleusercontent.com/-arTINFfTD6U/Uys6htta1gI/AFU/0ZuEXCj-wzg/s1600/Screenshot+from+2014-03-20+18%3A53%3A53.png

 When I write the ssh 192.168.7.1 ut said

 ianymu@ianymu-desktop:~$ ssh 192.168.7.1 -l ubuntu
 ssh: connect to host 192.168.7.1 port 22: Connection refused


wrong address: ssh 192.168.7.2

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] New Start with Beaglebone Black with Ubuntu 12.04 LTS (Urgent)

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 3:37 PM, Yanlong Mu ian.y...@gmail.com wrote:

 The password is ?

 sorry, it is my first time.


Listed on the wiki page where you downloaded it from. ;)

Also on the serial/dvi terminal right above the login prompt.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] New Start with Beaglebone Black with Ubuntu 12.04 LTS (Urgent)

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 4:14 PM, Yanlong Mu ian.y...@gmail.com wrote:
 Sorry, I m still confusing the steps on this.

 Firstly, connecting ethernet cable and usb power wire with router and
 computer?!
 And, open the Terminal on the Ubuntu 12.04
 Then, put the ssh 192.168.7.2 -l ubuntu (or other user name)
 Because I saw the website from (192.168.7.2), it said can use root for
 username, I would like to know what's the different between these two names?
 Finally, the password, you just told look the wiki page, is that
 it(http://elinux.org/Beagleboard:Ubuntu_On_BeagleBone_Black), but when I did
 as above, the system showed Permission denied, please try again.

Well, the username/password has been the same for about 6 years now..

user: ubuntu
pass: temppwd

Flasher Image: http://elinux.org/BeagleBoardUbuntu#Flasher
raw microSD Imag: http://elinux.org/BeagleBoardUbuntu#raw_microSD_img

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] switching distribution

2014-03-20 Thread Robert Nelson
On Thu, Mar 20, 2014 at 9:33 PM,  janszymanski12...@gmail.com wrote:


 On Friday, March 21, 2014 10:02:38 AM UTC+11, Gerald wrote:

 I would try the Debian version and see how it works for you. If something
 is missing, you can ask an maybe it can get added.

 http://beagleboard.org/latest-images

 BTW, Ubuntu is based on Debian.

 Gerald


 Thanks,

  Looks like more things to learn and more problems to solve and I though I
 can go to the movies on weekend.
 I need GUI for webcam and from what I see so far I need to install it myself
 for Ubuntu - so far it boots but no GUI
 With a Debian image taken from the link provided I have the error:
 Openbox Syntax Error.
 One or more XML..
 Start tag expected '' Not found
 Nothing happens after that.
 What is the fix?

I've only seen this happen with one microSD card. (one that i've been
flashing daily for 6 months or so) It seems to happen when either your
usb-microsd adapter is failing or a bad microSD.  First try recreating
the microSD.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] CPU speed and kernel builds

2014-03-21 Thread Robert Nelson
On Fri, Mar 21, 2014 at 9:24 AM,  cwrseckf...@gmail.com wrote:
 Okay, I'm officially confused.  I've been trying to increase the speed
 of my BBB from the default 550MHz to 1GHz, and failing; this is with the
 elderly 3.8.13-37 sources.  After a few failures I went back to a seriously
 ancient kernel, just to get something to run, and found that the
 3.8.13-bone22
 sources boot and run at 1GHz using the performance governor with no
 problems.

 I then found that there are a set of patches for _3.12_ on a Fedora mailing
 list which add cpu speed setting, which implies that 3.8 can't set the
 speed.
 Can anyone resolve that conundrum?

voodoo@am335x-boneblack-512mb-0:~$ uname -a
Linux am335x-boneblack-512mb-0 3.13.6-bone7 #1 SMP Fri Mar 7 21:37:01
UTC 2014 armv7l GNU/Linux

voodoo@am335x-boneblack-512mb-0:~$ cpufreq-info
cpufrequtils 008: cpufreq-info (C) Dominik Brodowski 2004-2009
Report errors and bugs to cpuf...@vger.kernel.org, please.
analyzing CPU 0:
  driver: generic_cpu0
  CPUs which run at the same hardware frequency: 0
  CPUs which need to have their frequency coordinated by software: 0
  maximum transition latency: 300 us.
  hardware limits: 300 MHz - 1000 MHz
  available frequency steps: 300 MHz, 600 MHz, 800 MHz, 1000 MHz
  available cpufreq governors: conservative, ondemand, userspace,
powersave, performance
  current policy: frequency should be within 300 MHz and 1000 MHz.
  The governor ondemand may decide which speed to use
  within this range.
  current CPU frequency is 300 MHz.
  cpufreq stats: 300 MHz:43.76%, 600 MHz:0.00%, 800 MHz:0.57%, 1000
MHz:55.67%  (6)


 I then tried building 3.14, since that's the most recent set of fixes
 (btw am335x-pm-firmware.bin is missing from the 3.14 kernel package)

That actually does not matter, as it does not work outside ti's v3.12.x anyways.

 and found that it couldn't boot from the USB; it simply hung trying
 to access /dev/sda.  It couldn't handle my standard NFS boot either.

 Most of the kernel problems have to be configuration issues, but after a
 couple of days of checking I can't find anything missing from the USB/SCSI
 setup. So does anyone have a kernel config file for 3.14, which enables
 most of the peripherals?

I actually haven't tried that in awhile, might have broke something.
(usb rootfs)

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How Flashing Now Works with Debian

2014-03-21 Thread Robert Nelson
On Fri, Mar 21, 2014 at 12:51 PM, Louis Thiery lo...@apitronics.com wrote:
 Hello,

 I'm trying to leverage the flashing process included in the new Debian
 images to move my own distribution over but I'm confused on the current
 mechanics.

 I did find this page: http://elinux.org/Beagleboard:Updating_The_Software

 but perhaps that explains how flashing used to work with Angstrom? I wasn't
 able to see the same architecture happening over on the new Debian images
 which works in 15 minutes instead of 45 minutes.

yeah, totally different.  Angstrom extracted a tar.gz into the new
eMMC.  Whereas i'm just using rsync to sync microSD - eMMC.


 I did find /opt/scripts/tools/beaglebone-black-eMMC-flasher.sh but I'm not
 particularly sure of the mechanics.

 It seems to me that when the boot button is pressed, the BBB mounts and
 boots from the eMMC-flasher partition. Somehow this script is executed (I
 couldn't find the relevant systemd process) and it copies over everything on
 that same partition over to the eMMC and then powers off.

It's actually a classic init script.  systemd runs it just fine.

You can view it here:
https://github.com/beagleboard/image-builder/blob/master/target/init_scripts/generic-debian.sh

It's stored here: /etc/init.d/boot_scripts.sh

This script takes care of a few generic tasks, setting the clock,
regenerating ssh keys, before calling a board specific script.
(referenced from /boot/uboot/SOC.sh)

This is the board specific script:

https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh

It's stored here: /opt/scripts/boot/am335x_evm.sh

It takes care of flashing blank eeprom, getting the mac address,
setting up the gadget drivers, enablng the local dhcp server, calling
the flasher.sh script, and finishing the microSD resize when needed.

 Next time, I boot from the eMMC, how does the script knows to not execute,
 seeing as it can't really copy the eMMC to the eMMC... How does all this
 work?

That depends:

If the flasher microSD is still installed, it WILL flash the eMMC again..

If you re-add the trigger file:

https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L110

It will attempt the flash the other media..

If you look closely, the flasher script doesn't care if it's microSD
or eMMC, it's designed to flash the other media:

https://github.com/RobertCNelson/boot-scripts/blob/master/tools/beaglebone-black-eMMC-flasher.sh#L39

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: How Flashing Now Works with Debian

2014-03-21 Thread Robert Nelson
On Fri, Mar 21, 2014 at 2:22 PM, Louis Thiery lo...@apitronics.com wrote:
 Just to see if it would just work, I tried to run the script from my
 distribution and the scrip is unhappy:

 /bin/bash /opt/scripts/beaglebone-black-eMMC-flasher.sh
 Error: script halting, system unrecognized...

The script assumes a few things, so i have a couple quick system
checks, that make it stop if it doesn't recognize the system..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Hello World Program GSOC 2014

2014-03-21 Thread Robert Nelson
On Fri, Mar 21, 2014 at 5:13 PM, Dennis Cote denn...@harding.ca wrote:
 On Friday, March 21, 2014 12:43:11 PM UTC-6, Florin Maticu wrote:

 Hello World program for GSOC 2014.
 Project: Debugging tools for LINUX INDUSTRIAL I/O SUBSYSTEM


 What is this? I know that GSOC is google summer of code, but what is this
 helloworld.bin file? Why is it posted here? What does it do? Who might want
 it? How do you install and run this if you wanted to use it?

 Many questions, little information.

It's a requirement of the beagleboard.org GSOC, the user just used the
wrong mailing list.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Debian netinstall image - network interfaces file - eth0 not auto?

2014-03-24 Thread Robert Nelson
On Mon, Mar 24, 2014 at 11:37 AM, David Lambert d...@lambsys.com wrote:
 I just performed a fresh of Debian on BBB installation using git clone
 git://github.com/RobertCNelson/netinstall.git

 I notice that the /etc/network/interfaces file does not declare eth0 as auto
 by default. This means that restarting the networking service does not
 re-enable eth0. Is this intentional, and if so why?

Currently the Netinstall script does not modify
/etc/network/interfaces in any way.

So that default setting is just the way the upstream Debian Developers
set it in the debian-installer for all the architectures.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trying to make flash install of my customized Beaglebone Black

2014-03-24 Thread Robert Nelson
On Mon, Mar 24, 2014 at 2:07 PM, RT Mistler rtmist...@gmail.com wrote:
 Hi,

 I'm trying to take the contents of flash that I have working and make a copy
 of it for distribution.

 For instance, you can download a flash imager which will put the default
 release onto your MMC flash in it's entirety.  I can do that, but then I
 have to customize to install or configure it to work the way I have chosen
 for multiple boards.  If I could use that flash imager process but have the
 image it flashes be what I have now, this would be helpful.

 I do realize that I can use the dd command as well as connecting a uSD card
 via a card reader and copy my entire flash over to that uSD and then that
 uSD will work on another board.  That's a lot slower performing, not my
 first preference.  On the flipside of that, I'm fairly positive that I can
 NOT boot off of a uSD and then use dd to copy to my MMC flash; maybe I'm
 wrong there.  That would be a good interim solution, but ultimately I think
 it would be helpful if I could somehow create a flash image where the
 flasher would just burn my default disk as my starting point for each board,
 this way an installer person could perform these actions and get repeatable
 results on multiple boards.

 Anyone have any thoughts or know of a set of instructions that might be
 helpful?  Believe me I've searched a bit, maybe just used the incorrect
 terms, I haven't found anything except the instructions about how to
 download the default flash image and burn that.

Well, if your using the newer Debian images hosted here:

http://beagleboard.org/latest-images

There's a little gem, under /opt/scripts/tools/eMMC/*.sh to do what you want.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trying to make flash install of my customized Beaglebone Black

2014-03-24 Thread Robert Nelson
On Mon, Mar 24, 2014 at 2:26 PM, Artie Mistler rtmist...@gmail.com wrote:
 I'm using Angstrom, but I'll see if I can grab that script and adapt it to
 work for my case.  Thanks for the reference.
 - RT

It's dependent on a variable stored in uEnv.txt and a custom init
script, but otherwise it's just rsync that does all the real work..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Trying to make flash install of my customized Beaglebone Black

2014-03-24 Thread Robert Nelson
On Mon, Mar 24, 2014 at 2:29 PM, Robert Nelson robertcnel...@gmail.com wrote:
 On Mon, Mar 24, 2014 at 2:26 PM, Artie Mistler rtmist...@gmail.com wrote:
 I'm using Angstrom, but I'll see if I can grab that script and adapt it to
 work for my case.  Thanks for the reference.
 - RT

 It's dependent on a variable stored in uEnv.txt and a custom init
 script, but otherwise it's just rsync that does all the real work..

For reference, the script is hosted here:

https://github.com/RobertCNelson/boot-scripts/blob/master/tools/eMMC/beaglebone-black-make-microSD-flasher-from-eMMC.sh

(that way you don't have to flash the image to get it.)

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] USB camera flicker issue

2014-03-25 Thread Robert Nelson
On Tue, Mar 25, 2014 at 4:25 AM,  volcanov...@gmail.com wrote:
 Hello,

 I had connected a USB camera to the beagle XM board running Linux 3.4.7-x1
 and it worked successfully( tested with camorama application).
 As I was facing issues with USB mounted on the beagleboard at low
 temperatures, I applied the patch
 https://github.com/RobertCNelson/stable-kernel/blob/v3.4.x/patches/omap_fixes/0001-Fix-sprz319-erratum-2.1.patch
 After applying the patch, the board works fine at low temperatures but the
 USB camera output flickers using the camorama application.

low temperatures aka lower then what the board is spec'd for? I'm
not supporting that.

 Camera details(lsusb output)
 Bus 001 Device 005: ID 058f:5608 Alcor Micro Corp.

 Dmesg output for video
 dmesg | grep video
 [8.462341] Linux video capture interface: v2.00
 [8.616485] uvcvideo: Found UVC 1.00 device USB 2.0 Camera (058f:5608)
 [8.680419] usbcore: registered new interface driver uvcvideo

 Any pointers will be appreciated.

Grab the latest, lots of usb fixes, 3.4.x is ancient..

http://elinux.org/BeagleBoardDebian#BeagleBoard_xM

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Support for multiple USB CCID devices

2014-03-25 Thread Robert Nelson
On Tue, Mar 25, 2014 at 10:18 AM, Gavin Williams fatmc...@gmail.com wrote:
 Afternoon all

 I'm currently looking at hardware req's for a new project, where we need to
 support 50 USB CCID devices on a single host.

 The devices in question are OmniKey 6121 USB thumb drives, and will be
 connected to a 49 port Cambrionix USB hub, which contains 7 7-port hubs.

 Is this something that the BeagleBoard-xM is likely to be able to support?

Honestly, even on x86 with that many devices, you'll run out of usb
bandwidth on a single ehci port.

Go test it, it'll likely fail after 4-5 of those devices.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Problem with make menuconfig

2014-03-25 Thread Robert Nelson
On Tue, Mar 25, 2014 at 8:49 AM, Richard Phillips rip...@gmail.com wrote:
 Hello all,

 I have a strange problem with make menuconfig - if I perform these steps
 (presuming no .config or .config.old exists):

 make ARCH=arm CROSS_COMPILE=arm-eabi- omap3_beagle_android_defconfig
 make menuconfig
 Don't make any changes, or just make one trivial change, and save the
 configuration

 Following this, I would expect the new .config file to be virtually
 identical, except for a few small changes, e.g. timestamp and the change I
 made.  Instead, I find the .config file has been obliterated!  It's
 changed from being ARM to x86_64, etc etc.

 Anyone have any ideas as to what I'm doing wrong?

Something's overridden ARCH so just call it again aka:

make ARCH=arm menuconfig

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Documentation how to correctly update the Robert Nelson kernel sources

2014-03-26 Thread Robert Nelson
On Wed, Mar 26, 2014 at 12:50 PM,  meino.cra...@gmx.de wrote:
 Hi,

 I have googled a lot to find a good instruction how to correctly
 update the Robert Nelson kernel tree. They way I did it previously
 always lead to not booting kernels after a while.

It depends on the tree


 Where can I find a good documentation about this topic?

http://eewiki.net/display/linuxonarm/Home

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Documentation how to correctly update the Robert Nelson kernel sources

2014-03-26 Thread Robert Nelson
On Wed, Mar 26, 2014 at 1:15 PM,  meino.cra...@gmx.de wrote:
 Robert Nelson robertcnel...@gmail.com [14-03-26 18:56]:
 On Wed, Mar 26, 2014 at 12:50 PM,  meino.cra...@gmx.de wrote:
  Hi,
 
  I have googled a lot to find a good instruction how to correctly
  update the Robert Nelson kernel tree. They way I did it previously
  always lead to not booting kernels after a while.

 It depends on the tree

 
  Where can I find a good documentation about this topic?

 http://eewiki.net/display/linuxonarm/Home

 Regards,

 --
 Robert Nelson
 http://www.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.
 For more options, visit https://groups.google.com/d/optout.


 Hi Robert,

 thanks for your help.

 The linked site I visit regulary, if my tree
 doesn't produce booting kernels any more. Then I delete the
 old tree and create a new one according to what is described here:

 http://eewiki.net/display/linuxonarm/BeagleBone+Black

 I entered updating as a more global keyword into the site search
 of the linked site and what I got back are 244 defocussed screenshots. Sorry
 for not clicking each to look, whether it is for what I am looking
 for...

 Unfortunately there is so much you can update when it comes to the
 Beaglebone/Black

 The procedure I used previously (and which lead to unbootable kernel
 images after a while) is this:

Only track the am33x-v3.8 and am33x-v3.13 branches.

aka:

cd linux-dev
git checkout master -f
git branch -D tmp*
git pull
git checkout origin/am33x-v3.13 -b tmp

* assumption:
git branch will tell you.

If that's too much for you, with the latest images just:

cd /opt/scripts/tools/
git pull
./update_kernel.sh

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-27 Thread Robert Nelson
On Thu, Mar 27, 2014 at 9:25 AM, Mark A. Yoder mark.a.yo...@gmail.com wrote:
 I see a 2014-03-26 image has appeared.  Unfortunately when I flash [1] and
 boot from it, it appears to never leave u-boot.  Just 3 LEDs light and it
 just hangs.

Humm, that means uenvcmd wasn't defined in uEnv.txt.. I wonder how
that happened (1).  Does it help if you hold down the boot button?
What do you have flashed to the eMMC? (i have it setup to be
compatible with atleast Angstrom's 2013.06.20 u-boot)

1: 
https://github.com/beagleboard/image-builder/blob/master/target/boot/beagleboard.org.txt#L45


 I try this on two SD cards and both had the same behavior.

 --Mark

 [1]
 http://rcn-ee.net/deb/testing/2014-03-26/bone-debian-7.4-2014-03-26-2gb.img.xz

Testing now too..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-27 Thread Robert Nelson
On Thu, Mar 27, 2014 at 10:56 AM, Robert Nelson robertcnel...@gmail.com wrote:
 On Thu, Mar 27, 2014 at 9:25 AM, Mark A. Yoder mark.a.yo...@gmail.com wrote:
 I see a 2014-03-26 image has appeared.  Unfortunately when I flash [1] and
 boot from it, it appears to never leave u-boot.  Just 3 LEDs light and it
 just hangs.

 Humm, that means uenvcmd wasn't defined in uEnv.txt.. I wonder how
 that happened (1).  Does it help if you hold down the boot button?
 What do you have flashed to the eMMC? (i have it setup to be
 compatible with atleast Angstrom's 2013.06.20 u-boot)

 1: 
 https://github.com/beagleboard/image-builder/blob/master/target/boot/beagleboard.org.txt#L45


 I try this on two SD cards and both had the same behavior.

 --Mark

 [1]
 http://rcn-ee.net/deb/testing/2014-03-26/bone-debian-7.4-2014-03-26-2gb.img.xz

Okay tested, and i see the issue.. To save bandwidth i mirror the
kernel *.deb locally, which runs/updates at midnight, so the kernel
never got installed.  So i just need to add that error condition and
just rerun the script again..

Thanks for testing, sorry for the error!

*
U-Boot SPL 2014.04-rc2-00015-g99288ca (Mar 12 2014 - 09:49:41)
reading args
spl_load_image_fat_os: error reading image args, err - -1
reading u-boot.img
reading u-boot.img


U-Boot 2014.04-rc2-00015-g99288ca (Mar 12 2014 - 09:49:41)

I2C:   ready
DRAM:  512 MiB
NAND:  0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
gpio: pin 53 (gpio 53) value is 1
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 0
reading uEnv.txt
1390 bytes read in 5 ms (271.5 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
reading zImage
** Unable to read file zImage **
reading initrd.img
** Unable to read file initrd.img **
reading /dtbs/am335x-boneblack.dtb
** Unable to read file /dtbs/am335x-boneblack.dtb **
Bad Linux ARM zImage magic!

uenvcmd was not defined in uEnv.txt ...
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
mmc1(part 0) is current device
gpio: pin 54 (gpio 54) value is 1
SD/MMC found on device 1
** No partition table - mmc 1 **
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
** No partition table - mmc 1 **
** No partition table - mmc 1 **
** No partition table - mmc 1 **
Bad Linux ARM zImage magic!

uenvcmd was not defined in uEnv.txt ...
Booting from nand ...

no devices available

no devices available
Bad Linux ARM zImage magic!
U-Boot#


Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Hard freeze (ethernet related?)

2014-03-27 Thread Robert Nelson
On Thu, Mar 27, 2014 at 1:54 PM, Riccardo Bortolato rikyz...@gmail.com wrote:
 Hello Gerald,

 I downloaded debian, ran it from the uSD and I was installing a bunch
 of stuff..after a while here's what I got:

 [  360.539306] INFO: task apt-get:1251 blocked for more than 60 seconds.
 [  360.546242] echo 0  /proc/sys/kernel/hung_task_timeout_secs
 disables this message.
 [  360.554638] Kernel panic - not syncing: hung_task: blocked tasks
 [  360.561039] [c0010443] (unwind_backtrace+0x1/0x8a) from
 [c0455ced] (panic+0x51/0x148)

That's the 3.8 mmc driver.. We've back-ported a few fixes from
v3.12/v3.13 to fix that issue, but for some devices it's still a
problem.  If you aren't using any capes (or just a simple usart/spi
ones, we have another option for you, essentially running v3.13.x)

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Hard freeze (ethernet related?)

2014-03-27 Thread Robert Nelson
On Thu, Mar 27, 2014 at 2:05 PM, Riccardo Bortolato rikyz...@gmail.com wrote:
 Hello Robert,

 well I just need usart1, usb and ethernet so the 3.13 option is fine for me.

 Meanwhile I was just searching for similar issues and found this:

 http://blog.machinekit.io/2013/10/hung-task-bug-in-xenomai-kernel.html
 which points to
 http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=7472bab236bdee1173412585591329e718f4d324

 I am posting this since you replied so fast I didn't even took a look
 at the patches you added to your kernels!

Yeap, that's the patch we backported..

https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patch.sh#L848

It helped, in some situations but something else between v3.8-v3.13 is
also needed..

 Do you think this is the same issue I posted in the original post?
 Anyway, now I'll build a 3.13 deb.

 P.S. thanks for your tools/scripts, the whole process works like a charm :)

So before you build, you can actually test..

cd /opt/scripts/tools/
git pull
sudo ./update_kernel.sh --beta-kernel

For capes, if you need ttyO1 this the way v3.13.x is setup:

with: 2014-03-04

cd /boot/uboot/dtbs/
cp am335x-boneblack.dtb am335x-boneblack-bak.dtb
cp am335x-boneblack-ttyO1.dtb am335x-boneblack.dtb

with: 2014-03-19

Edit: /boot/uboot/uEnv.txt

set:
CAPE=ttyO1

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-27 Thread Robert Nelson
On Thu, Mar 27, 2014 at 11:24 AM, Mark A. Yoder mark.a.yo...@gmail.com wrote:
 Thanks Robert.  I'll watch for the update.

Just pushed out  tested locally:

http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-27

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-27 Thread Robert Nelson
Thanks to everyone for testing the beta images!

In this last last week window I've rolled in many of your changes.

So please continue to use the bug tracker:
http://bugs.elinux.org/projects/debian-image-releases

Big Changes:
Added support for Hieu Duong's cape-bone-weather-00B0

Added support for Charles Steinkuehlers universal cape
https://github.com/cdsteinkuehler/beaglebone-universal-io

Small Changes:

Packages added: xrdp, wicd-curses, wicd-cli

The gadget serial port (ttyGS0) is now enabled, so you can connect
serially over the usb connector.

So the images are linked to from here:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-27

and the full changelog/tweaklog:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-27_Changes

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Hard freeze (ethernet related?)

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 3:14 AM, Riccardo Bortolato rikyz...@gmail.com wrote:
 Robert,

 with the latest debian image (and 3.13) I can get it to crash with the
 same procedure. Only this time no debug output in uart0 and USR0+USR2
 leds stuck on.

 I must say that i swapped wicd for network-manager. Do you think this
 could be a cause? Any way I can help further debug this issue?

It's network-manager... (or any gtk2 app that seems to to decompress
something png related)

See:
http://bugs.elinux.org/issues/35

That's why i went with wicd..

TI's looking into it, so far we've tried to jtag debug it, but even
the jtag interface locks up..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dell U2410 hdmi woes (wheezy)

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 8:32 AM, Richard-tx rich.andr...@gmail.com wrote:
 I have a strange one.

 I am using a Dell U2410 monitor.  It just so happens that I have the same
 monitor described at http://elinux.org/Beagleboard:BeagleBoneBlack_HDMI

 I loaded the image
 https://rcn-ee.net/deb/microsd/wheezy/bbxm-debian-7.4-2014-03-27-2gb.img.xz
 on my BBB

 When  the HDMI output of the BBB is connected to the HDMI input on the
 monitor all goes well until the X desktop is started.  As soon as X is
 started the monitor goes into power-save mode.  Press cntl-alt F1 to get to
 a non-gui login and the display turns on.  Switch back to F7 and the monitor
 goes into power-save.

You can disable power save via:

echo #!/bin/sh  ~/.xsessionrc
echo   ~/.xsessionrc
echo xset -dpms  ~/.xsessionrc
echo xset s off  ~/.xsessionrc


 If I use a HDMI to DVI adapter and use the DVI input on the U2410, the X
 desktop display is OK.  I can even use xrandr to change resolution to
 1280x1024 (dvi input) which works fine.


 I have deduced that when the BBB gets the EDID info from the monitor, it
 changes to a mode that the Dell U2410 does not like but only with the X
 desktop.

 Anyone have any ideas?  I am hesitant to blame the LXDE X server for this
 but anything is possible.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Hard freeze (ethernet related?)

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 9:01 AM, Riccardo Bortolato rikyz...@gmail.com wrote:
 Ouch!

 Is there some public bug I can subscribe to?

Not really, It's one of the main subject's in our inside weekly
meeting. When it's fixed, there will be much rejoicing on this list.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 9:15 AM, Robert Nelson robertcnel...@gmail.com wrote:
 On Fri, Mar 28, 2014 at 9:04 AM, Steve French of Volt Vision
 voltvis...@gmail.com wrote:
 Robert,
 Thanks for the flurry of updated Debian images for testing (3/4, 3/19,
 3/27).  I am happily trying the different images, but when I download the
 image and start from scratch it takes me several hours to get back to the
 point where I can use my system again.  I use Open Lighting Architecture and
 it takes me about 4+hours to do everything necessary to compile it from
 source.  Could I update to your newest distros somehow by running a script
 (Mar4 - Mar19 - Mar27)? ... or is it necessary to wipe everything out and
 reflash the image from scratch?  Some of my BBBs I flash the eMMC and some
 of them I boot directly from the uSD.  Thx!! (and sorry if this has already
 been answered somewhere).

 cd /opt/scripts/fixes
 git pull

 sudo ./debian-2014-03-04-to-2014-03-19.sh
 sudo ./debian-2014-03-19-to-2014-03-27.sh

PS: you can see to review the change here:

https://github.com/RobertCNelson/boot-scripts/tree/master/fixes

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 9:04 AM, Steve French of Volt Vision
voltvis...@gmail.com wrote:
 Robert,
 Thanks for the flurry of updated Debian images for testing (3/4, 3/19,
 3/27).  I am happily trying the different images, but when I download the
 image and start from scratch it takes me several hours to get back to the
 point where I can use my system again.  I use Open Lighting Architecture and
 it takes me about 4+hours to do everything necessary to compile it from
 source.  Could I update to your newest distros somehow by running a script
 (Mar4 - Mar19 - Mar27)? ... or is it necessary to wipe everything out and
 reflash the image from scratch?  Some of my BBBs I flash the eMMC and some
 of them I boot directly from the uSD.  Thx!! (and sorry if this has already
 been answered somewhere).

cd /opt/scripts/fixes
git pull

sudo ./debian-2014-03-04-to-2014-03-19.sh
sudo ./debian-2014-03-19-to-2014-03-27.sh

The only thing it doesn't do is update the bootloader from v2013.10 in
2014-03-04 to v2014.04-rc in 2014-03-19+

For that:

cd /opt/scripts/tools/
sudo ./update_bootloader.sh

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Kernel 3.13 with SGX libs

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 2:37 PM,  brett.saw...@fltsimeng.com wrote:
 I got it work! Kind of a stupid problem but when comparing the config
 between RCN's 3.12 and 3.13 kernel, I realized that CONFIG_FB_DA8XX was no
 longer set. SGX is now working, when I start the PVR service I still get one
 set of symbol errors.

 /opt/gfxlibraries/gfx_rel_es8.x # /etc/init.d/rc.pvr start
 [   77.420860] omaplfb: Unknown symbol register_vsync_cb (err 0)
 [   77.427111] omaplfb: Unknown symbol unregister_vsync_cb (err 0)
 Loaded PowerVR consumer services.

 /opt/gfxlibraries/gfx_rel_es8.x # lsmod
 omaplfb 12126 0 - Live 0xbf048000 (O)
 da8xx_fb 11448 1 omaplfb, Live 0xbf041000
 pvrsrvkm 179069 1 omaplfb, Live 0xbf00 (O)

 All the demos appear to run fine.

Cool! Thanks for testing, and confirming it works!

I'll make sure to set CONFIG_FB_DA8XX on the next bump.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-28 Thread Robert Nelson
On Thu, Mar 27, 2014 at 3:26 PM, Robert Nelson robertcnel...@gmail.com wrote:
 Thanks to everyone for testing the beta images!

 In this last last week window I've rolled in many of your changes.

 So please continue to use the bug tracker:
 http://bugs.elinux.org/projects/debian-image-releases

 Big Changes:
 Added support for Hieu Duong's cape-bone-weather-00B0

 Added support for Charles Steinkuehlers universal cape
 https://github.com/cdsteinkuehler/beaglebone-universal-io

 Small Changes:

 Packages added: xrdp, wicd-curses, wicd-cli

 The gadget serial port (ttyGS0) is now enabled, so you can connect
 serially over the usb connector.

 So the images are linked to from here:
 http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-27

 and the full changelog/tweaklog:
 http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-27_Changes

So, just noticed something..

sudo halt doesn't work with this image and it's due to systemd and
the usb gadget getty instance..

So here's a workaround:

sudo rm /etc/systemd/system/getty.target.wants/getty@ttyGS0.service

(force hard reboot)

sudo halt works again..

So systemd experts, how do we get sudo halt working with that service enabled?

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-28 Thread Robert Nelson
On Fri, Mar 28, 2014 at 5:00 PM, Charles Steinkuehler
char...@steinkuehler.net wrote:
 On 3/27/2014 3:26 PM, Robert Nelson wrote:
 Thanks to everyone for testing the beta images!

 In this last last week window I've rolled in many of your changes.

 So please continue to use the bug tracker:
 http://bugs.elinux.org/projects/debian-image-releases

 I haven't been able to get the elinux bug tracker to let me post
 anything, so forgive me for posting a few comments here.  These are from
 the 3/19 image, so I apologize if any have been addressed, and they
 mostly fall under personal preference rather than actual bugs.

 * I like to add console=tty0 so startup kernel messages go to both the
 serial console and to the HDMI screen, if connected.  While less
 information is displayed with systemd than previously, if the kernel
 hangs for some reason at boot this could avoid the need for a serial
 cable which a lot of people won't have.

I think i'm going to enable this too..

 * Given the target audience, I would add a terminal short-cut on the
 application launch bar next to the web browser.  It's not hard to get to
 on the menu, but that's one of the first changes I made to the 3/19 image.

Sounds like a nice addon, do you have an example i can pull in?

 * I'm not sure who made the black desktop background, but I find it
 horrid (just the black part...the beagle is cute!) and would much rather
 see something lighter.  I'm not aware of any other GUI environment that
 ships with a black background as default, and out of all the
 professional programmers I know, only one uses this sort of color scheme.

I stole it from the Angstrom image. We just got to be careful, as it's
only 16bit, so some colors combos look odd.

 I'm working through the process of trying to install MachineKit /
 LinuxCNC via packages (including the kernel and Xenomai user-mode), and
 will switch to the new image for further testing.

 Keep up the great work!


Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 3:47 AM, Erwin Ried erwinr...@gmail.com wrote:
 If I use this
 http://debian.beagleboard.org/images/bone-debian-7.4-2014-03-27-2gb.img.xz
 in the BBB using a microsd, I can't turn it off or reboot (from UI or SSH).
 Why? (there is no debian in the internal mmc)

It's just a permission problem with systemd and a new feature enabled
in that image. (USB serial gadget driver enabled over the usb
connection)

However systemd is not allowing you to reboot/halt

To fix:

sudo rm /etc/systemd/system/getty.target.wants/getty@ttyGS0.service

and hard reboot it..

It'll then work as expected.

I'm waiting for a response from systemd experts on what we can do.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can't turn off / reboot

2014-03-29 Thread Robert Nelson
On Sat, Mar 29, 2014 at 10:26 AM, Erwin Ried erwinr...@gmail.com wrote:
 Thanks Robert, is this related with the hanging daemon too (the one related
 with the UI becoming unresponsive?, I don't remember the exact name -starts
 with w- but sometimes a msgbox pops with this warning)

Yeah, it would start the shutdown process, so things like wicd-*
would get half shutdown, before systemd decides, no we can't actually
shutdown..

So just remove that file for the time being, it'll be exactly like the
previous beta's

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] microSD Disk Size capacirty

2014-03-31 Thread Robert Nelson
On Mon, Mar 31, 2014 at 7:06 AM, Kumar Sukhani kumarsukh...@gmail.com wrote:
 try following command

 sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone_dtb


 I was also getting same error, when I tried -

 sudo ./setup_sdcard.sh --mmc /dev/sdX --uboot bone

No you weren't.. Totally different script/subject.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-31 Thread Robert Nelson
On Fri, Mar 28, 2014 at 5:00 PM, Charles Steinkuehler
char...@steinkuehler.net wrote:
 On 3/27/2014 3:26 PM, Robert Nelson wrote:
 Thanks to everyone for testing the beta images!

 In this last last week window I've rolled in many of your changes.

 So please continue to use the bug tracker:
 http://bugs.elinux.org/projects/debian-image-releases

 I haven't been able to get the elinux bug tracker to let me post
 anything, so forgive me for posting a few comments here.  These are from
 the 3/19 image, so I apologize if any have been addressed, and they
 mostly fall under personal preference rather than actual bugs.

 * I like to add console=tty0 so startup kernel messages go to both the
 serial console and to the HDMI screen, if connected.  While less
 information is displayed with systemd than previously, if the kernel
 hangs for some reason at boot this could avoid the need for a serial
 cable which a lot of people won't have.

I just pushed this..

 * Given the target audience, I would add a terminal short-cut on the
 application launch bar next to the web browser.  It's not hard to get to
 on the menu, but that's one of the first changes I made to the 3/19 image.

This got interesting, the file we need to modify:

/home/debian/.config/lxpanel/LXDE/panels/panel

Is actually generated on first bootup, so we can't patch it prior.


 * I'm not sure who made the black desktop background, but I find it
 horrid (just the black part...the beagle is cute!) and would much rather
 see something lighter.  I'm not aware of any other GUI environment that
 ships with a black background as default, and out of all the
 professional programmers I know, only one uses this sort of color scheme.

 I'm working through the process of trying to install MachineKit /
 LinuxCNC via packages (including the kernel and Xenomai user-mode), and
 will switch to the new image for further testing.

 Keep up the great work!

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-31 Thread Robert Nelson
On Sat, Mar 29, 2014 at 6:03 AM, Charles Steinkuehler
char...@steinkuehler.net wrote:
 On 3/28/2014 5:12 PM, Charles Steinkuehler wrote:
 On 3/28/2014 5:04 PM, Robert Nelson wrote:
 On Fri, Mar 28, 2014 at 5:00 PM, Charles Steinkuehler
 char...@steinkuehler.net wrote:
 * Given the target audience, I would add a terminal short-cut on the
 application launch bar next to the web browser.  It's not hard to get to
 on the menu, but that's one of the first changes I made to the 3/19 image.

 Sounds like a nice addon, do you have an example i can pull in?

 I just right-clicked the application launcher section and added the
 terminal program.  I can crawl around and try to find the modified file
 if that would help.

 I found the config file under .config.  It looks easy enough to make a
 diff to add the terminal button, I'll try to verify it works properly
 from a fresh install and send it along.

 Another feature I forgot to mention:
 You might want to disable the password request when running sudo, since
 the system is automatically logging folks in.  To do this, you drop a
 file in /etc/sudoers.d and remove the user from the admin list.  Details:

 https://github.com/cdsteinkuehler/omap-image-builder/blob/MachineKit/machinekit/scripts/110.etc.shr#L12

Thanks Charles,

Just pushed this too..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Here is the BeagleBone Debian (beta + fixes) image you want to test (2014-03-27)

2014-03-31 Thread Robert Nelson
On Sat, Mar 29, 2014 at 10:49 PM, William Hermans yyrk...@gmail.com wrote:
 Charles, Ok will give it a shot after this weekend. Actually though, if I
 had jus ta stock image of a beagle, perhaps the one taken from beagle.org, I
 could do the rest from scratch myself. The text coloring on that image may
 not mesh well with a light blue or dark grey background. But that is pretty
 easy to test, so I'll check it out.

Hi William,

For reference, the current images are stored in git here:

https://github.com/RobertCNelson/boot-scripts/tree/master/images

They were corrupted in angstrom's git repo, so i took the original
from an older Angstrom image.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Help Needed : Custom built debian image

2014-03-31 Thread Robert Nelson
On Mon, Mar 31, 2014 at 6:28 PM,  viran...@gmail.com wrote:
 Hi,

 I am trying to build custom minimal debian images for my beaglebone black. I
 have downloaded the image builder from git and tried executing it after
 commenting out some packagenames in beagleboard.org_image.sh. But when the
 image is built, all the packages including the packages that I commented out
 are also installed. There is no information about which file to edit or any
 other instruction provided in the readme file.

Base package list:
https://github.com/beagleboard/image-builder/blob/master/var/pkg_list.sh

Packages specific to the beagleboard.org debian image:
https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L43

comment out what you don't need, but remember Debian package
dependence are complex, so something might get installed anyways.

Patches welcome on improving the readme.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Here is the BeagleBone Debian (beta + fixes + reboot fix) image you want to test (2014-03-31)

2014-03-31 Thread Robert Nelson
Thanks to everyone for testing the beta images!

In this last weekend I've rolled in many of your changes.

So please continue to use the bug tracker:
http://bugs.elinux.org/projects/debian-image-releases

Big Changes:
Fixed the halt/reboot problem, Thanks to Cody Lacey for the systemd hint!

So the images are linked to from here:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-31

and the full changelog/tweaklog:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-03-31_Changes

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 12:54 AM,  mbbac...@gmail.com wrote:
 My BeagleBone part of a primitive robot with a breadboard strapped to the
 top, and servo motors underneath. The wifi dongle was between both. For this
 reason, I dug out my unpowered USB hub and used it as an extender to get the
 wifi dong'e away from all the metal. I powered the beagle bone with an
 external power supply and remoted into it via usb. I was able to get the
 Adafruit dongle to connect to my secured home network 1 out of three times
 this time around as well as a secured hotspot hosted by my phone. This was
 better than the netgrear wna1100 which was only able to connect to the
 secured hotspot (not my regular home network). Neither was able to connect
 to an unsecured hotspot. Attempts to connect via wifi also seem to cause the
 BeagleBone to freeze up frequently. Any ideas?

The is problem with the default 3.8 kernel, if your not using any
cape's switch to the 3.13.x based kernel

cd /opt/script/tools/
git pull
sudo ./update_kernel.sh --beta-kernel


 Also, it would be really handy if the default user was root (like on
 Angstrom) so that I didn't have to type sudo su before most terminal
 commands. This would also allow me to open files more easily. I'm guessing
 this would also allow the user to reboot and shutdown the beaglebone,
 options which are missing from LXDE at this point, and which cannot be
 execute from the command line using the debian user.

There is a default root user (no password like Angstrom) we just don't
log into that user via lxde.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Circuitco LCD4 - Kernel 3.12, 3.13

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 7:02 AM, Moscowbob moscow...@gmail.com wrote:
 First of all, thank you to all who share their knowledge and experience,
 without you guys us newbies will have a hard time learning.

 I have been playing around with various kernels and just in general getting
 familiar with Linux and the BBB in general. I managed to build QT 4.8.5 with
 RCN 3.8.13-Bone41 and all seems well. Now I wish to use QT with SGX and as I
 understand Robert has provided scripts to build all the required drivers etc
 but the later kernels do no support Cape manager and overlays so the lcd is
 not enabled.

SGX was back-ported to the 3.8 tree as of the bone41 release.


 Would somebody please explain how to enable the LCD4 from Circuitco in the
 new kernels(if that is currently possible).

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Windows 8 (64bit) driver install problems

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 3:09 AM,  edgars.gribu...@gmail.com wrote:

 I tried several times, but no result

Then use the signed drivers:

https://github.com/beagleboard/beaglebone-getting-started/tree/master/Drivers/Windows

Regards,


-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Help Needed : Custom built debian image

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 2:44 PM,  viran...@gmail.com wrote:

 HI Robert,

 The script is still running but what I can see is it just installed nodejs
 packages. I guess this is because the script was installing the beaglebone
 package. I don't require node.js installed. Please confirm the features
 provided by beaglebone package so I can decide whether to include or exclude
 it from the build.

The beaglebone meta package currently pulls in:
acpi-support-base, am335x-pru-package, libsoc2, nodejs, nodejs-legacy,
npm, xinput-calibrator, xserver-xorg-video-modesetting

from the beagleboard.org debian repo:
http://beagle.s3.amazonaws.com/debian (there's a new domain being
setup using beagleboard.org)

If you don't want these package, just disable:
https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L424

Then you'll still have access to the beagleboard.org repo.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] ssh fails write broken pipe

2014-04-01 Thread Robert Nelson
On Tue, Apr 1, 2014 at 3:39 PM, Walter Schilling schill...@msoe.edu wrote:
 I have students working on the Beaglebone using the current Debian image.
 They are working in pairs.  Student one has bone A and laptop a.  Student
 two has bone B and laptop b.  If b connects to B and then a connects to A,
 they receive an ssh failure with a broken pipe.  If b connects to both A and
 B, then it works fine.  It  makes no sense to me at all.  Any ideas?

What does the -v option for ssh print out for debugging?

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Here is the BeagleBone Debian (beta) image you want to test

2014-04-02 Thread Robert Nelson
On Wed, Apr 2, 2014 at 4:33 PM, Dennis Cote denn...@harding.ca wrote:
 On Tuesday, April 1, 2014 7:34:37 AM UTC-6, RobertCNelson wrote:

 The is problem with the default 3.8 kernel, if your not using any
 cape's switch to the 3.13.x based kernel

 cd /opt/script/tools/
 git pull
 sudo ./update_kernel.sh --beta-kernel


 I just thought others might want to know that switching to the 3.13.6-bone8
 kernel also changes the resolution of the HDMI display output from 720p
 (i.e. 1280 x 720) to 1280 x 960, a 33% increase in display real estate. I
 suspect there is no audio at this resolution, but I have a monitor connected
 and not a TV, so I can't tell.

Correct, hdmi audio is currently disabled with the v3.13.x patchset,
so you'll get non-audio resolution options. I was seeing headache
inducing screen shakes on my work monitor, will try again with v3.14.x
(the patchset hasn't hit mainline yet).

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-03 Thread Robert Nelson
On Thu, Apr 3, 2014 at 2:37 PM,  chris.j.d...@gmail.com wrote:
 I got an Embest BBB from Seeed this week
 (http://www.seeedstudio.com/depot/BeagleBone-Black-Embest-p-1736.html).

 So far, I'm disappointed. It runs Angstrom from the eMMC, but it won't run
 Ubuntu from a microSD card.  I tried the latest Ubuntu 13.10 and 14.04
 images from here: http://elinux.org/BeagleBoardUbuntu .  I verified they
 both worked fine on a standard BBB (A6) and they both do not boot on the
 Embest BBB.  I'm not sure if it's a hardware issue, or a u-boot config
 issue, or something else.

Awesome, I'm disappointed too!  Guess i better update all my wiki
pages, and say only official CircuitCo made boards are supported.

So, SeeedStudio/Embest it's now your move to fix this issue, my
email/contact info is easily available.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Can no longer flash debian

2014-04-03 Thread Robert Nelson
On Thu, Apr 3, 2014 at 8:13 PM, David Erdman david.erd...@gmail.com wrote:
 That;s the one I used,

 BeagleBone Black (eMMC flasher)

 Debian (BeagleBone Black - 2GB eMMC) 2014-03-27

You can dump the flashing status via:

tail -f /boot/uboot/debug/flash-eMMC.log

Either ssh in, or via serial, that file will give us a clue what's going on.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Availability - how come nobody has any BeagleBone Black to sell?

2014-04-03 Thread Robert Nelson
On Thu, Apr 3, 2014 at 8:46 PM,  chris.j.d...@gmail.com wrote:
 Hi Robert,

 I'm not expecting any help/support from you on this, but here is some
 additional info you may find interesting.  :-)

 a) I haven't tried contacting Seeed about this.  I did look around for a
 contact at Embest and I found a forum
 (http://www.embest-tech.cn/community/forum.php) and a way to file a support
 ticket (http://www.embest-tech.com/ticket/index.php).  The forum is all
 Chinese.  I spent some time looking at google-translated posts there hoping
 to find the magic fix, without luck.  I suppose the next step will be to
 file a support ticket about it.

 b) The Embest BBB I received has the AM3359.  I noticed that the element 14
 website says their Embest BBB has the AM3358.  This may not be relevant to
 my Ubuntu boot issue, but it seemed interesting.

 c) When I boot the Embest BBB and watch the console output, it ends like
 this:

 Hit any key to stop autoboot:  0
 gpio: pin 53 (gpio 53) value is 1
 mmc0 is current device
 micro SD card found
 mmc0 is current device
 gpio: pin 54 (gpio 54) value is 1
 SD/MMC found on device 0
 reading uEnv.txt
 1204 bytes read in 3 ms (391.6 KiB/s)
 Loaded environment from uEnv.txt
 Importing environment from mmc ...
 Running uenvcmd ...
 reading zImage
 3669712 bytes read in 420 ms (8.3 MiB/s)
 reading initrd.img
 3005004 bytes read in 345 ms (8.3 MiB/s)
 reading /dtbs/am335x-boneblack.dtb
 24884 bytes read in 9 ms (2.6 MiB/s)
 Wrong Ramdisk Image Format
 Ramdisk image is corrupt or invalid
 gpio: pin 55 (gpio 55) value is 1
 ** File not found /boot/uImage **

 But I can literally pop that same SD card out and put it in my BBB model A6
 and it boots fine.  I googled around for the error messages near the end,
 and got a few hits, but nothing that made sense to me as a workaround or
 explanation of why it fails on the Embest BBB.

 d) I did some poking around in U-Boot.  The version says this:

 U-Boot 2013.04-rc1-14237-g90639fe-dirty (Apr 13 2013 - 13:57:11)
 arm-angstrom-linux-gnueabi-gcc (Linaro GCC 4.7-2013.02-01) 4.7.3 20130205
 (prerelease)
 GNU ld (GNU Binutils) 2.22

Ouch! That's the original April 2013 release. Right before i submitted
a patch to Koen to fix u-boot.

My Ubuntu/Debian images rely on at-least Angstrom's 2013.06.20
release to be flashed to eMMC.

So as long as you hold down the boot botton on power up, it should
still default to the bootloader on the microSD card.

Wow, that's such an old and broken default image..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Beaglebone Cross Compilation Development Tools

2014-04-05 Thread Robert Nelson
On Apr 5, 2014 4:27 PM, Walter Schilling schill...@msoe.edu wrote:

 Now that the Debian image has been released, has anyone placed the tools
that build that particular version into an archive somewhere so that others
can use them for building projects.  I'm trying to do cross compilation of
projects (which really is a much better way to go) when developing embedded
systems.  I've got a XUbuntu VM, but the armlinuxgnueabi tools are already
newer than the ones used to build the production image, and some of the
libraries are not compatible.  With Angstrom, the tools used to be
available on their site, but that has disappeared as well.

 Good CM practices would have both the source and the tools available.

Well Ubuntu is not Debian...

Goto debian.org

Download wheezy iso, install armhf multiarch, bam same version of libs
found on the official image.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Dusting off 4 year old C4, boot issues

2014-04-07 Thread Robert Nelson
On Mon, Apr 7, 2014 at 7:43 AM, djbbrisson djbbris...@gmail.com wrote:
 My BeagleBoard has been collecting dust for a few years and recently had a
 need to revive it.  I took it out of the static bag and got to work.

 To make a long story short I have re-flashed the NAND.
 Source:  http://elinux.org/Beagleboard:BeagleBoard#Rev_C4

 I have loaded Debian 7 via a netinstall image on an 8GB SD Card.  This is
 ultimately what I want to use on the BB C4.

 I have set SD Card to boot by default using
 set bootcmd 'mmc init ; fatload mmc 0:1 0x8000 uimage ; bootm' ; saveenv
 source:  http://elinux.org/BeagleBoard_Community#MMC.2FSD_boot

 Unfortunately, this doesn't work, I get Wrong Image Format for bootm
 command  ERROR: can't get kernel image! messages on boot.
 See http://pastebin.com/XizcZUCB for complete boot capture.

 After the above, if I press reset while holding the User button, the SD Card
 boots just fine.

 After all that, here is my question.

 What do I need to do to make the SD Card the default boot up device?

You have a really old verison of u-boot installed in nand that's
getting in the way.

See for hints:

http://elinux.org/BeagleBoardUbuntu#Upgrade_X-loader_and_U-boot

With the C4's i usually just clear the nand and trust that the microSD
has the correct u-boot vs just flashing nand.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Running debian from internal BBB flash

2014-04-07 Thread Robert Nelson
On Mon, Apr 7, 2014 at 3:36 PM, Erik de Castro Lopo
mle+...@mega-nerd.com wrote:
 Tom Davies wrote:

 I don't know -- but as no-one who does has answered, I'll suggest looking
 at this build
 script: 
 https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh
 which builds emmc 'flasher' images (as well as normal ones)

 Yeah, I got tired of waiting so I documented by setup as well as
 possible, reflashed the BBB with a Debain eMMC image and the
 reconstructed the setup I wanted.

The script was under:

cd /opt/scripts/tools/

sudo ./beaglebone-black-eMMC-flasher.sh

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-08 Thread Robert Nelson
On Mon, Apr 7, 2014 at 11:37 PM,  viran...@gmail.com wrote:
 The issue with launching custom application at boot is fixed. Now the only
 problem remaining is optimizing the boot process for faster starting and to
 enable boot splash which I am working on currently. I have ordered a FTDI
 cable to get the details of the boot process over serial console.

 Hi Robert,

 Could you please provide some checklist or suggestions that can help
 optimizing the boot process.

Install systemd

add this to your boot args:

optargs=quiet init=/lib/systemd/systemd

install either conman/wicd to make network connection over
(/etc/network/interfaces)

This should get you within 10-15seconds bootup time.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 12:45 PM,  viran...@gmail.com wrote:
 Hi Robert,

 The defualt init process is systemd. I added connman and wicd, still no
 improvement in boot time. The image takes about a minute to boot.

dump your serial console log to pastebin. (dmesg | pastebinit)


 So instead of removing packages from the image-builder script, I am now
 adding chkconfig and xinit package to the image-builder script. Also I have
 added code to disable lightdm, apache2, xrdp, bonescript, bonescript-autorun
 and cloud9 service and added code to launch my custom java program and
 disable screen blanking.

 When I test it using the image provided by beagleboard.org, the system was
 booting in 15 seconds. Currently image builder is running and it will take
 about 7 to 10 hours to get the new images to test.

 I want to add a boot splash screen to BBB. Would you suggest going for
 psplash or plymouth?

probally plymouth, just never personally tried..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] uBoot Partition is full

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 1:19 PM,  jusrog...@centripetalnetworks.com wrote:
 Ok,

 So, I updated my BBB from 13.04 to 13.10 because of this OpenSSL issue
 vulnerability that is surfacing, but I had an older Kernel installed,
 version 3.8.12-bone17. I pulled down the script to update to 3.8.13-bone40.
 It appeared to update ok, but my entire /boot/uboot partition is full. It
 said in the output that there is no space left. My /boot/uboot partition
 right now doesn't look like that if I were to reboot it, it would recover. I
 also tried running the installer for 3.8.12-bone17, and the files it creates
 in /boot/ are still too big to go into /boot/uboot, cause it looks like I
 have a 2MB partition. My other BBBs have 32MB set aside. Not sure what
 happened, but it could be because the install is so much older. Any recovery
 tips?


My install-me.sh scripts are not compatible with armhf.com partition setup.

Patches welcome:
https://github.com/rcn-ee/farm/blob/master/install-me-template.sh

I assume an initial boot partition setup like:

mmcblk0p1: fat (64M/96M)

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 1:00 PM,  viran...@gmail.com wrote:
 Hi Robert,

 Currently the BBB is booted from the beagleboard provided image and the
 image build is in process. I will upload my logs in 10 hours.

 Even for the beagleboard.org provided images, the following error message is
 being displayed quite often which is little bit annoying.

 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory

 I tried setting up the locale but the message is still persists. Is there a
 way to disable this?

That is taken care of by here:
https://github.com/beagleboard/image-builder/blob/master/scripts/chroot.sh#L438

did you change locals?

To save space, i'm stripping all the non en locales:
https://github.com/beagleboard/image-builder/blob/master/scripts/chroot.sh#L211

If you need yours kept, add it here:

https://github.com/beagleboard/image-builder/blob/master/scripts/chroot.sh#L214

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to enable LCD04 cape on Kernel 3.13.x

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 1:00 PM,  michael.r...@swisscom.com wrote:

 I do see the example line

 cape=lcd04-01

DOH!

Blame me for having a broken default for an example..

I don't have the lcd04-01 static cape done for v3.13.x/v3.14.x yet.

Regards,
-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 2:17 PM,  viran...@gmail.com wrote:
 Hi Robert,

 I am not setting any myself. I only make changes in packages and in
 target/chroot/beagleboard.org.sh to add java and configure xinit. May be
 once the latest image gets ready, the error might be gone. Is this fixed
 recently?

No, that fix has been in for awhile now..  I'm guessing java/xinit may
upset something..  Try running:

dpkg --list | pastebinit

and copying us the pastebin url, so i can try to replicate it and see
if we can fix it.

 Also when I run the gift-wrap-images(doesn't actaully remember the actual
 file name), it creates 4 files having names as BBB-*-blank-*.img.xz,
 bone-*.img.xz, BBB*.img.xz and one tar.gz file. As of now for testing
 purpose I am only using the bone-*.img.gz file and the flasher file. Whats
 the purpose of the Blank and the tar.gz file?

The blank *img, has a specially patched u-boot, to ignore lack of
specific eeprom information, such that CircuitCo/oem can flash a empty
board.  Note it requires a special board connector to un-write-protect
the factory eeprom.

The *.tar.gz is a compressed form of the base rootfs, used to generate
all the *.img files..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to enable LCD04 cape on Kernel 3.13.x

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 2:30 PM,  michael.r...@swisscom.com wrote:
 Sniff, too bad.

 So what are the steps to do it? Take default and merge it with lcd04 or is
 there more magic involved?

For simple things: (usarts/spi/i2c) we can do:

https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.14/patches/dts-bone-capes/0001-capes-ttyO1-ttyO2-ttyO4.patch

For the lcd, something like this
https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.14/patches/static-capes/0002-Added-Argus-UPS-cape-support-BBW.patch

essentially creating another board dtb..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] UART4 stopped working: did not get pins for uart4 error: -19

2014-04-08 Thread Robert Nelson
-boneblack-hdmi-00A0.dtbo' loaded; converting to live tree
 [ 61.772829] bone-capemgr bone_capemgr.9: slot #5: #4 overlays
 [ 61.773958] bone-capemgr bone_capemgr.9: loader: check slot-4
 BB-BONE-EMMC-2G:00A0 (prio 1)
 [ 61.773982] bone-capemgr bone_capemgr.9: loader: after slot-4
 BB-BONE-EMMC-2G:00A0 (prio 1)
 [ 61.774012] bone-capemgr bone_capemgr.9: slot #4: Requesting firmware
 'cape-bone-2g-emmc1.dtbo' for board-name 'Bone-LT-eMMC-2G', version '00A0'
 [ 61.774028] bone-capemgr bone_capemgr.9: slot #4: dtbo
 'cape-bone-2g-emmc1.dtbo' loaded; converting to live tree
 [ 61.774534] bone-capemgr bone_capemgr.9: slot #4: #2 overlays
 [ 61.774704] bone-capemgr bone_capemgr.9: slot #4: Applied #2 overlays.
 [ 61.774719] bone-capemgr bone_capemgr.9: loader: done slot-4
 BB-BONE-EMMC-2G:00A0 (prio 1)
 [ 61.964834] bone-capemgr bone_capemgr.9: slot #5: Applied #4 overlays.
 [ 61.964861] bone-capemgr bone_capemgr.9: loader: done slot-5
 BB-BONELT-HDMI:00A0 (prio 1)


 5. I checked the /dev/ttyO4 settings and made sure they matched the remote
 putty settings.

 ubuntu@ubuntu-armhf:~$ stty -F /dev/ttyO4
 speed 9600 baud; line = 0;
 -brkint -imaxbel


 6. I checked the current capemgr slots:

 ubuntu@ubuntu-armhf:~$ cat /sys/devices/bone_capemgr.*/slots
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI

 7. I checked for any running processes that might be locking the device -
 none were seen:

 ubuntu@ubuntu-armhf:~$ ps waux | grep tty
 root   484  0.0  0.1   3364   708 tty4 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty4
 root   486  0.0  0.1   3364   708 tty5 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty5
 root   491  0.0  0.1   3364   708 tty2 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty2
 root   494  0.0  0.1   3364   708 tty3 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty3
 root   497  0.0  0.1   3364   708 tty6 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty6
 root   573  0.0  0.1   3364   708 tty1 Ss+  19:07   0:00 /sbin/getty
 -8 38400 tty1
 root   574  0.0  0.1   1612   636 ttyO0Ss+  19:07   0:00 /sbin/getty
 115200 ttyO0
 ubuntu 772  0.0  0.1   3116   712 pts/0S+   19:24   0:00 grep
 --color=auto tty


 8. I tried to disable the HDMI interface but couldn't find a way that would
 work.

Add to your bootargs:
capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN


-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: UART4 stopped working: did not get pins for uart4 error: -19

2014-04-08 Thread Robert Nelson

 ubuntu@ubuntu-armhf:~$ cat /boot/uboot/uEnv.txt
 optargs=fixrtc capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN
 loadfdt=ext4load mmc ${mmcdev}:2 ${fdtaddr} /boot/dtbs/${fdtfile}
 loaduimage=mw.l 4804c134 fe1f; if ext4load mmc 0:2 ${loadaddr}
 /boot/zImage; then mw.l 4804c194 0120; echo Booting from external
 microSD...; setenv mmcdev 0; else setenv mmcdev 1; if test $mmc0 = 1; then
 setenv mmcroot /dev/mmcblk1p2 rw; fi; ext4load mmc 1:2 ${loadaddr}
 /boot/zImage  mw.l 4804c194 00c0; echo Booting from internal eMMC...;
 fi
 mmcboot=run mmcargs; bootz ${loadaddr} - ${fdtaddr}
 uenvcmd=i2c mw 0x24 1 0x3e; run findfdt; if test $board_name = A335BNLT;
 then setenv mmcdev 1; mmc dev ${mmcdev}; if mmc rescan; then setenv mmc1 1;
 else setenv mmc1 0; fi; fi; setenv mmcdev 0; mmc dev ${mmcdev}; if mmc
 rescan; then setenv mmc0 1; else setenv mmc0 0; fi; run loaduimage  run
 loadfdt  run mmcboot

After re-booting the HDMI entry still appeared in the capemgr slots:

 ubuntu@ubuntu-armhf:~$ cat /sys/devices/bone_capemgr*/slots
  1: 55:PF---
  2: 56:PF---
  3: 57:PF---
  4: ff:P-O-L Bone-LT-eMMC-2G,00A0,Texas Instrument,BB-BONE-EMMC-2G
  5: ff:P-O-- Bone-Black-HDMI,00A0,Texas Instrument,BB-BONELT-HDMI


So this doesn't appear to work.

Is it correctly passed to the kernel? verify with:

cat /proc/cmdline

Regards

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Finally : did someone succeeded to have a Qt GUI app ?

2014-04-08 Thread Robert Nelson
On Tue, Apr 8, 2014 at 4:16 PM, David Lewin dlewin...@gmail.com wrote:
 Thanks for your answer Hal.
 I succeeded to build apps on my PC but the failing part is when
 cross-compiling from PC and executing it to BBB.
 Does this mean that a Qt application can only be developped from the board ,
 instead of QtCreator on PC as usual ?

Debian is using the armhf abi, so make sure your cross compiler is
of the gnueabihf variety..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] USB mass storage on BeagleBone shown as mass storage under Windows

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 3:17 AM,  ibinsdaha...@gmail.com wrote:
 Hi,

 I have a normal white BeagleBone with Debian and I'm trying to show a USB
 mass storage, which is connected to the BB, as mass storage, if I connect
 the BB to a PC.
 At the moment, if I connect it to a PC, there is only a small part of the BB
 shown as mass storage (/boot/uboot/). This part has only about 80 mb. My aim
 is to show a on the BB mounted USB mass storage on the PC.

 I already managed to mount the USB device on the BB, than mount an image on
 the device an show this image under a linux distribution. If I do the same
 with a windows PC, it fails to install the drivers and  nothing is shown.

 And there is another problem: I don't have admin rights so I'm not allowed
 to install any software or drivers because it's a PC from my company. On the
 BB I could do everything.

 Can somebody please help me or give some advice?

The partition shown over the usb interface is defined in:

/opt/scripts/boot/am335x_evm.sh

https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L71

file=${gadget_partition}

So if you want to pass a usb flash drive, use: file=/dev/sda1

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Tue, Apr 8, 2014 at 11:38 PM,  viran...@gmail.com wrote:
 Hi Robert,

 The new image is built now. I tried giving apt-get install parted and got
 the following output.

 ==
 root@beaglebone:~# apt-get install parted
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Suggested packages:
   parted-doc
 The following NEW packages will be installed:
   parted
 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
 Need to get 156 kB of archives.
 After this operation, 247 kB of additional disk space will be used.
 Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 [156
 kB]
 Fetched 156 kB in 2s (56.1 kB/s)
 perl: warning: Setting locale failed.
 perl: warning: Please check that your locale settings:
 LANGUAGE = (unset),
 LC_ALL = (unset),
 LANG = en_IN
 are supported and installed on your system.
 perl: warning: Falling back to the standard locale (C).

 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Selecting previously unselected package parted.
 (Reading database ... 56565 files and directories currently installed.)
 Unpacking parted (from .../parted_2.3-12_armhf.deb) ...
 Processing triggers for man-db ...

 locale: Cannot set LC_CTYPE to default locale: No such file or directory
 locale: Cannot set LC_MESSAGES to default locale: No such file or directory
 locale: Cannot set LC_ALL to default locale: No such file or directory
 Setting up parted (2.3-12) ...
 ===

 As you can see I am getting warning messages about locales. I haven't
 manually set the LANG to en_IN. I guess I have to include all the locales to
 shut this message down as I am building this image for one of my client and
 not for myself.

So with the image's on rcn-ee.net

root@beaglebone:~# apt-get install parted
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  parted-doc
The following NEW packages will be installed:
  parted
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 156 kB of archives.
After this operation, 247 kB of additional disk space will be used.
Get:1 http://ftp.us.debian.org/debian/ wheezy/main parted armhf 2.3-12 [156 kB]
Fetched 156 kB in 1s (126 kB/s)
Selecting previously unselected package parted.
(Reading database ... 58347 files and directories currently installed.)
Unpacking parted (from .../parted_2.3-12_armhf.deb) ...
Processing triggers for man-db ...
Setting up parted (2.3-12) ...

Did you change LANG yourself? Or i wonder if the script is copying
your build LANG settings???

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 9:27 AM,  viran...@gmail.com wrote:
 Hi Robert,

 As already mentioned in the previous comment, I am not setting lang myself.
 Its automatically coming as en_IN

Weird, i should setup another vm, with a different locale and see if i
can fix that..

 If i disable the line that is removing extra locales, how much more space
 will be required.

I'm not really sure anymore, been doing that for awhile.. So here's a
quick disable option:

https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh#L418

rfs_strip_locales=${rfs_strip_locales:-enable}

Just comment it out to disable..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 2:44 PM,  viran...@gmail.com wrote:
 Hi Robert,

 Here is the pastebin of one of my custom built image's dmesg output.
 http://paste.debian.net/92787/

 As you can see in the log, there is no log from around 6 second in the boot
 process to 70 second of the boot process. For this time, the BBB just
 doesn't respond and after that it resumes booting.

 For this image I have removed connman, wicd at image creation time but have
 added them back after booting for the first time. The image still takes
 around a minute to boot. http://paste.debian.net/92791/ is the pastebin url
 with connman

 Please help me in optimizing boot timing.

Two things come to mind...  openssh-server key regeneration: (this
only occurs on the first boot)

root@beaglebone:~# rm -rf /etc/ssh/ssh_host_*
root@beaglebone:~# time dpkg-reconfigure openssh-server
Creating SSH2 RSA key; this may take some time ...
Creating SSH2 DSA key; this may take some time ...
Creating SSH2 ECDSA key; this may take some time ...
[ ok ] Restarting ssh (via systemctl): ssh.service.

real 0m13.760s
user 0m10.813s
sys 0m0.893s

but the other 50 some seconds..

So factory image: (wicd)
http://paste.debian.net/92793/

btw, systemd provides a nice tool to help debug this:

systemd-analyze

Using:
systemd-analyze blame

http://paste.debian.net/92798/

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Kernel 3.14, I cannot find uio_pruss module.

2014-04-09 Thread Robert Nelson
On Wed, Apr 9, 2014 at 7:36 PM, Sungjin Chun chu...@gmail.com wrote:
 After upgrade to Kernel 3.14 (Arch Linux ARM) which uses
 http://rcn-ee.net/deb/sid-armhf/v3.14.0-bone0/
 I cannot find uio_pruss kernel driver.

 How can I fix this?

Did you enable it in the config?


-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Disable autologin and lightdm on the BeagleBoard.org Latest Debian Firmware Image

2014-04-10 Thread Robert Nelson
On Thu, Apr 10, 2014 at 7:25 PM,  halhe...@gmail.com wrote:
 Hello,
 I lately decided to install the latest BeagleBoard.org Debian FIrmware image
 on the Beaglebone Black (MicroSD version). When the image boots it
 automatically logs into LXDE. I'd like to disable autologin and have the BBB
 boot to the command line; with the option of starting LXDE later as needed
 with the startLXDE command. What do I have to do to make these
 modifications?

These are the changes down to lightdm to make it autologin:

https://github.com/beagleboard/image-builder/blob/master/target/chroot/beagleboard.org.sh#L109

Disable the lightdm service, then it shouldn't start on bootup.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Why is usb0 configured?

2014-04-11 Thread Robert Nelson
On Fri, Apr 11, 2014 at 10:30 AM,  xdong...@gmail.com wrote:
 May I ask where do you find run_boot-scripts? I'm working on a BeagleBone
 Black and I can't find this file.

/boot/uboot/run_boot-scripts

btw, i've nuke that file interface on later images..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Why is usb0 configured?

2014-04-11 Thread Robert Nelson
On Fri, Apr 11, 2014 at 10:41 AM,  xdong...@gmail.com wrote:
 I installed an image which is BBB-eMMC-flasher-ubuntu-13.10-2014-02-16-2gb.
 Probably that's why I didn't find the file. I want to change the default ip
 address for usb0. I found out that in the script
 /opt/scripts/boot/am335x_evm.sh there is one line to setup the port. Can I
 change it there? will it work?

Yeap, but also /etc/network/interfaces... (don't ask why i do it in
both places..)

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] BBB Debian compile problem

2014-04-11 Thread Robert Nelson
On Fri, Apr 11, 2014 at 11:39 AM, Doug d...@crompton.com wrote:
 Running Beagle Black with latest Debian release. I am trying to compile a
 couple of programs against kernel source and I am having a problem.

 I used the bb-get-rcn-kernel-source.sh script to download the kernel
 headers, source and apply patches. The kernel is linux-3.8.13-bone43 which
 matches uname -r  = 3.8.13-bone43.

 This all goes well. I am compiling dahdi 2.9.1.1  and asterisk.  Patches are
 applied successfully to dahdi before compile and the asterisk is custom. For
 this reason neither package can be download as a binary package they must be
 compiled from source. The compilations and installs go fine except in the
 case of dahdi it put the modules in  /lib/modules/3.8.13   and not
 3.8.13-bone43. where the rest of the kernel modules are. Dahdi does not work
 unless I move the modules to /lib/modules/3.8.13-bone43.and then do a depmod
 -a 3.8.13-bone43.

 OK so far so good. Asterisk compiles and installs fine. When I run it
 crashes usually within about a half hour. Up until it crashes the
 application seems to work. All tests I have done show no messages and memory
 checks show nothing strange before the crash. The crash is immediate. It
 just stops working and heartbeat LED stops. I have been pulling my hair out
 as to what this is. This package does work. I have it working on the RPi and
 a Debian PC.

Lets see, serial console dead, no ethernet, led's stop... That sounds
similar to the gtk2 lockup bug.

http://bugs.elinux.org/issues/49

I'm waiting for a reply from the ti hardware guys..


 My questions is this, does using the bb-get-rcn-kernel-source.sh script
 accurately prepare the source and headers to match the current system? If so
 why does the dahdi compile insist on putting the modules in 3.8.13 leaving
 the -bone43 off? Could this be a potential problem indicating I am not
 matching the running kernel in my compiles? I am trying to look at all
 possibilities.

add: LOCALVERSION=-bone43 to the make call, it's not set in the
Makefile so it won't get picked up automatically.



 Perhaps I should compile the kernel from the source I have downloaded,
 install it and then recompile against that.

 Is there a written procedure for installing a compiled Debian kernel on the
 BBB?

 Any insight on this would be appreciated.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Bug in github.com/beagleboard/kernel/tree/3.8

2014-04-13 Thread Robert Nelson
On Sun, Apr 13, 2014 at 11:21 AM, djerome djer...@crosslinux.org wrote:
 Hmm; no reply and no fix in github...

 Do you not believe me? Do you not care? Is there something I can read to
 help me understand (got link)?

Personally i have that patch disabled:

https://github.com/RobertCNelson/linux-dev/blob/am33x-v3.8/patch.sh#L706

It probably fixes an issue when built inside Angstrom.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Custom built debian flasher Image not working

2014-04-13 Thread Robert Nelson
On Sun, Apr 13, 2014 at 11:07 AM, Gunjan Gupta viran...@gmail.com wrote:
 Hi,

 Alright, got it was due to my keyboard being plugged in. Its strange though
 that this can be a issue while flashing.

You probably ran out of power.  rsync (which is used) will fully
utlize both the eMMC and microSD during the procedure.  Any random
loss of power will make the script fail.

Like the directions say, only connect dc power, no capes, no usb
devices, (ethernet is fine), to guarentee 100% flashing.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Help Needed : Custom built debian image

2014-04-13 Thread Robert Nelson
On Sun, Apr 13, 2014 at 11:11 AM, Gunjan Gupta viran...@gmail.com wrote:
 Hi Robert,

 Though I am commenting the rfs locale strip=enable line. but its still
 generating only en_US.UTF8 locale. How to force it to generate all locales
 (other than executing dpkg-reconfigure)?

The rfs strip option, just disables removing the pre-compute-locale
info, we still only generate one locale.

If you want them all, also add: locales-all to the package list..
Of course, It'll cost you about 120MB of space..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Bad Linux ARM zImage magic

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 11:22 AM,  mac...@msn.com wrote:
 Hi All,

 Here's my latest update regarding building a 3.13.9-bone9 bootable image.
 Again, I want to thank Robert Nelson, Jason Kridner and everyone that has
 contributed to the BBB/Debian effort. This was a big improvement for me.

 I did get Debian 3.13.9 running last night. I am trying to integrate devices
 with the BBB and it was recommended that in order to complete the
 integration I should perform the build and upgrade. But first I needed to
 put together the cross compiler development platform. I didn't didn't have
 one other than Windows 7, Eclipse, GNU toolchain and Putty. I went the dual
 boot route by adding Ubuntu to may second SSD.

 As mentioned above I tried to perform the steps outlined in this link
 http://eewiki.net/display/linuxonarm/BeagleBone . The difficulties I had are
 documented earlier in this thread. Those issues were part of my learning
 curve and having the correct packages loaded in the correct directory
 structure. I own those issues.

Well hat's the wrong page for the BBB and hence why the uEnv.txt did not work..

For the BeagleBone black use:
http://eewiki.net/display/linuxonarm/BeagleBone+Black

Not sure how much clearer i can make it..:
http://eewiki.net/display/linuxonarm/BeagleBone#BeagleBone-uEnv.txtbasedbootscript

Quote: This will not work on the BeagleBone Black with the default
firmware in eMMC: for that device use: BeagleBone Black

 However, in those instructions there are patches applied to u-boot. After
 the patch, many environmental variables are set in AM335x_evm.h. Some of
 those variables are load addresses for zImage. Other variables are
 defined/set in uEnv.txt. This was important all day yesterday because u-boot
 wouldn't load the zImage or fdtload. It can become confusing trying to
 understand the uImage/zImage concept when you go back and forth between the
 code and running uboot. BTW, none of this troubleshooting would have been
 possible without at least a serial - USB converter and Putty running a
 serial connection. Need to learn u-boot as part of the process as well.
 Using printenv and comparing the environmental variables to the values
 defined/set in the u-boot patch (AM335x_evm.h) was insightful.

 So, to finish the build discussion, I ended up using ./build_kernel.sh and
 ./install_kernel.sh. I think ./install_kernel.sh is still a work in progress
 as can be determined by looking at the conditional code surrounding zImage.

That's called making the script generic and supporting legacy
platforms.  PS the directions on the wiki never state to use the
./tools/install_kernel.sh script, that's cheating.. ;)

 But it works and the pesky edits and cp -v of fstab, inittab et. al. found
 in the '//eewiki.net/' are now included in the shell (build/install). Life
 is simpler for that. Butlet's go back to the patches referenced in
 the '//eewiki.net/' link that are applied to u-boot and also to uEnv.txt.

 In a nutshell, variables such as loadaddr are set in AM335x_emv.h if you
 apply the patch. Yet they appear to be changed in uboot when you compare the
 contents of the dump when you perform printenv. It was interesting because
 according to uboot quit with the unable to load zImage running from the
 uEnv.txt command file. Interesting because some of those variables aren't
 defined or set in uEnv.txt and are different than what was defined in the
 u-boot patch. What was more curious was the skeletal uEnv.txt command file
 from the wiki link. At the end of the day, here's how I got things to work.
 I booted my Win7 machine and copied the latest Debian build (v3.8) to one of
 my SD cards. I ran my BBB to check that it worked. Shutdown my BBB and
 removed the card. I rebooted my development platform out of Win7 and into
 Ubuntu. Placed the sdcard into a reader and compared the uEnv.txt file in
 the ~/linux-dev/deploy path against what was on the sdcard. Well, I almost
 fell out of my chair.

 I had a I wonder if moment and copied the uEnv.txt file from the sdcard
 (w/Debian v3.8) to my desktop and then swapped sdcards (w/Debian v3.13.9)
 and copied the much different  uEnv.txt file from my desktop to the sdcard.
 After placing the sdcard into the BBB I started the BBB. Now everything
 booted correctly (Debian v3.13.9).

 I hope that someone benefits from my mistakes and my discoveries.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Bad Linux ARM zImage magic

2014-04-14 Thread Robert Nelson
On Fri, Apr 11, 2014 at 7:07 PM,  mac...@msn.com wrote:
 I went back and started from scratch with u-boot. It looks like it had build
 errors.

 git clone git://git.denx.de/u-boot.git
 Cloning into 'u-boot'...
 remote: Counting objects: 253022, done.
 remote: Compressing objects: 100% (49006/49006), done.
 remote: Total 253022 (delta 202954), reused 249594 (delta 199777)
 Receiving objects: 100% (253022/253022), 60.92 MiB | 5.80 MiB/s, done.
 Resolving deltas: 100% (202954/202954), done.
 victoryred@WorkStation:~$ cd u-boot
 victoryred@WorkStation:~/u-boot$ git checkout v2014.04-rc3 -b tmp
 Switched to a new branch 'tmp'
 victoryred@WorkStation:~/u-boot$ wget -c
 https://raw.github.com/eewiki/u-boot-patches/master/v2014.04-rc3/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch
 --2014-04-11 16:41:52--
 https://raw.github.com/eewiki/u-boot-patches/master/v2014.04-rc3/0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch
 Resolving raw.github.com (raw.github.com)... 199.27.79.133
 Connecting to raw.github.com (raw.github.com)|199.27.79.133|:443...
 connected.
 HTTP request sent, awaiting response... 200 OK
 Length: 4886 (4.8K) [text/plain]
 Saving to: `0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch'

 100%[]
 4,886   --.-K/s   in 0.001s

 2014-04-11 16:41:52 (7.62 MB/s) -
 `0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch' saved [4886/4886]


 patch -p1  0001-am335x_evm-uEnv.txt-bootz-n-fixes.patch
 patching file include/configs/am335x_evm.h
 patching file include/configs/ti_armv7_common.h
 victoryred@WorkStation:~/u-boot$ make ARCH=arm CROSS_COMPILE=${CC} distclean
 victoryred@WorkStation:~/u-boot$ make ARCH=arm CROSS_COMPILE=${CC}
 am335x_evm_config
 Configuring for am335x_evm - Board: am335x_evm, Options:
 SERIAL1,CONS_INDEX=1,NAND
 victoryred@WorkStation:~/u-boot$ make ARCH=arm CROSS_COMPILE=${CC}
   GEN include/autoconf.mk.dep
 cc1: error: bad value (armv5) for -march= switch
   GEN include/autoconf.mk
 cc1: error: bad value (armv5) for -march= switch
   CHK include/config/uboot.release
   UPD include/config/uboot.release
   CHK include/generated/version_autogenerated.h
   UPD include/generated/version_autogenerated.h
   CHK include/generated/timestamp_autogenerated.h
   UPD include/generated/timestamp_autogenerated.h
   HOSTCC  scripts/basic/fixdep
   CC  lib/asm-offsets.s
 lib/asm-offsets.c:1:0: error: bad value (armv5) for -march= switch
 make[1]: *** [lib/asm-offsets.s] Error 1
 make: *** [prepare0] Error 2

Thus you never set CC to the cross compiler referenced..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Debian, Bluez and a Sony PS3 Sixaxis Controller

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 11:41 AM,  mac...@msn.com wrote:
 I upgraded my Debian v3.8 to v3.13.9 so that I could plug a powered USB hub
 into the BBB USB host so that I could plug a Rocketfish BT dongle and my
 Sony sixaxis concurrently for pairing. Otherwise you can only plug one
 device into the USB host at a time. I think there is more to do to support
 USB. Long story short in Debian v3.8 my Rocketfish dongle was correctly
 identified. In Debian v3.13.9 I get the following-

 root@arm:/# dmesg |tail
 [ 1223.364177] usb 2-1: new full-speed USB device number 4 using musb-hdrc
 [ 1276.911353] Bluetooth: Core ver 2.17
 [ 1276.911471] NET: Registered protocol family 31
 [ 1276.911482] Bluetooth: HCI device and connection manager initialized
 [ 1276.911532] Bluetooth: HCI socket layer initialized
 [ 1276.911549] Bluetooth: L2CAP socket layer initialized
 [ 1276.911578] Bluetooth: SCO socket layer initialized
 [ 1276.944459] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
 [ 1276.944480] Bluetooth: BNEP filters: protocol multicast
 [ 1276.944530] Bluetooth: BNEP socket layer initialized
 root@arm:/# hcitool dev
 Devices:
 root@arm:/# [ 1349.186393] usb 2-1.1: device v0a5c p4502 is not supported
 [ 1349.396415] usb 2-1.2: device v0a5c p4503 is not supported
 [ 1349.606618] usb 2-1.3: device v0461 p4d75 is not supported

That looks like you didn't copy the modules to the rootfs..

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Re: Bad Linux ARM zImage magic

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 12:24 PM, William Hermans yyrk...@gmail.com wrote:
 One thing I am finding unclear in your latest instructions Robert.

 Under the root file system heading .  .

 optargs=quiet init=/lib/systemd/systemd

Yeah, i haven't documented the systemd stuff very well on those pages.


 Now I suspect I know what this is for and how to use it, but someone else
 may not. By the way your comments section of that site is completely
 terrible now days. Neither firefox, nor chrome on my system here could load
 your text editor. Just sat there loading indefinitely.

Yeap, and every new comment, just makes those pages worse.  That's why
I moved the comments into their own pages about a year ago. The mysql
server really struggles with them.  I'm tempted to start purging
old-outdated comments.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Creating a boot sd from an img file

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 1:54 PM, JBodine jbodine90...@gmail.com wrote:
 Using a BBB revision B, I've followed standard instructions for copying the
 Angstrom distro to a micro SD card from a Windows 7 machine.  It works and I
 can boot from the SD card, I've done this with both 16gb  32gb micro sd
 cards.  First, I format the sd card so I have an empty card with a single
 partition of 16gb free.   The problem is that after Win32DiskImager copies
 the img file to the card, I'm always left with an sd card that has only 70mb
 total space and only a few meg of available space.  If I look at the sd card
 in Windows Computer Management, it shows the active partition of 71mb,
 another empty partition of 3.33gb and 12gb of unallocated space.   Is there
 another tool besides Win32DiskImager or something else I can look at?

in linux you can use a tool called gparted to expand the 2nd
ext4 partition.  Your windows machine doesn't understand what it's
seeing.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Creating a boot sd from an img file

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 2:09 PM, JBodine jbodine90...@gmail.com wrote:
 Thanks for the reply.   When I boot the BBB with one of these cards I've
 created, Angstrom only sees a single 70mb partition, if it's just windows
 having the problem, shouldn't my BBB show the entire 16gb partition?

It'll see a 70mb boot partition and a 3.7GB root partition. Use
gparted to expand the 2nd 3.7GB root partition.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Creating a boot sd from an img file

2014-04-14 Thread Robert Nelson
On Mon, Apr 14, 2014 at 3:18 PM, JBodine jbodine90...@gmail.com wrote:
 Ok, I don't want to beat this to death but what about the other 10gb?

Use gparted to expand the 2nd 3.7GB root partition to the full
disk size...

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] Not enough space when using Debian on eMMC

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 8:40 AM,  breme...@gmail.com wrote:
 Hello there,
 I have recently installed the latest Debian image in the eMMC Flash memory.
 Everything works fine, apart from that i cant install any new packages
 because the system says that there is not enough space for it anymore.

 Is this image really supposed to fill all free memory and no new packages
 can be installed or is there anything i can do about it? Any help would be
 really aprichiated!

Yes, once we add every package requested to be in the default
image, there is not a lot of space left. (200 - 300Mb last i looked.)

So.. remove what you don't need or use a big microSD card.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Here is the BeagleBone Debian (rc) image you want to test (2014-04-14)

2014-04-15 Thread Robert Nelson
Here we go... Last chance! ;)

New Capes:
universal cape, weather 2, cryto (once boot, install tpm-tools)

So please continue to use the bug tracker:
http://bugs.elinux.org/projects/debian-image-releases

So the images are linked to from here:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-04-14

and the full changelog/tweaklog:
http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-04-14_Changes

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] Re: Here is the BeagleBone Debian (rc) image you want to test (2014-04-14)

2014-04-15 Thread Robert Nelson
On Tue, Apr 15, 2014 at 12:03 PM, Jason Kridner jkrid...@gmail.com wrote:
 On Tue, Apr 15, 2014 at 12:55 PM, Robert Nelson robertcnel...@gmail.com 
 wrote:
 Here we go... Last chance! ;)

 New Capes:
 universal cape, weather 2, cryto (once boot, install tpm-tools)

 So please continue to use the bug tracker:
 http://bugs.elinux.org/projects/debian-image-releases

 So the images are linked to from here:
 http://elinux.org/Beagleboard:BeagleBoneBlack_Debian#2014-04-14

 Uploading to S3 for more bandwidth now. One uploaded, should I replace
 the mirror links?

For now, I'd leave the mirror links.. Even thou that server is cross
country for me, for some reason s3's about half as fast.

Regards,

-- 
Robert Nelson
http://www.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.
For more options, visit https://groups.google.com/d/optout.


<    2   3   4   5   6   7   8   9   10   11   >