Lines Matching refs:boot0
131 (Legacy) boot0 method
133 boot0 is Allwiner's secondary program loader and it can be used as some kind
135 For some time using boot0 was the only option to get the Pine64 booted.
138 Please note that this method works only with the boot0 files shipped with
142 The boot0 binary is a 32 KByte blob and contained in the official Pine64 images
145 # dd if=/dev/sd<x> of=boot0.bin bs=8k skip=1 count=4
149 This boot0 blob takes care of DRAM initialisation and loads the remaining
151 The original boot0 code looks for U-Boot at a certain place on an uSD card
153 There is a tool called boot0img[3] which takes a boot0.bin image and a compiled
160 boot0img can also patch boot0 to avoid loading U-Boot from 19MB, instead
161 fetching it from just behind the boot0 binary (-B option).
162 $ ./boot0img -o firmware.img -B boot0.img -u u-boot-dtb.bin -e -s bl31.bin \