=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/armv7.html,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** www/armv7.html 2016/04/16 02:47:46 1.24 --- www/armv7.html 2016/05/29 13:55:03 1.25 *************** *** 124,171 **** on imx, panda and sunxi -

- Building from source: - At this moment, the kernel has to be in the FAT or ext2 boot partition, not - the root of the file system like other OpenBSD platforms, and this kernel - must be in a format required by the U-Boot boot loader. - So, after building your kernel, you must go through some special steps: - -

- # config GENERIC
- # cd ../compile/GENERIC
- # make clean
- # make bsd.OMAP.umg
- # mount /dev/sd0i /mnt    # assuming your FAT partition is 'i'
- # cp bsd.OMAP.umg /mnt/bsd.umg
- 
- No real time clock: Many of the armv7 devices do not have a battery-backed real time clock. For this reason, using the -s option of OpenNTPD may be desirable. - -

- Using U-Boot: -

--- 124,132 ----