Jump to content

Pepsifan

Members
  • Posts

    1
  • Joined

  • Last visited

  1. Hi, I've not much experience on linux, so I want to ask some questions I don't find enough or helpful information getting an overview how things work. Not really an concrete question. My goal is to run an 10.1 LVDS Display with silent boot and CAN-Bus on an BananaPi Pro. The SoC Allwinner A20 seems to support this, the board has an connector for this kind of Display. After flashing an SD with the image for BananaPi Pro and successfully booting from it, I read the Armbian Documentation. But I don't getting an overview, how the boot and configuration of u-Boot works. After "googleing" I understand the boot-process like this: Armbian seems to use U-Boot as Bootloader. The Bootloader is started by the Firmware of the SoC. The Bootloader takes the zImage (Linux Kernel Image) AND an DeviceTreeBlob (.dtb) file to get hardware info and Kernel together and starts the System up - device tree (DT) principle for ARM devices. For this there must be an "zImage" AND an "*.dtb" file in /boot. But direcly in this directory I just find the first one, the image. I've downloaded the SD-Image exactly for the BananaPiPro, so I wonder, where U-Boot gets the information about the DeviceTree, if not in /boot. Another question is: Where is the U-Boot configuration file? The boot.cmd? (I don't find an file like "uboot.cfg", which would be self-explaining). In the Armbian documentation (Hardware_Allwinner) is mentioned a "CONFIG_VIDEO_LCD_MODE" for "Kconfig", but no info, what this means. I found out, this seems to be an generic config-file, everywhere in Linux context. If I google this config string, I find the sunxi doc.( http://linux-sunxi.org/LCD ) But there too, I don't understand, where to set. It is in the Kernelmodul, must it be get compiled new, or is it just an configfile? If so, where to find? Is armbianEnv.txt the U-Boot config file - or just for DeviceTree? When it gets read and it takes effect? Somebody will know what the documentations mean and has an overview. It would be very nice to write some explainations, not just me would be grateful. Or just tell me, what you think I need to get of knowledge. Greetings Pepsifan
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines