RE: [beagleboard] Load address for beagle bone.

2016-12-20 Thread g4
Hello, With a 4.8 mainline kernel zImage I use fdtaddr=0x8800 loadaddr=0x8200 HTH From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Madhu K Sent: 20 December 2016 06:23 To: BeagleBoard Cc: Madhu babu Subject: [beagleboard] Load address f

RE: [beagleboard] Beaglebone Black CPU Frequency

2015-08-03 Thread g4
> I'm using the Beaglebone Black and wanted to increase the performance by > setting the govenor to performance mode. After installing the cpufrequtils in > bone-debian-8.1-console- > armhf-2015-07-19-2gb.img I found a maximum frequency of 720MHz where I was > expecting 1GHz: Tried it as root?

RE: [beagleboard] Audio cap & Linux version 4.1.3-ti-r6.2

2015-07-31 Thread g4
Hi Micka > looks like that my config is good . But I can't figure out, where i'm > blocked I am having the same problem with 4.1.0 > Do you know who call the function soc_pcm_prepare ? http://lxr.free-electrons.com/source/sound/soc/soc-pcm.c#L698 I will try and repeat the same exerci

RE: [beagleboard] cape-universal & 4.1.x = default.. ;)

2015-07-23 Thread g4
> > Pushed: > > https://github.com/RobertCNelson/Bootloader- > Builder/commit/92a2bb7cce78b7d8b265b0ac70bb7fcc0f4b444b > Ideal. Cheers. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" grou

RE: [beagleboard] cape-universal & 4.1.x = default.. ;)

2015-07-23 Thread g4
> > I guess we could do: ${tftp_dir} > > + "tftp ${loadaddr} ${tftp_dir}/${bootfile}; " \ "tftp ${fdtaddr} > + ${tftp_dir}/dtbs/${fdtfile}; " \ > > (uname_r) > + "tftp ${loadaddr} ${tftp_dir}/vmlinuz-${uname_r}; " \ "tftp ${fdtaddr} > + ${tftp_dir}/dtbs/${uname_r}/${fdtfile}; " \ Yep, that's wh

RE: [beagleboard] cape-universal & 4.1.x = default.. ;)

2015-07-22 Thread g4
Hi > "root_dir=/home/userid/targetNFS\0" \ > Just set each bbb to have a different "root_dir=" .. Yep, I get (and do) that for NFS. But can you do the same with TFTP booting? Is there a TFTP root dir var? TAIA -- For more options, visit http://beagleboard.org/discuss --- You received this

RE: [beagleboard] cape-universal & 4.1.x = default.. ;)

2015-07-22 Thread g4
Cool, thanks. > > Not really, as with uEnv.txt your free to update any variable and create > variables... > > For boot order you can take a look at this: > http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 That's one of the critters ... > > But the real important one is: > > "mmc

[beagleboard] kgdb amd kernel debugging? Which serial config to use?

2015-07-22 Thread g4
One for the panel. If anyone is doing kernel work then are you using kgdb or printk's? With the 4.1 kernel I can get kdb to work in a SSH session with a connection via the serial port header but not from a remote GDB. If anyone has got remote kgdb working could they share details of which por

RE: [beagleboard] cape-universal & 4.1.x = default.. ;)

2015-07-22 Thread g4
Hi Robert, > I'd like to enable cape-universal by default on bootup, under the conditions > that: > > /boot/uEnv.txt > no custom dtb= is defined > no custom cape_enable= is defined Is there a document anywhere which describes the hierarchy of the uEnv files and how they define/override bootin

RE: [beagleboard] kernel 4.1.2-bone 12, how to edit default cmdline

2015-07-14 Thread g4
> System starts with > 0.00] Kernel command line: console=ttyO0,115200n8 > root=UUID=250d80ed-1acd-4cc5-906f-2af2805ff23d ro rootfstype=ext4 rootwait > fixrtc > even if there is nothing defined in uEnv.txt Permanently or just once in a while? See u-boot.cfg in u-boot repo for the default

