Jump to content

Recommended Posts

Posted

 🏆 Become a sponsor, help to add other boards in armbian standart, you don't need to be a programmer to help the community,
just need a copy of the ARM BOARD and a x86 computer to compile new versions.

If you like what you see here and want to help: Donate Armbian the like button only costs a few dollars.

 

 

 

Here, I will document the efforts to get the Easy EAI RV1126 board into Armbian.
Uboot: Link
boot: Link

MiniLoaderAll.bin: Link
Docs available on: Link

 

Build Command:

./compile.sh BOARD=easy-eai-nano BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=yes KERNEL_CONFIGURE=no RELEASE=resolute

 

./compile.sh BOARD=easy-eai-nano BRANCH=vendor BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no RELEASE=resolute INSTALL_HEADERS=yes

 

image.thumb.png.06c6ec5c16cd2d4b46da4c601f6e8fd9.png

 

 

 

image.thumb.png.a0c2e0fe99d3d054101d487092326300.png

 

image.png

Posted

Enable wifi PR: https://github.com/armbian/build/pull/10177

Board logs: https://paste.armbian.com/nebubeyeru
Boot logs: https://paste.armbian.eu/eduserusev

 

After boot, check

 

systemctl status easy-eai-nano-bcmdhd.service --no-pager
journalctl -u easy-eai-nano-bcmdhd.service -b --no-pager
ls -l /lib/firmware/fw_bcm43455c0_ag.bin /lib/firmware/nvram_ap6255.txt
dmesg | grep -Ei 'bcmdhd|dhd|4345|ap6255|firmware|nvram|wlan|sdio'
iw dev
rfkill list

 

tr -d '\0' </proc/device-tree/wireless-wlan/wifi_chip_type; echo
dmesg | grep -Ei 'rfkill_wlan|bcmdhd|dhd|4345|ap6255|firmware|nvram|wlan'
lsmod | grep -E 'bcmdhd|dhd_static|rfkill'
iw dev
rfkill list


 

modinfo bcmdhd_sdio
cat /etc/modprobe.d/bcmdhd-easy-eai-nano.conf
dmesg | grep -Ei 'bcmdhd|dhd|43430|43438|ap6212|firmware|nvram|wlan'
iw dev
rfkill list

 

 

 

Posted

Installing ffmpeg with encoders and decoders:

ffmpeg-rockchip-armhf.zip

 

On rv1126 armbian device:

cd /media/usb/esp32-rv1126-ffmpeg-rockchip
./install-on-target.sh

 

Verify:

/opt/ffmpeg-rockchip/bin/ffmpeg -hide_banner -encoders | grep -Ei 'rkmpp|mpp'
/opt/ffmpeg-rockchip/bin/ffmpeg -hide_banner -filters | grep -Ei 'rkrga|rga'

 

 

 

 

 

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