Differences
This shows you the differences between the selected revision and the current version of the page.
howto:kernel_upload 2007/01/15 18:47 | howto:kernel_upload 2017/09/06 17:34 current | ||
---|---|---|---|
Line 79: | Line 79: | ||
E to send Error packet, ^C to quit immediately, ^L to refresh screen.</code> | E to send Error packet, ^C to quit immediately, ^L to refresh screen.</code> | ||
- | U-boot will now upload the image, when the upload is complete, type ''"connect"'' to reconnect to u-boot to monitor the next step (which will occur automatically). After uploading the image u-boot will check the image, if it is a u-boot compatible image and not too large it will program it into flash. To reboot and execute the new kernel, cycle power **(be sure the programming is done before removing the power)**. | + | U-boot will now upload the image, when the upload is complete, type ''"connect"'' to reconnect to u-boot to monitor the next step (which will occur automatically). After uploading the image u-boot will check the image, if it is a u-boot compatible image and not too large it will program it into flash. |
## Total Size = 0x002de89a = 3008666 Bytes | ## Total Size = 0x002de89a = 3008666 Bytes | ||
Line 90: | Line 90: | ||
Protect Flash Bank # 1 | Protect Flash Bank # 1 | ||
=> | => | ||
+ | |||
+ | Next you can use ''bootm'' command or cycle power to execute the new kernel, **(be sure the programming is done before removing the power)**. | ||
+ | |||
+ | => bootm FFF10000 FFC20000 |