RE: [beagleboard] robustness BBB

2015-07-13 Thread g4
> I'm working for a wind turbine manufacturer, and I want to set up a > super-robust data acquisition system. Basically it needs to: Fun! > - receive about 200 channels, single precision, 10-50 Hz through wired network > - store data for some time (I need about 128 GB storage ideally) > - proces

RE: [beagleboard] Problem: A start job is running for LSB ... [fixed]

2015-07-10 Thread g4
OK. So I finally got this all working (with the Debian Jessie RFS no less) by exporting a file system for each target board. So overall directory structure is something like this: /home/bone/tftp <-- vmlinuzXXX and /dtbs/ for TFTP boot /home/bone/ <- 1st NFS root file system export /home/bon

RE: [beagleboard] Problemas para comunicar com o Baud Rate 5760

2015-07-10 Thread g4
+1 for community service. > -Original Message- > From: beagleboard@googlegroups.com > [mailto:beagleboard@googlegroups.com] On Behalf Of Peter Hurley > Sent: 10 July 2015 15:07 > To: beagleboard@googlegroups.com > Subject: Re: [beagleboard] Problemas para comunicar com o Baud Rate 5760 >

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
> @g4 Also if you are unable to resolve this problem otherwise. You can try to > setup static IPs for each individual BBB, and then make 3 seperate NFS > exports in the NFS exports file. > These exports could link to the same directory, but would need to be > preceeded by a sta

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
> and the Debian "Wheezy" 8.x works fine under nfs.. OK. I will have to give that a shot. Are there any issues using with the 4.1.0 kernel? -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" g

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
> So you see the dhcp request, bump up the logging level on your dhcp server, > look at it's logs. Could be a config issue with dpcp server. Agreed. But I'm going to have to rewire my network with a more dev. friendly DHCP server. Right now it's all being allocated by a BT ADSL router. > Doe

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
I got down to the stage of using Wireshark to trace the DHCP requests made during boot. The good board issues one, immediately gets an address and proceeds to the TTY. The others issue 2 DHCP requests that are never acknowledged, despite apparently continuing to retry (as per the serial log con

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
> and pstree for that mater. Sadly no can do. The 2 that do not boot will not boot at all. Ever. -- 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 st

RE: [beagleboard] Problem: A start job is running for LSB ...

2015-07-09 Thread g4
> > He's got the jessie image, which has systemd. ( i thought systemd/nfs would > just not be working period, so i had kept my mouth shut when he got it > working.. ) > Yep. The Jessie minimal image. -- For more options, visit http://beagleboard.org/discuss --- You received this message beca

[beagleboard] Problem: A start job is running for LSB ...

2015-07-08 Thread g4
3 B3s all same rev all running 4.1.0-bone9 configured identically to boot via TFTP/NFS (not all at the same time I hasten to add). 1 machine works perfectly. The other 2 both reach the same point then hang. Any thoughts? TAIA [0.00] Booting Linux on physical CPU 0x0 [0.00]

RE: [beagleboard] Updating Debian SD With Cross-Compiled Kernel

2015-07-07 Thread g4
Hello. > My goal is to cross compile a custom kernel on my Linux PC and update the > necessary items on the Debian SD card. > So I got the 4.1.1 Linux kernel from here: > git clone git://github.com/beagleboard/linux.git The following is very instructive and will also play nicer with the e

RE: [beagleboard] Re: Confused with BB-SPI1-01-00A0.dts example

2015-07-07 Thread g4
Hello Emile > It turns out that reading from D0 doesn't work unless RXACTIVE=1 for the SCLK > signal. This comment from hipstercircuits confirms this. That answers my > question #1. > In now have this in my dts file, and both reading and writing seem to work ok: > pinctrl-single,pins = < 0

RE: [beagleboard] Debugging Audio Cape configuration

2015-07-04 Thread g4
Hi all, > Thanks William. I read that thread (which has more to do with Audio Cape's > conflicts with the LCD Cape) and tried on a whim just commenting out pins 18 > and 19, plus renaming the > dtbo to BB-BONE-AUDI-03 but nothing changed... P9_28 is still flat when > playing sound. I'm using

RE: [beagleboard] NFS root. Cannot log in ... [solved]

2015-07-04 Thread g4
OK. This is now all working. For anyone else who wants to use TFTP+NFS: # in /nfs/exports we need to use the no_xxx_squash options else both root+normal users get mapped to nobody # without *both* options set neither root nor normal users can log in /home/path/to/rootfs (rw,sync,no_subtree_

[beagleboard] NFS root. Caanot log in ...

2015-07-03 Thread g4
So this is odd. Using TFTP boot and an export NFS file system, board boots and initializes correctly. I then get the usual prompt: Debian GNU/Linux 8 arm ttyO0 default username:password is [debian:temppwd] arm login: debian Password: But the login fails. Is there anything else that needs

RE: [beagleboard] how to use python ?? ( on BBB)

2015-07-03 Thread g4
> My kirnel bersion is 3.8.13 and I'm using Angstrom Linux > sudo is not command in Angstrom > how can i use python ?? LED is not working Cannot recall if Angstrom uses opkg. Assume that is name of package manager Log in as root. Opkg Update packages Opkg install sudoers Add user to sudoe

RE: [beagleboard] Debugging Audio Cape configuration

2015-07-02 Thread g4
> I ran all steps as given by the instructions > (http://elinux.org/CircuitCo:Audio_Cape_RevB) including installing a new DT > overlay, disabling HDMI and adding to the slots file. >Then I try speaker-test -D default:EVM and put an oscilloscope on pin >P9_28. No waveform comes out. This shoul

[beagleboard] and now for NFS :)

2015-07-02 Thread g4
OK, the saga continues. We are getting close here, I am sure. I am getting a TFTP boot and a NFS root file system. One serious issue J I cannot log in! Both debian and root users fail. The rfs is debain Jessie and I've cleared any root password stuff from /etc/shadow jevans@nfshost# cat bon

RE: [beagleboard] TFTP boot

2015-07-02 Thread g4
Hi Robert > > #summary, simplified uEnv.txt with > > uname_r=4.1.0-bone9 > > > > client_ip=192.168.1.111 > > server_ip=192.168.1.115 > > gateway=192.168.1.254 Thanks again. Awesome. Those key changes certainly make a difference. It looks like I'm now booting via T

RE: [beagleboard] TFTP boot and NFS?

2015-07-01 Thread g4
> Yeap, client_ip is the magic uEnv.txt variable. That's the hint for the state > loop to run thru the nfs function.. Ah!. Now that makes sense of some of the apparent insanity :) I'm guessing that I'm reading stuff that has slipped out of currency ... -- For more options, visit http://beagle

RE: [beagleboard] TFTP boot and NFS?

2015-07-01 Thread g4
Hello William. Thanks. > For starters, we'd need to see your uEnv.txt file. After that, while it is > possible to troubleshoot an issue like this without a serial debug cable( > I've done it, and it is not any fun ). You'd > have to be very meticulous, > and know exactly how the process wor

[beagleboard] TFTP boot and NFS?

2015-07-01 Thread g4
I am having some serious problems getting TFTP boot to work. Apparently no problems accessing a zImage or .dtb from other machines on the network. The bone on the other hand plain nuts. Need to investigate further. 1 question. Saveenv appears to be disabled in the current u-boot build. Any reas

RE: [beagleboard] 3.8.13bone70, LCD/Audio bust?

2015-06-30 Thread g4
Thanks. Yes. Bone50. And good point. I’d forgotten how much has changed since then. From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Colin Bester Sent: 30 June 2015 19:31 To: beagleboard@googlegroups.com Subject: Re: [beagleboard] 3.8.13bone70, LCD/Audio b

RE: [beagleboard] 3.8.13bone70, LCD/Audio bust?

2015-06-30 Thread g4
Hi Colin, I have been trying to get this config working all afternoon and zilch. I suspect the overlay file. Would you mind sharing both source and compiled(+working!) version so I can try out here? My uEnv has cape_disable=capemgr.disable_partno=BB-BONELT_HDMI cape_enable=capemgr.enab

RE: [beagleboard] Audio Cape on BBB rev C

2015-06-30 Thread g4
Excellent stuff. Thank you. The dmesg spw below is from your bone70 installation (?). Let me try and get that bone50 set up to work first. rfs == root file system (in case you were using something generated by Buildroot for example) BR Jerry. From: beagleboard@googlegroups.com [m

RE: [beagleboard] Audio Cape on BBB rev C

2015-06-29 Thread g4
Hello Colin. Keenly interested in getting a known good setup. Which distro/rfs package were you using with that kernel? Thx++ From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On Behalf Of Colin Bester Sent: 29 June 2015 22:42 To: beagleboard@googlegroups.com Su

RE: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-06-29 Thread g4
> I have decided to forgo the CS42448 board for now, as its Evaluation board a > codec board, and instead I am going to see if I can figure out stacking the > audio capes with the BBB, and > how the BBB does multichannel audio... and if that doesn't work, I might have > to try the external boa

[beagleboard] Audio cape (again ...)

2015-06-29 Thread g4
Before I break out the scope + logic analyser can I ask if anyone has a Rev B1 cape working on a BoneBlack with a recent kernel (4+?). Using latest audio overlay (https://github.com/RobertCNelson/bb.org-overlays/commit/2441c6bdacf55bc2c85 a9d9571112c1942df3154) '# echo BB-BONE-AUDI-02 > /

RE: [beagleboard] The boot switch ... ?

2015-06-29 Thread g4
> > if (sdcard) >if ((partition 1)/uEnv.txt && uenvcmd != "") > run uenvccmd (aka old eMMC mode..) >fi >if ((partition 1) /boot.scr) > run boot.scr >fi >if ((partition 1) /boot/boot.scr) > run /boot/boot.scr >fi > >for ( 1 -> 7) >if ((partition x)

[beagleboard] The boot switch ... ?

2015-06-27 Thread g4
Can I clarify/sanity check this one please? As of the January (or thereabouts) timeframe, u-boot has been patched so that it now checks the SD card first then eMMC? (Evidence would strongly suggest this is the case J ), irrespective of boot-switch . i.e. we've got something like this (obvi

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-25 Thread g4
> I haven't progress much yet. I am hoping that I can copy the audio cape dts > files to get it hooked up, and then get the uda1380 into the kernel somehow. > I have seen the code for the > driver in the linux source. Not sure if you are committed to the UDA part. There is another board (crea

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-25 Thread g4
> > http://git.ti.com/gitweb/?p=ti-linux-kernel/ti-linux- > kernel.git;a=shortlog;h=refs/heads/ti-linux-4.1.y > > I'm hoping to to backport much of ^^ so v4.1.x will be around for awhile.. > (until the next lts release next summer) > OK. That sound ideal. I am going to work off your 4.X. Wh

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-25 Thread g4
> > root@arm:~# aplay -l > > List of PLAYBACK Hardware Devices card 0: EVM [DA830 EVM], > > device 0: AIC3X tlv320aic3x-hifi-0 [] > > Subdevices: 1/1 > > Subdevice #0: subdevice #0 > > Sweet! ;) :) - BYW I assume that device presence means that it really is in place and not getting

RE: [beagleboard] Narcissus Online Image Builder Site Does Not Open/Work

2015-06-25 Thread g4
Tushar? > Does the page @ http://narcissus.angstrom-distribution.org/ open ? I am > unable to see Narcissus site. Does this site work any more ? Is there an > alternative to build custom images > like what was possible on Narcissus earlier ? There's a repo on Github: https://github.com/Angstr

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-25 Thread g4
Hi Robert > Then from /boot/uEnv.txt: > > cape_enable=bone_capemgr.enable_partno=BB-BONE-AUDI-02 Cool. Glad to be able to add something to the mix. It looks like it is hooked up at boot. root@arm:~# cat /sys/devices/platform/bone_capemgr/slots 0: PF -1 1: PF -1 2: PF -1 3:

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-25 Thread g4
> I haven't progress much yet. I am hoping that I can copy the audio cape dts > files to get it hooked up, and then get the uda1380 into the kernel somehow. > I have seen the code for the > driver in the linux source. Not sure if will be of any use but I've just opened a PR on the RCN overlay

RE: [beagleboard] ESP8266 linux driver

2015-06-24 Thread g4
> > I see. I didnt know at what baudrates it can exacly operate. I got the point. The versions I tried ran at 9600 baud ... some claim 115200. YMMV :) -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "Bea

RE: [beagleboard] ESP8266 linux driver

2015-06-24 Thread g4
> wondering about using the cheap esp8266 module with BeagleBone black, > but I couldnt find anything about it in the web. I understand that this is a > bit > differebtly working device than the wifi usb dongles (i gues its more SoC), > but havent anyone though of using it with bbb? The board uses

RE: [beagleboard] Rev B1 audio cape and am335x-boneblack-audio-revb.dtb ?

2015-06-24 Thread g4
> The revb audio cape doesn't have an eeprom, feel free to fork and add a pull > request supporting this cape here: > > https://github.com/beagleboard/bb.org-overlays Ah. Reminds me - the DTC in your Git repo advertises itself as 1.4 but it does not seem to support the -@ option? Whatever binary

RE: [beagleboard] Rev B1 audio cape and am335x-boneblack-audio-revb.dtb ?

2015-06-24 Thread g4
Hello Robert > > 3.8: /sys/devices/bone_capemgr > 4.1: /sys/devices/platform/bone_capemgr Ah. > The revb audio cape doesn't have an eeprom, feel free to fork and add a pull > request supporting this cape here: Yep. > > https://github.com/beagleboard/bb.org-overlays > > (i haven't found my

RE: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s

2015-06-24 Thread g4
A late follow-up. Interesting. > From: beagleboard@googlegroups.com [mailto:beagleboard@googlegroups.com] On > Behalf Of Justin Wright > Sent: 23 April 2015 00:24 > To: beagleboard@googlegroups.com > Subject: [beagleboard] Re: BBB - LCD3 Cape and UDA1380 on i2s > I am fairly sure I know how to c

[beagleboard] Rev B1 audio cape and am335x-boneblack-audio-revb.dtb ?

2015-06-24 Thread g4
Running Debian 8.1 with a locally built (and now booting) am33x-v4.1. Audio cape is in physically place but not detected. Dmesg etc follows. There is nothing in /sys/devices/bone_capemgr* either. Aplay, not surprisingly, shows no audio devices available which (I presume) means HDMI audio has been d

RE: [beagleboard] Issues with debian-8.1-xxxxx-2015-06-11 build?

2015-06-23 Thread g4
> > wfm- > > What is showing up on the serial port? > Yep. Thx. Thought as much. Fsck failures and other oddities. Terminal fails tp echo any characters, no login either. I've got serial connections logging boot. Will try and see if it is a genuine problem. TBH not sure if this is some ra

[beagleboard] Issues with debian-8.1-xxxxx-2015-06-11 build?

2015-06-23 Thread g4
B3 boots but cannot get a login even though console comes up. All 3 boards are A5A. Anyone else seen this? Obviously can post logs if this is not a localized phenomena. TIA. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed

RE: [beagleboard] PRDQ: TI Linux EZSDK?

2015-06-20 Thread g4
> You do know that the BBB Debian image comes with Cloud9 IDE preinstalled ? Hi, think we are at cross-purposes here. Yep. B3 Debian etc. all well understood. Simply trying out the TI SDK to see how easy it actually *is* to use! -- For more options, visit http://beagleboard.org/discuss ---

RE: [beagleboard] PRDQ: TI Linux EZSDK?

2015-06-20 Thread g4
> Subject: RE: [beagleboard] PRDQ: TI Linux EZSDK? > > What I meant was: ‘rules.make’ has ‘PLATFORM=arm7*’. > > Or something like that. > > There must be documentation on the various platforms that you can build for ? > > What I am saying is that the BBB uses and arm7 processor. You'd have thou

RE: [beagleboard] PRDQ: TI Linux EZSDK?

2015-06-20 Thread g4
Thanks. > Try looking for an “arm7*” platform. But where? And is this for config files or config settings? -- 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 gr

[beagleboard] PRDQ: TI Linux EZSDK?

2015-06-20 Thread g4
Possibly a really simple and really dumb question - want to try the latest TI EZSDK for the bone black. 'make' produces a valid SD card and images that does not boot. The 'rules.make' has 'PLATFORM=am335x-evm'. Is this actually the correct setting for the B3? None of the TI docs/pages I've

RE: [beagleboard] Re: Load and execute PRU code from bare-metal application

2015-06-18 Thread g4
> I think I had more stuff I wanted to say, but this email is already long > enough and been sitting in Drafts for too long, so I'll just press "Send" now > ;-) > > Matthijs Impressive analysis. Thanks. BTW there is some interesting B3/Xenomai/PRU stuff here as well: https://code.soundsoftwa

RE: [beagleboard] Re: B3+BR: 4.0.4 kernel. Recognize these symptoms?

2015-05-30 Thread g4
Hello. > -Original Message- > > Use the previous .config and maybe then a make oldconfig. > The suggested default appears to be omap2plus_defconfig. But I cannot get it to play nice. After a lot of experimentation (guessing) I found workable configurations for 3.14 and 3.12 series ke

RE: [beagleboard] Stacking Audio Capes for Multichannel Audio Input

2015-05-30 Thread g4
> Since the audio capes are stackable, and you can assign each one a unique > address, and the AM335X uses McASP, I should > be able to process multiple channel input separately on the board, but choose > to output the resultant signal on only use one of the capes? Interesting. Are you keen to

RE: [beagleboard] B3+BR: 4.0.4 kernel. Recognize these symptoms?

2015-05-28 Thread g4
Hello Robert and thanks for the input here. > -Original Message- > > > > did you load the gadget driver? We do in the factory images. > > https://github.com/RobertCNelson/boot- > scripts/blob/master/boot/am335x_evm.sh#L105 > Think it may even be lower level than that. The following dme

RE: [beagleboard] Re: B3+BR: 4.0.4 kernel. Recognize these symptoms?

2015-05-28 Thread g4
> > > 1. Does anyone have a known good 4.0.4 config file for a B3? Kernel configuration file > > > > 3. What is the recommended way to manage USB devices (and best docs?) > > I don't understand the question. > Is question that your pc doesn't see the BBB when you connect them via > USB? Zero a

[beagleboard] B3+BR: 4.0.4 kernel. Recognize these symptoms?

2015-05-28 Thread g4
I don't get this close to the metal too often so do let me know if I've missed something screamingly obvious. trying to get gadget audio to work. Using BR/Busybox/4.0.4 I get a clean booting system with Ethernet working and USB modules loading as expected. However I get no device enumeration wh

RE: [beagleboard] Re: Public StarterWare repository on sf.net

2015-05-27 Thread g4
> > there is a public repository available now at > > https://sourceforge.net/projects/starterwarefree/ > > (GIT: https://sourceforge.net/p/starterwarefree/code/ci/master/tree/ ) > > Can you describe starterware in a sentence or two? > 'Bare metal' drivers, including USB device and (limited) ho

RE: [beagleboard] will a buildroot build for BBB work out of the box?

2015-05-19 Thread g4
Thanks. With luck this is just for the record … bootpart=0:1 bootdir= bootfile=zImage uenvcmd=run loadimage;run loadramdisk;run findfdt;run loadfdt;run ramboot Lets see what your uEnv.txt looks like. -- For more options, visit http://beagleboard.org/discuss --- You received this messa

RE: [beagleboard] will a buildroot build for BBB work out of the box?

2015-05-18 Thread g4
Thanks. > > You have a really old bootloader in eMMC.. Robert's original post assumes at- > least the Debian May 2014 release or newer stored in eMMC.. > > http://beagleboard.org/latest-images > Ah. That would make an awful lot of sense. I will reflash and report back. BR, -- For more optio

RE: [beagleboard] will a buildroot build for BBB work out of the box?

2015-05-18 Thread g4
Apologies for the late follow-up here. I’ve pretty much the same problem. Using BR 2015.02 I get a sane looking set of outputs post build. u-boot spew follows. Both mmc 0:1 and mmc 0:2 show the expected SD card content. It just looks like uEnv is wrong (?). Any help here would be much apprec

[beagleboard] Odd serial output on SD card boot failure?

2014-08-04 Thread g4
An apparently failed boot leaves the serial port spewing an endless stream of 'C' characters. Is this is coincidental or an error code? TIA -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" g

[beagleboard] Really dumb kmod question ...

2014-07-26 Thread g4
I've flashed my B^3 with the minimal Debian distribution using a development kernel (very well) documented here: http://eewiki.net/display/linuxonarm/BeagleBone#BeagleBone-Debian7%28smallfl ash%29 One minor inconvenience is that modprobe and friends do not seem to be symlinked as implied by

RE: [beagleboard] B3/Ubuntu disable dhcp and udhcpd for g_multi?

2014-06-09 Thread g4
> an init script calls: > > /opt/scripts/boot/am335_evm.sh > > Which sets up the gadget driver for this board. Thanks. Will investigate. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" gr

[beagleboard] B3/Ubuntu disable dhcp and udhcpd for g_multi?

2014-06-08 Thread g4
The B3 is plugged into a Windows box via USB and thus appears as a new network connection. I want to give usb0 an IP address that is provided by the DHCP server on the host. Sadly, whatever I do, usb0 always ends up with an apparently dynamically assigned 192.168.7.2 address. /etc/network/inter

RE: [beagleboard] writing a usb target device?

2014-04-23 Thread g4
You probably want to base this on an existing USB gadget. See Gadget Zero for starters. Some links: http://www.linux-usb.org/gadget/ http://www.adeneo-embedded.com/content/download/21249/280160/file/Useful_USB_Gadgets_on_Linux.pdf HTH. From: beagleboard@googlegroups.com [mailto:be

RE: [beagleboard] BBB Reflashing questions ...

2014-04-18 Thread g4
> Questions arising are a) will this 2GB image be OK on a 4GB card? Yes.. the "2gb" reference, just means at a "minimal" you need a 2GB sd card to flash the file too. > And b) how does reflashing progress get indicated? What does it mean if USR0 > through USR2 are continually on? To clarify: U

[beagleboard] BBB Reflashing questions ...

2014-04-18 Thread g4
Hello. I'm continually getting SSH connection errors on Win7x64 with a RevA5A BBB. Am trying to reflash using http://debian.beagleboard.org/images/BBB-eMMC-flasher-debian-7.4-2014-04-14- 2gb.img.xz on a 4GB SD card. Questions arising are a) will this 2GB image be OK on a 4GB card? And b) how do