Armbian 3.4.113 & 4.14.15 SPI / I2C / NAND / SATA Updated 19.9.2018

Started by igorpec, November 18, 2014, 10:03:39 PM

Previous topic - Next topic

gustav

Did somebody already get touchscreen to work with this images?

For me it works in general now after I put some environment variables in the .profile sudoers file but calibration for the normal user does not work. sudo ts_test works but for normal user the pointer is on one side of the screen while tapping with the finger on the other side.

Thanks,
Gustav

igorpec

v1.5 / 23.1.2015
Possible to compile external modules on both kernels
Kernel 3.19.0 RC5
Bugfixes: install script, headers, bashrc, spi
linux for ARM development boards
www.armbian.com

kathikis

Hello,

Can someone point out how to use the latest image on A20 micro from SD card?
Do i just use Win32DiskImager and put it on the sd?
Excuse my little knowledge, i only know hot to put an image on an SD with Win32DiskImager.
I wanna try the ETH speeds of the image and use it as a NAS.

Thanks,

igorpec

Yes, you can write it with Win32DiskImager or with supplied writer. There is one in a download package.
linux for ARM development boards
www.armbian.com


igorpec

v1.9 / 12.7.2015

Fixed stability issues, temperature display in 4.x
Kernel upgrades to 3.4.108 and 4.1.2
linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com

WimRoose

Hi All

I'm running micro 4.7.3-sunxi image, but impossible to get audio working (headphone jack). No soundcard detected. According release notes sun4i_codec is OK on mainline

Any ideas?

igorpec

Quote from: WimRoose on December 18, 2016, 02:33:41 PM
Hi All

I'm running micro 4.7.3-sunxi image, but impossible to get audio working (headphone jack). No soundcard detected. According release notes sun4i_codec is OK on mainline

Any ideas?

Than it's disabled in configuration. Decompile sun7i-a20-olinuxino-micro.dtb and add this:

&codec {
status = "okay";
};


and compile back to dtb. Make a copy of this because DT blobs are overwritten on upgrade.
linux for ARM development boards
www.armbian.com

WimRoose

Hi igorpec

That worked, thanks! Was also necessary to get audio working on A13 after debian netinstall.

Best

W

igorpec

v5.30 / 14.06.2017

mainline kernel updated to 4.11
mainline u-boot updated to v2017.05
Firefox was replaced with Chromium (desktop images)
sunxi mainline configuration: added Device Tree overlays support (new images only)
sunxi mainline configuration: added armbian-add-overlay helper for compiling and activating DT overlays (new images only)
log2ram: fixed saving /var/log contents on shutdown
new hardware support (stable/supported images): Xunlong Orange Pi Zero Plus 2 (H3), ASUS TinkerBoard, MiQi
reworked package updates MOTD script to speed up the login process
added config file /etc/default/armbian-motd for disabling MOTD components
added armbian-config dialog-based configuration program (WIP)
Banana Pi M2: fixed HDMI video output
Clearfog: adjusted temperature readout
i.MX6 mainline: enabled support for HDMI audio and PCIe bus

v5.26,5.27 / 24.02.2017

security update for most kernels (packages only)
fixes for hostapd configuration

v5.25 / 2.2.2017

nand-sata-install expanded functionality: you can partition destination and choose file-system type: ext2, ext3, ext4 and BTRFS (BTRFS requires kernel 4.4+)
added new boards: Clearfog Base, Lime2 eMMC, Lime A33, NanoPi M1+, OrangePi Zero, OrangePi PC2 (mainline only, experimental)
new default kernel for Clearfog(s), changed kernel family to "mvebu" to avoid conflicts
disabled wireless power management by default to improve performance with certain drivers
added wireless drivers to mainline kernels: OrangePi Zero, Neo Air
implemented initrd loading support for all boards
moved all images to single ext4 partition scheme
changed default wallpaper, startup icon, shadows to windows on desktop builds
Firefox web cache moved to memory
added g_serial driver to boards without a network connector, working on both kernel (Opi Zero,Opi Lite,FA Neo Air)
added "Software boutique" application installer on desktop builds (currently not working properly on arm64)
added per board patching option
added u-boot video driver and boot logo to H3 based boards
added simplefb video driver (HDMI only) to mainline H3 kernel
updated MALI driver on H3 platform, fixed problems on 2GB boards
changed Ethernet switch driver on Lamobo R1 to DSA based one (mainline kernel)
fixed soft cursor (CLI) for H3 legacy and Odroid C2
expand and adjust multiple kernel configurations based on user requests
adjusted sunxi boot script to support booting in SPI flash + USB storage scenario (w/o the SD card)
dropped support for Debian Wheezy and Ubuntu Trusty releases
sunxi mainline kernel was updated to 4.9.x, some dev kernels to 4.10
added log2ram (Ramlog alternative) to default installation
changed first run logic, disabled forced automatic reboot
changed new user account creation logic, disabled forced reboot on user creation failure
linux for ARM development boards
www.armbian.com

igorpec

linux for ARM development boards
www.armbian.com