...
Code Block |
---|
usb start load usb 0:1 $kernel_addr_r boot/Image load usb 0:1 $fdt_addr_r boot/rzg2lc-hummingboard.dtb |
Info |
If you need an eMMC access
...
from Linux:
Code Block |
---|
setenv boot_source emmc |
Boot the Linux kernel:
Code Block |
---|
booti $kernel_addr_r - $fdt_addr_r |
...
Code Block |
---|
setenv bootargs "earlycon" tftpboot $kernel_addr_r Image tftpboot $fdt_addr_r rzg2lc-hummingboard.dtb tftpboot $ramdisk_addr_r initrd.img |
Note: |
If you need an eMMC access
...
from Linux:
Code Block |
---|
setenv boot_source emmc |
Boot the Linux kernel:
Code Block |
---|
booti $kernel_addr_r $ramdisk_addr_r $fdt_addr_r |
...