Skip to content

Instantly share code, notes, and snippets.

@Kwiboo
Last active August 27, 2023 08:46
Show Gist options
  • Save Kwiboo/0ebcae6e7f4bd3ac8c1403350b1849d4 to your computer and use it in GitHub Desktop.
Save Kwiboo/0ebcae6e7f4bd3ac8c1403350b1849d4 to your computer and use it in GitHub Desktop.
GXBB:BL1:08dafd:0a8993;FEAT:EDFC318C;POC:3;RCY:0;EMMC:800;NAND:81;SD:0;READ:0;CHK:0;
<debug_uart>
spl_early_init
size=30, ptr=30, limit=2000: d900e000
size=98, ptr=c8, limit=2000: d900e030
bind node aliases
Device 'aliases' has no compatible string
bind node chosen
Device 'chosen' has no compatible string
bind node soc
- attempt to match compatible string 'simple-bus'
- found match at 'simple_bus': 'simple-bus' matches 'simple-bus'
size=30, ptr=f8, limit=2000: d900e0c8
size=98, ptr=190, limit=2000: d900e0f8
size=18, ptr=1a8, limit=2000: d900e190
ofnode_read_u32_array: ranges: fdtdec_get_int_array: ranges
get_prop_check_min_len: ranges
bind node bus@c8100000
Device 'bus@c8100000' has no compatible string
bind node vpu@d0100000
- attempt to match compatible string 'amlogic,meson-gxbb-vpu'
- attempt to match compatible string 'amlogic,meson-gx-vpu'
No match for node 'vpu@d0100000'
size=30, ptr=1d8, limit=2000: d900e1a8
bind node serial@4c0
- attempt to match compatible string 'amlogic,meson-gx-uart'
- found match at 'serial_meson': 'amlogic,meson-uart' matches 'amlogic,meson-gx-uart'
size=98, ptr=270, limit=2000: d900e1d8
size=8, ptr=278, limit=2000: d900e270
size=18, ptr=290, limit=2000: d900e278
fdtdec_get_addr_size_auto_parent: na=2, ns=2, fdtdec_get_addr_size_fixed: reg: addr=00000000x
U-Boot SPL 2023.10-rc3 (Aug 27 2023 - 04:40:36 +0000)
>>SPL: board_init_r()
spl_init
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
SM1:BL:511f6b:81ca2f;FEAT:A0F83180:20282000;POC:F;RCY:0;EMMC:800;NAND:81;SD?:0;SD:0;READ:0;0.0;CHK:0;
<debug_uart>
spl_early_init
size=30, ptr=30, limit=2000: fffb2000
size=98, ptr=c8, limit=2000: fffb2030
bind node aliases
Device 'aliases' has no compatible string
bind node chosen
Device 'chosen' has no compatible string
bind node soc
- attempt to match compatible string 'simple-bus'
- found match at 'simple_bus': 'simple-bus' matches 'simple-bus'
size=30, ptr=f8, limit=2000: fffb20c8
size=98, ptr=190, limit=2000: fffb20f8
size=18, ptr=1a8, limit=2000: fffb2190
ofnode_read_u32_array: ranges: fdtdec_get_int_array: ranges
get_prop_check_min_len: ranges
bind node bus@ff800000
Device 'bus@ff800000' has no compatible string
bind node vpu@ff900000
- attempt to match compatible string 'amlogic,meson-g12a-vpu'
No match for node 'vpu@ff900000'
size=30, ptr=1d8, limit=2000: fffb21a8
bind node serial@3000
- attempt to match compatible string 'amlogic,meson-gx-uart'
- found match at 'serial_meson': 'amlogic,meson-uart' matches 'amlogic,meson-gx-uart'
size=98, ptr=270, limit=2000: fffb21d8
size=8, ptr=278, limit=2000: fffb2270
size=18, ptr=290, limit=2000: fffb2278
fdtdec_get_addr_size_auto_parent: na=2, ns=2, fdtdec_get_addr_size_fixed: reg: addr=00000000x
U-Boot SPL 2023.10-rc3 (Aug 27 2023 - 04:39:10 +0000)
>>SPL: board_init_r()
spl_init
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
@Kwiboo
Copy link
Author

Kwiboo commented Aug 26, 2023

Using u-boot-spl.bin build from Kwiboo/u-boot-rockchip@ed6198e
Signed with ./amlbootsign u-boot-spl.bin u-boot-spl-signed.bin from Kwiboo/meson-tools@d80365b
Written to SD-card using dd if=u-boot-spl-signed.bin of=/path/to/sd-card/dev bs=512 seek=1

@Kwiboo
Copy link
Author

Kwiboo commented Aug 26, 2023

And for odroid-c4:
Using u-boot-spl.bin build from Kwiboo/u-boot-rockchip@09d1b08
Signed with ./amlbootsign u-boot-spl.bin u-boot-spl-signed.bin from Kwiboo/meson-tools@3bcb23a
Written to SD-card using dd if=u-boot-spl-signed.bin of=/path/to/sd-card/dev bs=512 seek=1

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