Unable to flash firmware from USB
-
@jmztaylor But if he cannot get into safe mode, that is not an option. Hence my question.
-
@crispyoz sorry if I answer you only now and thank you for your help (thank you also @jmztaylor), anyway I tried an infinite number of times to press F and [Enter] to access the failsafe mode but it doesen't work. Looking at the serial capture that I uploaded, you can also notice how the booting process doesn't even initialize the Kernel. For this reason it does not display the line (I have found it on the internet) :
Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug[ 5.58) level
It definitly stop here and than it doesn't show anything else:
Boot Linux from Flash NO RESET PRESSED. ## Booting image at bc050000 ... Bad Magic Number,0400AC01
-
@Alberto-Zandara The bad magic number that was your original issue suggests your u-boot is up the spout which would also explain why you are unable to access safe mode.
I do have one lingering thought, what terminal are you using and what emulation? I wonder if while you can use numeric keys to select to boot from USB, your terminal may not be correctly sending the letter "f" (or enter) and hence you may not be able to get into safe mode.
-
I tried to enter safe mode from putty in windows and from screen in Ubuntu and in both cases it shows:
Please select option: [ Enter ]: Boot Omega2. [ 0 ]: Start Web recovery mode. [ 1 ]: Start command line mode. [ 2 ]: Flash firmware from USB storage. Option [f] selected. Boot Linux from Flash. ## Booting image at bc050000 ... Bad Magic Number,0400AC00
And it doesn't work.
Are there any ways to copy the firmware from the USB stick to the linux partition of the Omega2 through the u-boot command line?
-
@Alberto-Zandara let me ask, if in options presented here, you press 4 and enter key, do what is the output?
Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug[ 5.58) level
-
Sorry @crispyoz, maybe I was not clear, my unit does not display this row, this is all it shows:
____ _ ____ / __ \___ (_)__ ___ / __ \__ _ ___ ___ ____ _ / /_/ / _ \/ / _ \/ _ \ / /_/ / ' \/ -_) _ `/ _ `/ \____/_//_/_/\___/_//_/ \____/_/_/_/\__/\_, /\_,_/ W H A T W I L L Y O U I N V E N T ? /___/" Board: Onion Omega2 APSoC DRAM: 128 MB relocate_code Pointer at: 87f5c000 flash manufacture id: c2, device id 20 19 find flash: MX25L25635E *** Warning - bad CRC, using default environment ============================================ Onion Omega2 UBoot Version: 4.3.0.3 -------------------------------------------- ASIC 7628_MP (Port5<->None) DRAM component: 1024 Mbits DDR, width 16 DRAM bus: 16 bit Total memory: 128 MBytes Flash component: SPI Flash Date:Sep 19 2017 Time:15:11:41 ============================================ icache: sets:512, ways:4, linesz:32 ,total:65536 dcache: sets:256, ways:4, linesz:32 ,total:32768 CPU freq = 575 MHZ Estimated memory size = 128 Mbytes Resetting MT7628 PHY. Initializing MT7688 GPIO system. wifi mac address = 004C02084D10. ************************************** * Hold Reset button for more options * ************************************* Boot Linux from Flash NO RESET PRESSED. ## Booting image at bc050000 ... Bad Magic Number,0400AC01
And nothing else.
-
@Alberto-Zandara Sorry I didn't understand that point because in your earlier message you showed a screen shot of the flash menu.
I just want to reset back to the beginning so everything is clear.
If you try factory reset what happens?
-
Ref:
A: https://docs.onion.io/omega2-docs/Firmware-Flashing-Web-Recovery.html
B: https://github.com/OnionIoT/Omega2/blob/master/Schematics/Omega2S-Reference-Schematic.pdf, that details the schematic for Ethernet, Section 10/100 WAN port, Option 2. Four resistors and 5 capacitors are required.
Don't worry about the 49.9R; I used 150 Ω with 100nF caps and it works.
Steps:
1: Prepare and Ethernet connection that make use of the TX+/-, RX+/- available on the Expansion dock using [B]
Here is the image:
2: Use the web-recovery method.
Doesn't necessarily have to use 192.168.8.8 as mentioned in [A]. If you are on network 192.168.10.x, you can configure Omega2+ to use,say, 192.168.10.18 by choosing option "[1]: Start command line mode" at boot loader and changing the envOmega2 # printenv
bootcmd=tftp
..
ipaddr=192.168.8.8
..
stderr=serialOmega2 # setenv ipaddr 192.168.10.18
Omega2 # printenv
bootcmd=tftp
..
ipaddr=192.168.10.18 (if the previous entry was wrong, say, <setenv ipaddr=192.168.10.18>, it wouldn't have the ipaddr line when you do printenv again)
..Omega2 # saveenv
Saving Environment to SPI Flash...
..Omega2 # reset (while holding the the RESET button pressed)
At the bootloader choose option 0 as in [A] and proceed with web-recovery, in this case point browser to http://192.168.10.18
Thanks..
-
Wanted to chime in here: the latest version of the bootloader fixes the USB flashing method!
All of the relevant info can be found here: https://community.onion.io/topic/4132/bootloader-update-fix-for-flashing-firmware-from-usb-storage
Just note that you'll need to use the Web Recovery method to update the bootloader. Might be easiest to get your hands on an ethernet expansion.
-
Hi guys. Thank you everybody so much for all these answers, it is so nice to see that the community is still really active. I come back on the problem after a few months because I would really like to use this Onion again. Now when I connect it to the USB the computer detects it but in serial connection nothing happen and the ligh on the Omega doesn't even turn on. I bought a CH341A to flash it with SPI, there is someone that knows how should I do it and which firmware should I flash? (Sorry but I've never done an SPI flash before)