[SocKit] Custom Boot Image and UVC Support

Published 2014-02-12

All Comments (2)
  • @CC-cy9se
    Hi, Bangon Kali, You did a brilliant work, nice video..and Here i got few question to ask u, about the process of recompile the linux kernel. I am able to running Linaro linux on my SocKit board by using prebuilt image given on RocketBoards website. But when i trying to built the image by my own, i m Stuck. So here I want to ask you about the U-Boot arguments part, how to add 'console=tty0' to the kernel boot command line? izit by command or need modify some sentence in the specific file? and how you add the following: bootcmd=run mmcload; run fpgaload; run mmcboot        fpga=0                                                                           fpgadata=0x2000000                                                               fpgadatasize=2126D5                                                              fpgaload=fatload mmc 0:1 0x2000000 soc_system.rbf; fpga load 0 ${fpgadata} ${fi} to the to u-boot? confusing and not understand the process written in rocketboard website... thanks for reply!