Jump to content

thantien

Members
  • Posts

    15
  • Joined

  • Last visited

  1. Skip reason why i have uboot, but can i have tutorial about how to boot armbian from usb by uboot?
  2. so now my uboot is in my sd card according to some instructions and I still can't boot into uboot directly
  3. i found some uboot commands here but i don't understand: setenv bootcmd 'run mytvboot; if test ${bootfromnand} = 1; then setenv bootfromnand 0; saveenv; else run bootfromsd; run bootfromusb; run bootfromemmc; fi; run storeboot' setenv mytvboot "run boot_usb; run boot_mmc; run boot_emmc;" setenv boot_usb 'usb start; for usbdev in 3 2 1 0; do if fatload usb ${usbdev} 1000000 u-boot.ext; then go 1000000; fi; if fatload usb ${usbdev} 1000000 s905_autoscript; then autoscr 1000000; fi; done' setenv boot_mmc 'for mmcdev in 0 1 2; do if fatload mmc ${mmcdev} 1000000 u-boot.ext; then go 1000000; fi; if fatload mmc ${mmcdev} 1000000 s905_autoscript; then autoscr 1000000; fi; done' setenv boot_emmc 'for mmcdev in 0 1 2; do if fatload mmc ${mmcdev} 1000000 u-boot.emmc; then go 1000000; fi; if fatload mmc ${mmcdev} 1000000 s905_autoscript; then autoscr 1000000; fi; done' setenv upgrade_step "0" saveenv
  4. can change default boot to sd card. because i already run armbian using sd card
  5. Hello everyone, is there any way to boot from USB when my emmc is dead? this is my board
  6. im no longer in recovery mode now. but i can't boot to armbian when i use adb reboot update
  7. my box is cm201-1-s905 and im stop at recovery mode like your
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines