Skip to content

Commit

Permalink
Update User-Guide_Recovery.md (#374)
Browse files Browse the repository at this point in the history
The original did not work.

This is because pack/usr/lib/u-boot/platform_install.sh defines functions but does not run them.

With the proposed changes it worked for my odroid xu4.

Regards,
Jürgen
  • Loading branch information
JuergenBausa authored Dec 12, 2023
1 parent e6d0687 commit 780fe36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/User-Guide_Recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ Sometimes we need to flash boot loader from some other Linux. Attach an SD card
~ $ cd tmp/recovery
~ $ wget https://imola.armbian.com/apt/pool/main/l/linux-u-boot-nanopineo2-current/linux-u-boot-current-nanopineo2_20.08.13_arm64.deb
~ $ dpkg-deb -x linux-u-boot-current-nanopineo2_20.08.13_arm64.deb pack
~ $ bash pack/usr/lib/u-boot/platform_install.sh pack/usr/lib/linux-u-boot-nanopineo2-current /dev/XXX # replace XXX with the actual device /dev/sdb
~ $ source pack/usr/lib/u-boot/platform_install.sh
~ $ write_uboot_platform pack/usr/lib/linux-u-boot-nanopineo2-current /dev/XXX # replace XXX with the actual device /dev/sdb
```

Move it to the board and power on. Check serial output for errors if problems persist.

0 comments on commit 780fe36

Please sign in to comment.