Re: [beagleboard] Flash oops! bb green wireless

2019-11-01 Thread Robert Nelson
On Fri, Nov 1, 2019 at 8:17 AM Michael B wrote: > > As of now, it looks like when I power on with the Boot button pressed, > literally nothing happens. > Here is what it looks like with no SD card and I boot the board. > - no boot button pressed > - no sd card inserted > > U-Boot SPL 2016.03-

Re: [beagleboard] Flash oops! bb green wireless

2019-11-01 Thread jonnymo
It looks like with the uSD card installed and pressing the BOOT Button when powering on the board is forcing running the flasher from he SD card: *Begin: Running /scripts/local-bottom ... done.* *Begin: Running /scripts/init-bottom ... done.* *[H [J-* *Starting eMMC Fla

Re: [beagleboard] Flash oops! bb green wireless

2019-11-01 Thread Michael B
For completeness, here is the boot hitting space to get into u-boot console. U-Boot 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44 -0500), Build: jenkins-github_Bootloader-Builder-395 Watchdog enabled I2C: ready DRAM: 512 MiB Reset Source: Power-on reset has occurred. MMC: OMAP SD/MM

Re: [beagleboard] Flash oops! bb green wireless

2019-11-01 Thread Michael B
Here is the output when: - SD inserted - Boot/User button pressed (It looks like it is being ignored) U-Boot SPL 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44) Trying to boot from MMC bad magic U-Boot 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44 -0500), Build: jenkins-github_Bootloader-Buil

Re: [beagleboard] Flash oops! bb green wireless

2019-11-01 Thread Michael B
As of now, it looks like when I power on with the Boot button pressed, literally nothing happens. Here is what it looks like with no SD card and I boot the board. - no boot button pressed - no sd card inserted U-Boot SPL 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44) Trying to boot from MMC bad

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread jonnymo
Could you post the complete FTDI serial output of the board booting from the SD card and using the Boot button? Jon On Thu, Oct 31, 2019 at 5:17 PM Michael B wrote: > It is rem'ed out on the SD card. I can't get at any drive on the board > itself since it won't boot. > Using FTDI I can get to

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread Michael B
It is rem'ed out on the SD card. I can't get at any drive on the board itself since it won't boot. Using FTDI I can get to the board somewhat but don't know how to LS into it when it says I am not specifying a proper interface. All the googling about u-boot is either a generic Help dump that I c

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread jonnymo
Have you ensured the 'cmdline=' entry at the bottom of the uEnv.txt file is commented out? If not it will try to reflash the board. Jon On Thursday, October 31, 2019, Michael B wrote: > As it stands now I can read the SD and the env file etc. > > The bbgw won't boot so it does not show the boar

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread Michael B
As it stands now I can read the SD and the env file etc. The bbgw won't boot so it does not show the board as a drive on a computer. It just wants to keep flashing from the sd. Remove the sd and power up and it throws an error that the device to copy from doesn't exist. Using boot button d

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread jonnymo
You could always get a Rasberry Pi to read the BB uSD. On Thursday, October 31, 2019, Michael B wrote: > I know about that. It doesn't work. > Not mine for sure at least with this version of OSX and the latest > VirtualBox. > > Thanks again all for help. > > > > On Thursday, October 31, 2019 at

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread Michael B
I know about that. It doesn't work. Not mine for sure at least with this version of OSX and the latest VirtualBox. Thanks again all for help. On Thursday, October 31, 2019 at 5:35:20 PM UTC-4, jonnymo wrote: > > You just need to assign the USB device to the Virtual Box VM; the native > OS

Re: [beagleboard] Flash oops! bb green wireless

2019-10-31 Thread jonnymo
You just need to assign the USB device to the Virtual Box VM; the native OS does not need to be able to read the filesystem. Also, you could use ext4fuse on you Mac to mount a ext filesystem. Or just Bootcamp your Mac with Linux. However, all of this is why I no longer use Mac systems. On Thursda

Re: [beagleboard] Flash oops! bb green wireless

2019-10-29 Thread jonnymo
You could install something like VirtualBox or VMWare Fusion on your Mac and create a Linux VM where you should be able to read the flash card. if you are questioning the burn to uSD, then you could download and install Etcher to create the bootable uSD card. Jon On Tue, Oct 29, 2019 at 4:05 AM

Re: [beagleboard] Flash oops! bb green wireless

2019-10-29 Thread Robert Nelson
On Tue, Oct 29, 2019 at 6:05 AM Michael B wrote: > > Great questions. Thanks so much for helping here. :) > > --- > TL:DR: > - I cannot read or write to the SD card on my computer after transferring the > image to the SD card. It's in a format the computer does not like (osx > catalina). The

Re: [beagleboard] Flash oops! bb green wireless

2019-10-29 Thread Michael B
Great questions. Thanks so much for helping here. :) --- TL:DR: - I cannot read or write to the SD card on my computer after transferring the image to the SD card. It's in a format the computer does not like (osx catalina). Therefore, I do not know how to turn off the flash option in /boot/

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread jonnymo
If you are booting from a uSD card, then you can stop the auto flash by commenting out the 'cmdline'entry in the uEnv.txt file. You can do this from a PC and place it back into the BBW. Ex: *##enable x15: eMMC Flasher:* *##make sure, these tools are installed: dosfstools rsync* *#cmdline=init=/o

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Stuart Longland
On 29/10/19 11:41 am, Michael B wrote: > Another potential path is booting from u-boot to tftp or nfs. h... Setting up a TFTP server and an NFS server is not rocket science. Network booting is a trick that has proven itself very handy time and time again. -- Stuart Longland (aka Redhatter,

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
Another potential path is booting from u-boot to tftp or nfs. h... -- 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

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
Reading this article to create a uboot on a card. Does this seem like it's the right path? Thanks a ton for the advice. https://github.com/bootlin/training-materials/blob/master/lab-data/common/bootloader/beaglebone-black/README.txt -- For more options, visit http://beagleboard.org/discuss --

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
It looks like it is trying to flash again. So I guess I'm back to my question of how to change the auto flash setting when I can't get access to the setting?. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
U-Boot SPL 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44) Trying to boot from MMC bad magic U-Boot 2016.03-1-g148e520 (Jun 06 2016 - 11:27:44 -0500), Build: jenkins-github_Bootloader-Builder-395 Watchdog enabled I2C: ready DRAM: 512 MiB Reset Source: Power-on reset has occ

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
I was able to grab a bit higher up than before. It looks like it's trying to flash again even though the flash card isn't inserted. - Starting eMMC Flasher from microSD media Version: [1.20160606: run bb-wl18xx-wlan0 in single user mode...] ---

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Robert Nelson
On Mon, Oct 28, 2019 at 6:49 PM Michael B wrote: > > The boot scrolls past and I can't grab it all. > Using osx in terminal. > > If I put the micro sd into an adapter and plug into a computer it isn't > mountable as it's a flash image of the bb that I am trying to get to run as > opposed to a dr

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
I flashed this version - unless I messed it up of course: bone-debian-9.9-iot-armhf-2019-08-03-4gb.img.xz On Monday, October 28, 2019 at 7:49:04 PM UTC-4, Michael B wrote: > > The boot scrolls past and I can't grab it all. > Using osx in terminal. > > If I put the micro sd into an adapter

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
The boot scrolls past and I can't grab it all. Using osx in terminal. If I put the micro sd into an adapter and plug into a computer it isn't mountable as it's a flash image of the bb that I am trying to get to run as opposed to a drive I can write to. I tried to > screen to a file and the

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Robert Nelson
On Mon, Oct 28, 2019 at 4:53 PM Michael B wrote: > > Some success in that I now have a serial cable connecting and can watch the > flashing and booting. > I am still never getting the drive to show up as an external disk where I can > change the settings to not do a flash when a card is inserted

Re: [beagleboard] Flash oops! bb green wireless

2019-10-28 Thread Michael B
Some success in that I now have a serial cable connecting and can watch the flashing and booting. I am still never getting the drive to show up as an external disk where I can change the settings to not do a flash when a card is inserted. I am getting the error below. I googled a bit and it was

Re: [beagleboard] Flash oops! bb green wireless

2019-10-23 Thread Robert Nelson
On Wed, Oct 23, 2019 at 8:14 PM Michael B wrote: > > Pardon the newbie question. :) > > Will the serial cable allow me to debug a boot up? > I don't have the drive on the bb showing on the computer. > It only stays on for 10 seconds before shutting down. That is correct, the serial cable will al

Re: [beagleboard] Flash oops! bb green wireless

2019-10-23 Thread Michael B
Pardon the newbie question. :) Will the serial cable allow me to debug a boot up? I don't have the drive on the bb showing on the computer. It only stays on for 10 seconds before shutting down. On Wednesday, October 23, 2019 at 9:02:40 PM UTC-4, Michael B wrote: > > oh boy! > > Thanks for t

Re: [beagleboard] Flash oops! bb green wireless

2019-10-23 Thread Michael B
oh boy! Thanks for the info. It already shipped. Thankfully it wasn't expensive. I held the boot button and booted up to see if I could boot off the card - but oops again, I haven't disabled the flash to emcc yet as I can't get the drive to show up. Ah! It's still fun. :) Michael B O

Re: [beagleboard] Flash oops! bb green wireless

2019-10-23 Thread Robert Nelson
On Wed, Oct 23, 2019 at 7:45 PM Michael B wrote: > > Greetings all. Thanks for any advice and this fine group. > > I flashed my bb green wireless with the latest standard image. After > flashing it powers on and looks normal for about 10 seconds and shuts down. > It isn't showing as a drive on

[beagleboard] Flash oops! bb green wireless

2019-10-23 Thread Michael B
Greetings all. Thanks for any advice and this fine group. I flashed my bb green wireless with the latest standard image. After flashing it powers on and looks normal for about 10 seconds and shuts down. It isn't showing as a drive on my computer either as it used to. I ordered a HDMI Cape so