Changes

Jump to: navigation, search

Standalone boot (XUELK)

89 bytes removed, 14:18, 6 February 2017
no edit summary
loadk=tftpboot ${loadaddr} ${serverip}:${bootfile}
loadfdt=tftpboot ${fdtaddr} ${serverip}:${fdtfile}
spi_updatek=sf erase 200000 600000800000; sf write ${loadaddr} 200000 ${filesize}
spi_updatefdt=sf erase 180000 80000; sf write ${fdtaddr} 180000 ${filesize}
spi_loadk=sf read ${loadaddr} 200000 600000800000
spi_loadfdt=sf read ${fdtaddr} 180000 80000
spi_nand=sf probe; run spi_loadk spi_loadfdt nandargs addcons addmisc; if run configid_fixupfdt; then bootm ${loadaddr} - ${fdtaddr}; fi
<pre class="board-terminal">
=> sf probe; run loadk spi_updatek loadfdt spi_updatefdtSF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiB
Using FEC0 device
TFTP from server 192.168.0.1323; our IP address is 192.168.0.7786Filename 'lynx/linux/xuelk-1.01.0_uImage'.
Load address: 0x80800000
Loading: #################################################################
[...]
###########################
2 MiB/s
done
Bytes transferred = 6459304 6723656 (628fa8 669848 hex)SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiBSF: 6291456 8388608 bytes @ 0x200000 Erased: OKSF: 6459304 6723656 bytes @ 0x200000 Written: OK
Using FEC0 device
TFTP from server 192.168.0.1323; our IP address is 192.168.0.7786Filename 'lynx/linux/xuelk-1.01.0_imx6ul-lynx-som000csom0010.dtb'.
Load address: 0x83000000
Loading: ####### 7761.4 KiB6 MiB/s
done
Bytes transferred = 29446 31663 (7306 7baf hex)SF: Detected S25FL256S_64K with page size 256 Bytes, erase size 64 KiB, total 32 MiBSF: 131072 524288 bytes @ 0x180000 Erased: OKSF: 29446 31663 bytes @ 0x180000 Written: OK
</pre>
39
edits

Navigation menu