WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Supported Hardware  (Read 5988 times)

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Supported Hardware
« on: February 12, 2013, 01:06:43 PM »
While bootloaders for x86 have typically worked for many machines, it is not the case for Allwinner.
Each device typically needs it's own compiled bootloader. I have compiled such and made them available.

Currently supported Allwinner A10 hardware bootloaders and script bin files have been posted:
http://tinycorelinux.net/4.x/armv7/hardware
10+ Years Contributing to Linux Open Source Projects.

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Supported Hardware
« Reply #1 on: February 15, 2013, 04:12:51 PM »
More compiled u-boot and script.bin files now posted.
Current supported hardware:

1. Mele A2000, A1000, A100  (TV Box)
2. Cubieboard 1GB and 512MB (Dev Board)
3. Mk802 1GB & 512MB (Thumb Computer)
4. U-Host 1GB (Thumb Computer)
5. Hackberry 1GB (Dev Board)
6. Mini-X 512 MB (TV Box)
7. Hyundai A7HD 1GB (Tablet Computer)

note: Mele A200 is one of those A12 (A10s), i.e., not an A10 processor and is therefore not currently supported. If you pick up an Allwinner device be sure that it is an A10 and not some other processor.
« Last Edit: February 15, 2013, 04:17:29 PM by roberts »
10+ Years Contributing to Linux Open Source Projects.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 362
    • Zendrael's home of projects
Re: Supported Hardware
« Reply #2 on: February 23, 2013, 04:59:37 AM »
Hello Mr. Roberts!

My MK802 has 1GB of RAM. In the link, I must use the u-boot and script.bin provided in which folder: mk802 or mk802ii ?

Thanks

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Supported Hardware
« Reply #3 on: February 26, 2013, 08:07:17 AM »
mk802ii supports the 1GB ram of mk802
10+ Years Contributing to Linux Open Source Projects.

Offline poshat

  • Newbie
  • *
  • Posts: 3
    • QUITS!
Re: Supported Hardware
« Reply #4 on: April 30, 2013, 11:15:02 AM »
Hello Mr. Roberts!
I'm using Tiny on chinese tablet SaneiN80. I just changed script.bin and imported necessary soft. Apropos for start wifi network besides 8192сu and wifi.sh need also have dhcp client, wpa_supplicant and wireless-tools. Nice working, but don't working ouput video to HDMI.

How use boot codes in Army?
« Last Edit: August 15, 2021, 06:18:37 PM by Rich »

Offline roberts

  • Administrator
  • Hero Member
  • *****
  • Posts: 7361
  • Founder Emeritus
Re: Supported Hardware
« Reply #5 on: April 30, 2013, 01:57:24 PM »
To edit the boot codes, simply edit the text file uEnv.txt
This file should be on the same device partition as uCore.
If using an sdcard it should be found on mmcblk0p1

mount /mnt/mmcblk0p1
vi /mnt/mmcblk0p1/uEnv.txt
10+ Years Contributing to Linux Open Source Projects.