Difference between revisions of "Hack A10 devices"

From eLinux.org
Jump to: navigation, search
(Hack A10 Devices)
(Hack A10 Devices)
Line 2: Line 2:
  
 
This page describe how to hack a A10 powered tablet and let a custom kernel to run on the tablet. The work was done on an Ainol Novo 7 Advanced tablet. But should be working on all A10 based tablet. Since A10 can boot from usb, never worry about bricking your device.
 
This page describe how to hack a A10 powered tablet and let a custom kernel to run on the tablet. The work was done on an Ainol Novo 7 Advanced tablet. But should be working on all A10 based tablet. Since A10 can boot from usb, never worry about bricking your device.
 +
 +
== Get a console ==
 +
 +
The stock firmware in my Novo7 is android 2.3.4. With android adb i can log into the device and take a look at inside.
 +
<pre># mkdir /sdcard/nanda
 +
# mount -t vfat /dev/block/nanda /sdcard/nanda
 +
# ls /sdcard/nanda
 +
boot.axf
 +
boot.ini
 +
drv_de.drv
 +
font24.sft
 +
font32.sft
 +
linux
 +
os_show
 +
script.bin
 +
script0.bin
 +
sprite
 +
sprite.axf
 +
magic.bin
 +
</pre>

Revision as of 17:15, 25 December 2011

Hack A10 Devices

This page describe how to hack a A10 powered tablet and let a custom kernel to run on the tablet. The work was done on an Ainol Novo 7 Advanced tablet. But should be working on all A10 based tablet. Since A10 can boot from usb, never worry about bricking your device.

Get a console

The stock firmware in my Novo7 is android 2.3.4. With android adb i can log into the device and take a look at inside.

# mkdir /sdcard/nanda
# mount -t vfat /dev/block/nanda /sdcard/nanda
# ls /sdcard/nanda
boot.axf
boot.ini
drv_de.drv
font24.sft
font32.sft
linux
os_show
script.bin
script0.bin
sprite
sprite.axf
magic.bin