OK I figured out something, but I still cannot flash the NAND:
I tried with a friend's win7 machine and still no reaction.
tried "lsusb" on linux and gives "1f3a:efe8" which should be the device ID of the A10 chip.
I added the "/etc/udev/rules.d/10-local.rules" file with the follwing content:
SUBSYSTEM!="usb_device", ACTION!="add",
GOTO="objdev_rules_end"
#USBasp
ATTRS{idVendor}=="1f3a", ATTRS{idProduct}=="efe8",
GROUP="fuser", MODE="0666"
LABEL="objdev_rules_end"
after restarting or doing "sudo service udev restart" I start LiveSuit, then select "cb_a10_nand_ubuntu_desktop_12.04_v1.03.img" and power on the cubie in FEL mode.
If I run LiveSuit as a normal user I get these lines:
Dev Plugin The Device Path is: /dev/aw_efex0
open: Permission denied
PANIC : dev_manager_open_raw_dev() : can not open raw dev
dev_manager_open_raw_dev failed -1 ./FexDevice/stage/stage_buffer.cpp
GetCurrentStage Failed 136 ./DeviceMessage/ASuitDeviceMessage.cpp
(the GUI shows the message "Failed to flash firmware: Get Device Stage Failed!")
If I run LiveSuit with "sudo", then select .img file and connect cubie in FEL mode, first the "Format" window pops up, say "Yes" and the Console says:
Dev Plugin The Device Path is: /dev/aw_efex0
Fex_Send error: Value too large for defined data type
Fex_transmit_receive Error: ./eFexCore.cpp, 310
Fex_command ./eFexCore.cpp, 462
PANIC : cmd_fes_down() : run fail
PANIC : GetFesPrivateData() : run fel_up cmd ,fail
PnpFesIn ./DeviceMessage/ASuitDeviceMessage.cpp, 613, GetFesPrivateData failed -1
DevicePlugIn PnpFesIn failed 614
and after 20 seconds:
Fes Device Plugin before Timeout!
Kill Timer!
_________________________________
(the GUI shows the message "Failed to flash firmware: PnpFesIn Error!")
I read about running LiveSut as root has some bugs, so the solution should be running it as normal user but apparently my normal user has not the permission also after adding the rule in "/etc/udev/rules.d/10-local.rules".
How can I get the permissions needed? What else can I do?
thanks
Christian