Greetings,
I have the BX3105 connected as in the attached picture. Now I have had two modules the bootloader seems to get corrupted (see below). Any idea what might be causing this? What are the voltage levels in the GPIO0 and GPIO2 pins?
Greetings,
I have the BX3105 connected as in the attached picture. Now I have had two modules the bootloader seems to get corrupted (see below). Any idea what might be causing this? What are the voltage levels in the GPIO0 and GPIO2 pins?
Hi @Repa,
As far as I search in the Product Technical Specification documentation:
For BX3105 (non-Ethernet SKUs) the GPIO(0) voltage level is VDD_PADS_BB (from 2.7 to 3.6V)
For BX3105 (Ethernet SKUs) the GPIO(0) voltage level is VDD_PADS_BB (from 2.7 to 3.6V) and GPIO(2) is VGPIO (3.3V).
You can refer to the Pin Description section on page 52 at the following link: https://source.sierrawireless.com/resources/airprime/hardware_specs_user_guides/airprime_bx310x---product-technical-specification/#sthash.hPDA6IXD.dpbs
Regarding the bootloader getting corrupted, please describe in detail the steps you took leading up to the issue.
Thanks,
Greetings,
thank you for the answer!
What I did:
GPIO0 and GPIO2 are tied together on the board. The measured voltage level is something odd, it definitely isn’t 3.3 volts, which is the global supply.
Greetings,
replaced the module, disconnected GPIO0 and GPIO2 and tied EN to high. The device seems to boot into bootloader download mode:
7\r\n\r\nrst:0x1 (POWERON_RESET),boot:0x23 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))\r\nwaiting for download\r\n
The voltage of GPIO2 floats around 1.3 volts. If I tie GPIO2 with 4.7kohms to Vcc, I get the flash read err message as above.
What is happening here?
Hi @Repa,
According to the steps you are doing, I understand you are using BX3105 with your custom board is that correct?
Can you try these steps on Sierra’s BX3105 board to see if it can get into bootloader mode?
This is the output you should get, notice the last list with “WSIH”. This means the bootloader is in the correct mode.
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff80d0,len:4
load:0x3fff80d4,len:540
load:0x40078000,len:0
load:0x40078000,len:18412
entry 0x40078c2c
ÀWSIHÀ
Thanks,
Greetings,
yes, this is a custom board. When pulling GPIO27 high I get pretty much the same as above:
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x3b (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
To me it seems that there really either there is no pullup for GPIO2 in the module or it is way too big in order to keep the pin in a correct state. If I add a 10 kohm pullup (as seems to be on the development board) then the GPIO2 voltage level is correct (high). To me it seems that without the external pullup the device goes to bootloader update mode, and in this state the bootloader may get corrupt depending what happens with the UART input.
Looking at the data sheet, it seems that the bootloader can be reprogrammed. How to do that?
Thanks,
Hi @Repa,
From what you said, I understand that you are having problems with your custom board. If that is the case then please check your schematic carefully.
Have you tried these steps I mentioned above with Sierra’s BX3105 board to see if you can get into bootloader mode?
Can you specify which part of the data sheet says “the bootloader can be reprogrammed” so that I can assist you further?
Thanks,