01-31-2019, 02:37 PM
Yeah, maybe you want to use the image from the manufacturer to see the diffrent setup-files. This might enable you to copy some of them for later use by your MoOde image.
BTW: when I run sudo Xorg -configure (with no display ) I get a kernel line lik ethe following :
Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=7ee80803-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
The second entry is clearly a framebuffer - that might be conflicting with your /dev/fb0
But it is difficulty to debug without the same hardware. So I hope you get it up and running ! I cross my fingers for you ...
BTW: when I run sudo Xorg -configure (with no display ) I get a kernel line lik ethe following :
Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 net.ifnames=0 dwc_otg.lpm_enable=0 console=ttyS0,115200 console=tty1 root=PARTUUID=7ee80803-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
The second entry is clearly a framebuffer - that might be conflicting with your /dev/fb0
But it is difficulty to debug without the same hardware. So I hope you get it up and running ! I cross my fingers for you ...