You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./build/fernly-usb-loader -w -s /dev/fernvale ./build/usb-loader.bin ./build/firmware.bin 08:48:14 [0/1940]
Waiting for serial port to connect: .....
Setting serial port parameters... Ok
Initiating communication... Ok
Getting hardware version... 0xcb00
Getting chip ID... 0x6260
Getting boot config (low)... 0x0000
Getting boot config (high)... 0x0000
Getting hardware subcode... 0x8000
Getting hardware version (again)... 0xcb00
Getting chip firmware version... 0x0000
Getting security version... v 5
Enabling security (?!)... Ok
Reading ME... 00000000 4f 3e 54 6a 0c 9c 29 c6 f1 39 0e 42 e6 f4 1b 97 |O>Tj..)..9.B....|
Disabling WDT... Ok
Reading RTC Baseband Power Up (0xa0710000)... 0x0006
Reading RTC Power Key 1 (0xa0710050)... 0xfff7
Reading RTC Power Key 2 (0xa0710054)... 0xffff
Setting seconds... Ok
Disabling alarm IRQs... Ok
Disabling RTC IRQ interval... Ok
Enabling transfers from core to RTC... Ok
Reading RTC Baseband Power Up (0xa0710000)... 0x0006
Getting security configuration... None.
Getting PSRAM mapping... 0x0000
Disabling PSRAM -> ROM remapping... Ok
Checking PSRAM mapping... 0x0002
Checking on PSRAM mapping again... 0x0002
Updating PSRAM mapping again for some reason... Ok
Reading some fuses... 0x00000000
Enabling UART... 0x0000
Loading Fernly USB loader... checksum matches 0x276e Ok
Executing Ferly USB loader... Ok
Waiting for Fernly USB loader banner...
I suspect the usb loader never runs (or crashes?).
When booting the installed firmware, the onboard UART outputs:
Thanks for this awesome project!
I'm trying to get fernly running on one of those ultra cheap & tiny GF-07 GPS trackers:
I suspect the usb loader never runs (or crashes?).
When booting the installed firmware, the onboard UART outputs:
But nothing more.
I'm not using the codesourcery toolchain since it didn't build but recent mainline gcc + crossdev (which usually works fine for other ARM targets):
I have to disable optimization with -O0 since ld tries to replace
strlen
in bionic.c with the one from stdlib, which is disabled by--nostdlib
So it builds:
Does anyone have a hint on what to try next to get the bootloader running?
The text was updated successfully, but these errors were encountered: