mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 07:26:28 +00:00
Reset if we can't boot (#83)
* Update uboot-boot.sh * Update uboot-boot.sh
This commit is contained in:
parent
14833a110f
commit
0671e3f71c
@ -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