最後使用U-Boot的bootm命令即可開機至Linux作業系統:
jollen.org # bootm 30F00000 32000000
‘bootm’的第1個參數為Linux kernel所在的記憶體位址,第2個參數為root filesystem所在的記憶體位址。