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
Chris Brandt edited this page Oct 4, 2024
·
2 revisions
RZ G3S SMARC Boot
Boot from USB
On Board:
=> usb start
=> usb info
=> fatload usb 0:1 0x4C000000 rzg2_initramfs.cpio.gz
=> fatload usb 0:1 0x48080000 Image-smarc-rzg3s.bin
=> fatload usb 0:1 0x48000000 Image-r9a08g045s33-smarc.dtb
=> setenv bootargs 'initrd=0x4C000000,32M'
=> booti 0x48080000 - 0x48000000