Jump to content

How to install armbian in h618?


alienxz77b

Recommended Posts

Armbian & Khadas are rewarding contributors

I got wifi working by making link > file in /lib/firmware/brcm

brcmfmac4330-sdio.tanix,tx6s.bin > brcmfmac4330-sdio.bin

brcmfmac4330-sdio.tanix,tx6s.txt > brcmfmac-ap6330-sdio.txt

Also have Cinnamon Desktop/Menu now working after purge and reinstall of cinnamon.

 

Still need to get BlueTooth and Ethernet working.

 

Thanks @Nick A

Edited by firepower
Link to comment
Share on other sites

Tested in Transpeed 8k H618 4g 64g & Vontar 6k h618  4g 32g


@Nick A As we talk, here are the final "howto" to make it working leds display with openvfd. If you find any problem tell me.

 

First go to armbian-config to change some kernel with has his own headers available like 6.10.9 (i had problem with rebooting with 6.7.12)
configure an internet connection

unpack the attached file to root dir /
cd /linux_openvfd

cp openvfd.dts /boot/dtb/allwinner/overlay/                      
armbian-add-overlay /boot/dtb/allwinner/overlay/openvfd.dts
reboot

ln -sf /boot/System.map-$(uname -r) /lib/modules/$(uname -r)/build/System.map
cd cd /linux_openvfd/driver
make -j 4
depmod -a
make modules_install
modprobe openvfd
cd ..
chmod +x OpenVFDService
cp OpenVFDService /usr/sbin/
cp openvfd.service /etc/systemd/system/openvfd.service
#apt install python3-psutil
systemctl enable openvfd.service
systemctl start openvfd.service 

After this, openvfd is working but if you want my scroll.py as a service uncomment in openvfd.service and comment the existing one.
#ExecStart=/bin/sh -c '[ `cat /proc/device-tree/openvfd/compatible` = "open,vfd" ] && /sbin/modprobe openvfd; python3 /linux_openvfd/scroll.py'

 

Correct openvfd.dts, some compiling fixes and extra glyphs for cool animations added to this file. 

linux_openvfd.zip
 

 

@Nick A Please let me know if you make a new release with kernel 6.9.12 with this working cos now i made my server but no hdmi and no ethernet in 6.10. 

 

Edited by MMorales
Link to comment
Share on other sites

@Nick A This is a compiled version of OpenVFDService for controlling the brightness.

Usage: OpenVFDService [-t] [-dt TYPE] [-h]

	-s USER_STRING	Run OpenVFDService in custom string mode.
			Displays the USER_STRING on the screen.
	-ss SECONDARY_USER_STRING	Display a smaller secondary string
			in addtion to USER_STRING.
	-b Brightness [0-7]                       <-----------------------------
	-t		Run OpenVFDService in display test mode.
	-dm		Run OpenVFDService in display demo mode.
	-dt N		Specifies which display type to use.
	-co N...	< D HH:MM > Order of display chars.
			Valid values are 0 - 6.
			(D=dots, represented by a single char)
	-h		This text.

 

OpenVFDService_with_Brightness_control.zip

Edited by MMorales
Link to comment
Share on other sites

I started following you instructions for openvfd.  clone git and changed the kernel and reboot. but i dont have ethernet and it kept trying to connect and time out.

ended up reloading image on SDCARD.  lol

 

think i found the reason why cinnamon fails to load menu.

cinnamon app does not exist zero size.  xfce4-about.desktop

think i will reload image again and work out exactley th problem with cinnamon

 

Edited by firepower
Link to comment
Share on other sites

starting from git clone https://github.com/augin/linux_openvfd

 

i did this.  it not problem i was just testing , my image is still not fully working so just playing around with it trying to learn  more about armbian.

but breaking it has given more info about cinnamon problem which i want to fix. as first fix was more by brute force purge and reinstall cinnamon

which is not needed but uninstal and reinstall menu applet.

I need to check android DTS and compare with my Armbian DTS , think some gpio / uarts  need fixing for ethernet and Bluettoth

but im noob so lots to learn.

Also need faster SD card as one i have are slow.

I gone back to testing miniarch image also,  and ethernet does work with it.

 

Edited by firepower
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines