Changes

Jump to: navigation, search
Enabling frame buffer driver in linux kernel
* the default KIT binary files of u-boot (u-boot.img) and SPL (boot.bin) can be used.
* the variable <code>bootcmd</code> has to contain this string: <code>video=borafb:800x480-32 cma=32M</code>
** this can be achieved modifying the variable <code>addmisc</code> with the following command:
<pre>
setenv addmisc 'setenv bootargs ${bootargs} ${mtdparts} video=borafb:800x480-32 cma=32M'
</pre>
Kernel and device tree can also be built with the following procedure:
a000298_approval, dave_user
549
edits

Navigation menu