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