cdesign30 wrote:Hi snezzle,
I formated a SD card with a Fat32 and a Ext3 partitions. I have decompress rootfs into ext3 partition and placed SD card in X760+. I connected Gemei in PC, and pressed Reset+B to X760+ enter in USB mode. I run usbtool with command "usbtool 1 hwinit.bin 0x80000000" as documented and the file is transfered and executed succefully. When I transfer de zImage with command "usbtool 1 zImage 0x80600000", after a couple seconds, the LCD X760+ begin flashing and the connection lost. Then I press Reset to restore Gemei.
The screen flashing means a kernel panic. The linux kernel flashes the keyboard leds on a panic and I though it would be nice to do something similar in the A320, so I made it turn on and off the GPIO pin which controls the LCD backlight.
This means that:
1- The x760+ and the a320 both control the LCD backlight with the same GPIO.
2- The kernel panics, probably because it can't mount the rootfs. Maybe it is something as silly as the card detection GPIO pin being different.
Getting the linux kernel to boot on the x760+ is no easy stuff if you have a serial console, but it is plain impossible without it.
I'm a bit too busy at the moment with the a320 to get hands on with the x760+ (not no mention I don't own one), but as time permits, I would really like to work on it.