Skip to content

Instantly share code, notes, and snippets.

@hcyang1012
Created October 10, 2018 22:07
Show Gist options
  • Save hcyang1012/30dc97cbe2dcd6a569310aa99ba85720 to your computer and use it in GitHub Desktop.
Save hcyang1012/30dc97cbe2dcd6a569310aa99ba85720 to your computer and use it in GitHub Desktop.
Beaglebone Black NFS boot
setenv bootargs 'console=tty0 console=ttyO0,115200n8 root=/dev/nfs rootfstype=nfs rw nfsroot=172.30.1.33:/home/hcyang/bbb/rootfs ip=dhcp rootwait'
setenv ipaddr 172.30.1.50
setenv serverip 172.30.1.33
tftpboot 0x80200000 vmlinuz-4.9.119-bone11
tftpboot 0x815f0000 dtbs/am335x-boneblack.dtb
bootz 0x80200000 - 0x815f0000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment