Jump to content

Hackbeere

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Hackbeere got a reaction from Armin Ranjbar in Orange Pi PC PXE boot (Boot Over Network)   
    Hello armbian community
     
    I'm also interested in this topic. So far I found following links describing FEL boot:
     
    https://docs.armbian.com/Developer-Guide_FEL-boot/
    http://linux-sunxi.org/FEL/USBBoot
     
    I managed to load kernel, initrd and dtb to RAM (all files from /boot of armbian image):
     
    sunxi-fel uboot u-boot-sunxi-with-spl.bin write 0x43300000 uInitrd write 0x42000000 zImage write 0x43000000 sun8i-h3-orangepi-pc.dtb
     
    And start the kernel:
     
    bootz ${kernel_addr_r} ${ramdisk_addr_r} ${fdt_addr_r}
     
    Right now there are no kernel parameters so it hangs in initramfs.
     
     
    Anybody who managed to NFS boot OPi PC without SD-card?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines