Skip to content

Instantly share code, notes, and snippets.

@raqbit

raqbit/fel.txt Secret

Last active May 9, 2024 15:10
Show Gist options
  • Save raqbit/165eaf49c739a28b604101f955781c70 to your computer and use it in GitHub Desktop.
Save raqbit/165eaf49c739a28b604101f955781c70 to your computer and use it in GitHub Desktop.
$ sunxi-fel -v -p uboot ./u-boot-sunxi-with-spl.bin
found DT name in SPL header: sun50i-h700-anbernic-rg35xxplus
Stack pointers: sp_irq=0x00021400, sp=0x00053FD4
MMU is not enabled by BROM
=> Executing the SPL... done.
loading image "ARM Trusted Firmware" (49265 bytes) to 0x40000000
loading image "U-Boot" (592480 bytes) to 0x4a000000
loading DTB "sun50i-h700-anbernic-rg35xxplus" (27928 bytes)
Starting U-Boot (0x40000000).
Store entry point 0x40000000 to RVBAR 0x09010040, and request warm reset with RMR mode 3... done.
U-Boot SPL 2024.04-rc3-g24aafd7efc (May 01 2024 - 22:28:53 +0200)
DRAM: 1024 MiB
Trying to boot from FEL
@mfgbhatti
Copy link

I'm targeting the Anbernic RG35XX-H, which is based on the Alwinner H700 SoC (which is a package-variant of the H616/H618)

I would love to read about all the steps you took to achieve this. If you already wrote it. Please share a link. My board is using H616 sun50i.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment