Re: [beagleboard] Board won't flash

2014-08-01 Thread Tristan Phillips
Yep, that worked 100% Thanks again! To help other people I have updated a blog post I already had with all this: http://trisblog.tumblr.com/post/87884207700/patch-the-bbb-kernel-on-a-non-flashing-sd-card-for On Friday, 1 August 2014 15:20:15 UTC+1, Tristan Phillips wrote: > > The flash is

Re: [beagleboard] Board won't flash

2014-08-01 Thread Tristan Phillips
The flash is running!!! Fingers crossed! Thank you SO MUCH. On Friday, 1 August 2014 15:04:07 UTC+1, RobertCNelson wrote: > > On Fri, Aug 1, 2014 at 8:56 AM, Tristan Phillips > > wrote: > > uname_r=3.8.13-bone62 > > #dtb= > > #cmdline=quiet > > cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-

Re: [beagleboard] Board won't flash

2014-08-01 Thread Robert Nelson
On Fri, Aug 1, 2014 at 8:56 AM, Tristan Phillips wrote: > uname_r=3.8.13-bone62 > #dtb= > #cmdline=quiet > cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh > optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN > capemgr.enable_partno=BB-BONE-AUDI-TE Run this first.. s

Re: [beagleboard] Board won't flash

2014-08-01 Thread Tristan Phillips
uname_r=3.8.13-bone62 #dtb= #cmdline=quiet cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh optargs=quiet capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN capemgr.enable_partno=BB-BONE-AUDI-TE On Friday, 1 August 2014 14:21:28 UTC+1, RobertCNelson wrote: > > On Thu, Jul 31, 2014

Re: [beagleboard] Board won't flash

2014-08-01 Thread Robert Nelson
On Thu, Jul 31, 2014 at 5:09 AM, Tristan Phillips wrote: > OK, so my board is working well running off the SD card (non 'flasher' with > a patched 3.8.13-bone62). > > Changing the cmdline to init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh > causes: > > grep: /proc/cmdline: No such file or dir

Re: [beagleboard] Board won't flash

2014-08-01 Thread Tristan Phillips
So I booted off the patched SD card, cd to /opt/scripts and did a git pull. I commented out the cmdline check and ran tools/eMMC/init-eMMC-flasher-v2.sh Seemed to work fine, but the board stalls on boot from the eMMC, no error, no panic, just stops. Great. I'm guessing the scripts needs to be run

Re: [beagleboard] Board won't flash

2014-08-01 Thread Tristan Phillips
Hi Robert, I'm starting to worry I will never get this image to the eMMC. Can you help? Sorry to nag... On Thursday, 31 July 2014 11:09:29 UTC+1, Tristan Phillips wrote: > > OK, so my board is working well running off the SD card (non 'flasher' > with a patched 3.8.13-bone62). > > Changing th

Re: [beagleboard] Board won't flash

2014-07-31 Thread Tristan Phillips
OK, so my board is working well running off the SD card (non 'flasher' with a patched 3.8.13-bone62). Changing the cmdline to init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v2.sh causes: grep: /proc/cmdline: No such file or directory So the script is failing here: https://github.com/RobertCN

Re: [beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
OK, thanks. At least I have a plan and some things to try in the morning :) On Wednesday, 30 July 2014 19:58:00 UTC+1, RobertCNelson wrote: > > On Wed, Jul 30, 2014 at 1:55 PM, Tristan Phillips > > wrote: > > OK, cool. I'm using a serial connection. So to clarify we are talking > > about how

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 1:55 PM, Tristan Phillips wrote: > OK, cool. I'm using a serial connection. So to clarify we are talking > about how to make a non flasher image flash to the internal NAND. Great :) Not sure what we are talking about... > So just xyz, literally? fingers are lazy... h

Re: [beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
OK, cool. I'm using a serial connection. So to clarify we are talking about how to make a non flasher image flash to the internal NAND. Great :) So just xyz, literally? Awesome :) I'll try that and let you know how I get on in the morning. It's beer time here across the pond :) Thanks

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 1:38 PM, Tristan Phillips wrote: > Brilliant, I was just about to ask that. So I have my kernel build honed > now, and can get our board without ethernet booting by removing the TI > drivers, there are other kernel options I will play with later. > > So, to sort out a fla

Re: [beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
Brilliant, I was just about to ask that. So I have my kernel build honed now, and can get our board without ethernet booting by removing the TI drivers, there are other kernel options I will play with later. So, to sort out a flasher, or use a non flasher as a flasher, even manually? (I have

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 1:11 PM, Robert Nelson wrote: > On Wed, Jul 30, 2014 at 12:51 PM, Tristan Phillips > wrote: >> OK, here goes :) >> >> Downloaded BBB-eMMC-flasher-ubuntu-14.04-console-armhf-2014-07-06-2gb and >> flashed to SD card >> >> git clone https://github.com/RobertCNelson/bb-kernel.

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 12:51 PM, Tristan Phillips wrote: > OK, here goes :) > > Downloaded BBB-eMMC-flasher-ubuntu-14.04-console-armhf-2014-07-06-2gb and > flashed to SD card > > git clone https://github.com/RobertCNelson/bb-kernel.git > cd bb-kernel/ > git checkout origin/am33x-v3.8 -b tmp > ./b

Re: [beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
OK, here goes :) - Downloaded BBB-eMMC-flasher-ubuntu-14.04-console-armhf-2014-07-06-2gb and flashed to SD card - - git clone https://github.com/RobertCNelson/bb-kernel.git - cd bb-kernel/ - git checkout origin/am33x-v3.8 -b tmp - ./build_kernel.sh - - Deselected TI

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 12:35 PM, Tristan Phillips wrote: > Indeed, but why would this be happening? > > 3.8.13-bone62 is the version... Considering i haven't released any 'flasher' images with that kernel. You are obviously doing something on your own to create a custom image. Since I don't hav

Re: [beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
Indeed, but why would this be happening? 3.8.13-bone62 is the version... On Wednesday, 30 July 2014 18:28:13 UTC+1, RobertCNelson wrote: > > On Wed, Jul 30, 2014 at 12:22 PM, Tristan Phillips > > wrote: > > Can anyone help figure out what is going wrong here? > > > > > > mmc1: new high speed

Re: [beagleboard] Board won't flash

2014-07-30 Thread Robert Nelson
On Wed, Jul 30, 2014 at 12:22 PM, Tristan Phillips wrote: > Can anyone help figure out what is going wrong here? > > > mmc1: new high speed MMC card at address 0001 > [ 10.497469] mmcblk1: mmc1:0001 MMC02G 1.78 GiB > [ 10.502697] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB > [ 10.509

[beagleboard] Board won't flash

2014-07-30 Thread Tristan Phillips
Can anyone help figure out what is going wrong here? mmc1: new high speed MMC card at address 0001 [ 10.497469] mmcblk1: mmc1:0001 MMC02G 1.78 GiB [ 10.502697] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB [ 10.509831] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB [ 10.518332