Hi, there!
Has anyone a 1GB cubieboard and access to the whole RAM?
I have updated the script.bin with the cubieboard (not the 512MB version) and I still get:
$this->bbcode_second_pass_code('', 'free -m
total used free shared buffers cached
Mem: 307 41 266 0 6 22
-/+ buffers/cache: 12 294
Swap: 0 0 0')
My Cubieboard is running the linux-sun4i 3.0.57-1 kernel.
I also have Problems with display output. My DVI monitor (can display 1920x1080@60Hz) is connected via a HDMI->DVI cable. With my Raspberry Pi I also had problems with my monitor, as it does not provide any EDID info at all. The problem could be solved on the Pi by configuring it to read EDID data from a file instead of the display.
I had a look at
http://linux-sunxi.org/Fex_Guide#12.1_.5Bdisp_init.5D. My [disp_init] section of my fex file looks like this:
$this->bbcode_second_pass_code('', '[disp_init]
disp_init_enable = 1
disp_mode = 0
screen0_output_type = 3
screen0_output_mode = 5
screen1_output_type = 1
screen1_output_mode = 4
fb0_framebuffer_num = 2
fb0_format = 10
fb0_pixel_sequence = 0
fb0_scaler_mode_enable = 0
fb1_framebuffer_num = 2
fb1_format = 10
fb1_pixel_sequence = 0
fb1_scaler_mode_enable = 0
lcd0_bright = 197
lcd1_bright = 197
lcd0_screen_bright = 50
lcd0_screen_contrast = 50
lcd0_screen_saturation = 57
lcd0_screen_hue = 50
lcd1_screen_bright = 50
lcd1_screen_contrast = 50
lcd1_screen_saturation = 57
lcd1_screen_hue = 50')
I tried both "screen0_output_mode = 5" (720p@60) and "screen0_output_mode = 10" (1080p@60). After doing so and updating the script.bin ("fex2bin myconf.fex > /boo/script.bin" as root) I can get a signal with loading the modules lcd fist and after it hdmi. But on both modes (720p and 1080p) my Display is not able to handle the signal.
Anyone an idea?
Regards,
Maribu