Advertisement
Guest User

/chosen

a guest
Aug 22nd, 2020
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Colibri iMX8X # setenv fdt_addr 0x83700000
  2. Colibri iMX8X # fatload mmc 0:1 ${fdt_addr} ${dom0fdt_file};
  3. 83153 bytes read in 17 ms (4.7 MiB/s)
  4. Colibri iMX8X # fdt addr ${fdt_addr};
  5. Colibri iMX8X # fdt print /chosen
  6. chosen {
  7. bootargs = "console=ttyLP3,115200 earlycon=lpuart32,0x5a090000,115200";
  8. stdout-path = "/serial@5a090000";
  9. #address-cells = <0x00000002>;
  10. #size-cells = <0x00000002>;
  11. module@0 {
  12. bootargs = "earlycon=xen console=hvc0 loglevel=8 root=/dev/mmcblk0p2 rootwait rw";
  13. xen,dom0-bootargs = "console=dtuart dtuart=ttyLP3 earlycon=lpuart3,0x5a090000,115200";
  14. compatible = "xen,linux-zimage", "xen,multiboot-module";
  15. reg = <0x00000000 0x82100000 0x00000000 0x01490a00>;
  16. };
  17. };
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement