Latest images not working on A20-OLinuXino-MICRO Rev. C

Started by unclouded, February 12, 2020, 11:25:34 PM

Previous topic - Next topic

unclouded

Hi,

I have a A20-OLinuXino-MICRO Rev. C that was working with an older uSD image.  I downloaded and `dd`d the latest (Armbian_5.92.4_Olinuxino-a20_Debian_buster_next_5.2.21) Debian Buster image but the board no longer boots (no green LED).  I notice that the new disk image contains a single ext4 partition whereas the older image had a FAT partition first and then the ext partition afterwards.  Do the Rev. C boards support the latest images?

Cheers,

LubOlimex

You might need to interrupt u-boot and specify manually that the board model and revision C. When the countdown begins press a key and type:

olinuxino config list
for list of boards and corresponding IDs.

The command for manual config is like:

olinuxino config write XXXX C
where XXXX is the number from the list and "C" is the board's revision.

Remember to save with:

saveenv
You should also check here for more info: https://www.olimex.com/wiki/ArmbianHowTo#Manual_board_configuration

Let us know how it goes.
Technical support and documentation manager at Olimex