mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 23:16:31 +00:00
Reset if we can't boot (#83)
* Update uboot-boot.sh * Update uboot-boot.sh
This commit is contained in:
parent
1d74fcb91d
commit
14f406ad6a
@ -49,3 +49,6 @@ echo "Loading kernel"
|
||||
run load_kernel
|
||||
echo " Starting kernel"
|
||||
booti ${kernel_addr_r} - ${fdt_addr}
|
||||
|
||||
echo "Fails on boot"
|
||||
reset
|
||||
|
@ -49,3 +49,6 @@ echo "Loading kernel"
|
||||
run load_kernel
|
||||
echo " Starting kernel"
|
||||
bootz ${kernel_addr_r} - ${fdt_addr}
|
||||
|
||||
echo "Fails on boot"
|
||||
reset
|
||||
|
Loading…
x
Reference in New Issue
Block a user