12345678910111213141516171819202122232425262728293031 |
- The spl command is used to export a boot parameter image
- it
- SUBCOMMAND
- To
- used. (kernel
- export
- atags: exports
- fdt: exports
- Call
- spl |
- TYPICAL
- on
- nandecc
- nand /* Read kernel image from NAND*/
- spl /* export ATAGS */
- nand /* erase - one page */
- nand /* write the image - one page */
- call
- nandecc
- nand /* Read kernel image from NAND*/
- tftpboot /* Read fdt */
- spl /* export FDT */
- nand /* erase - one page */
- nand
|