Cudy AP3000 Indoor AKA Jupiter 2 and OpenWRT: Difference between revisions

mNo edit summary
Line 51: Line 51:


===In U-Boot (via serial)===
===In U-Boot (via serial)===
<syntaxhighlight lang="bash">
The first three items are just a 'safety precaution', as it was observed in some circumstances when trying to use a different load command that the system would just boot in the middle of the file transfer.<syntaxhighlight lang="bash">
setenv bootcmd
setenv bootcmd
setenv bootdelay -1
setenv bootdelay -1
saveenv
loadx 0x42000000
loadx 0x42000000
</syntaxhighlight>
</syntaxhighlight>