<Armbian-Discord>
<Pridetoons> Does Armbian run on Amlogic A311D2 SBC'S like the Khadas Vim 4?
<Armbian-Discord>
<IgorPec> no
<Armbian-Discord>
<Pridetoons> Waah! 😢
<Armbian-Discord>
<Pridetoons> @IgorPec Is any work being done to get Armbian running on the KV4.
<Armbian-Discord>
<IgorPec> why?
<Armbian-Discord>
<ManoftheSea> Are you asking to deconflict efforts, because you'd like to work on it? Or are you just hoping someone is giving you something free?
<Armbian-Discord>
<Tonymac32> @ManoftheSea Can't it simply be a question and an expression disappointment?
<Armbian-Discord>
<Tonymac32> 😄
<Armbian-Discord>
<ManoftheSea> No, it has to be a call to action to make things better.
<Armbian-Discord>
<dsx724> @Pridetoons there's no major sponsors of A311D2's upstream at the moment
<Armbian-Discord>
<dsx724> so someone would have to hack Amlogic's SDK to make a frankenstein
<Armbian-Discord>
<ManoftheSea> For real, yes, it can just be "do you know if there's going to be anything soon because I'm excited."
<Armbian-Discord>
<Tonymac32> I generally give the benefit of the doubt. We have 1 Igor, it's enough 😉
<Armbian-Discord>
<Pridetoons> @dsx724 Ah that's sad I was just interested. Thank You for answering me.
<Armbian-Discord>
<Tonymac32> but, like dsx724 says, and more than a few of us here won't mess with the nasty Vendor kernels
<Armbian-Discord>
<Tonymac32> holds back a gag reflex
<Armbian-Discord>
<Tonymac32> 😄
<Armbian-Discord>
<dsx724> Amlogic is only interested in getting pinctrl and interrupts in the kernel. Everything else is out of tree.
<Armbian-Discord>
<dsx724> if this does not boot, I have a setting to change. if this does boot and Armbian doesn't boot, then it's a CMA issue that needs to be fixed.
<Armbian-Discord>
<c0rnelius> Meson64 should be using the default CMA. I did a PR for that a whiles ago.
<Armbian-Discord>
<dsx724> @c0rnelius I think there's also a bug in upstream u-boot when not booting EFI that causes a crash. We use bootefi and Armbian uses bootm so Armbian might have an issue there.
<Armbian-Discord>
<c0rnelius> Is this on low memory boards in general or this particular SoC. I haven't personally noticed any bugs booting both ways. I don't have anything with less then 2GBs though.
<Armbian-Discord>
<c0rnelius> the only 805 i have is the odroid c1 and that is stuck on that old vendor uboot so can't do any testing there.
<Armbian-Discord>
<dsx724> TC358743 is the Pi KVM IC
<Armbian-Discord>
<dsx724> Do you have a regular HDMI monitor or way to dump the EDID?
<Armbian-Discord>
<srepac> no.. I use usb dongle as it's more functional
<Armbian-Discord>
<dsx724> 1280x720 is a supported resolution
<Armbian-Discord>
<dsx724> try SSHing to the box
<Armbian-Discord>
<dsx724> sorry, not SSH, you need to setup the cloud-init to connect via SSH
<Armbian-Discord>
<srepac> I would if the board actually got a dhcp address but the board didn't even get an IP
<Armbian-Discord>
<dsx724> let me check something, one sec
<Armbian-Discord>
<Tonymac32> ok, My USB2 capture dongle does exactly what srepac shows
<Armbian-Discord>
<Tonymac32> my BENQ 1080p monitor works
<Armbian-Discord>
<srepac> let me connect the la-frite board to a hdmi monitor later and will let you know
<Armbian-Discord>
<Tonymac32> must be edid of the adapter being grouchy, experimenting with not plugging in hdmi until it boots
<Armbian-Discord>
<dsx724> @srepac I don't have a 512MB board to test but I did limit memory on the kernel to 512M. It came up fine.
<Armbian-Discord>
<dsx724> if you have the edid of your Pi KVM, it would also be good to have so we can test against it
<Armbian-Discord>
<TheBug> Isn't the lowest common denominator for troubleshooting this to throw on an USB TTL Serial adapter... they are like $4 ... save you so much headaches... and then you know actually what is happening?
<Armbian-Discord>
<TheBug> or did I miss where that didn't work for some reason
<Armbian-Discord>
<Tonymac32> shrugs I once performed brain surgery remotely using a robotic arm made by Mattel
<Armbian-Discord>
<TheBug> really? still have it, I would like to borrow it...
<Armbian-Discord>
<Tonymac32> hahaha
<Armbian-Discord>
<srepac> found the problem... the /boot/firmware/cmdline.txt was using mmcblk0p2 instead of sda2... as soon as I fixed that, the lafrite board is now booted
<Armbian-Discord>
<c0rnelius> I have an original N2 2GB that gives me a lot of trouble. Basically its pretty much garbage, but every so often I try to make it work. Only thing it kind of does well is run CoreELEC, but even that it does half ass.
<Armbian-Discord>
<srepac> I'm going to try another image now that I at least know what to fix
<Armbian-Discord>
<c0rnelius> what kernel version is that running?
<Armbian-Discord>
<srepac> I mounted the usb flash on another pi and copied /etc/passwd, /etc/group, and /etc/shadow entries for pi user.. also created home dir for pi user and changed perms
<Armbian-Discord>
<srepac> 5.19.15
<Armbian-Discord>
<c0rnelius> just checking. 6.0 has issues with putting the / in to read-only mode. never seen it happen on 5.19.y using btrfs though.
<Armbian-Discord>
<c0rnelius> so I'm gonna assume thats not a thing 🙂
<Armbian-Discord>
<srepac> well, this is someone's image they told me to use
<Armbian-Discord>
<srepac> and it's back to black screen after reboot
<Armbian-Discord>
<srepac> root@aml-s805x-ac:~# timedatectl Local time: Tue 2022-10-18 23:38:48 UTC Universal time: Tue 2022-10-18 23:38:48 UTC RTC time: n/a Time zone: Etc/UTC (UTC, +0000) System clock synchronized: yes NTP service: active RTC in local TZ: no root@aml-s805x-ac:~# I finally got it working somewhat how I want it
<Armbian-Discord>
<srepac> /etc/fstab was empty which is why it defaulted to mounting btrfs for / as readonly
<Armbian-Discord>
<srepac> I may be able to install pikvm on this thing after all
<Armbian-Discord>
<srepac> of course, I'm going to need a usb hub to connect the usb hdmi capture and the usb bootable flash... coz the other usb port is used for OTG
<Armbian-Discord>
<srepac> stay tuned
<Armbian-Discord>
<c0rnelius> was it not setup to use a subvolume @ ?
<Armbian-Discord>
<srepac> wow.. this thing actually runs up to 1.416GHz on all 4 cores