ArmbianHelper changed the topic of #armbian to: armbian - Linux for ARM development boards | Armbian 20.11 Tamandua released | www.armbian.com | Github: github.com/armbian | Commits: #armbian-commits | Developer talk: #armbian-devel | Forum feed: #armbian-rss | Type 'help' for help | Logs: -> irc.armbian.com
mangix has quit [Read error: Connection reset by peer]
mangix has quit [Read error: Connection reset by peer]
mangix has joined #armbian
mangix has joined #armbian
<buZz>
where can i find the dts for imx6 udoo?
<buZz>
where can i find the dts for imx6 udoo?
<buZz>
i guess i could decompile dtb but meh
<buZz>
i guess i could decompile dtb but meh
<buZz>
:)
<buZz>
:)
AzuriAdore has joined #armbian
AzuriAdore has joined #armbian
AzuriAdore has quit [Client Quit]
AzuriAdore has quit [Client Quit]
SLAzuri has joined #armbian
SLAzuri has joined #armbian
<SLAzuri>
Hey guys, has anyone used balbes150's armbian fork? I'd like to know how to build an image for AML s812 but I don't know how because there's no docs for it (unless i'm blind)
<SLAzuri>
Hey guys, has anyone used balbes150's armbian fork? I'd like to know how to build an image for AML s812 but I don't know how because there's no docs for it (unless i'm blind)
<buZz>
if he forked entire armbian , you could just follow the build docs of armbian?
<buZz>
if he forked entire armbian , you could just follow the build docs of armbian?
_whitelogger_ has quit [Remote host closed the connection]
_whitelogger has joined #armbian
plntyk has quit [Remote host closed the connection]
plntyk has joined #armbian
MyyMatrix has quit [Ping timeout: 258 seconds]
MyyMatrix has joined #armbian
plntyk has quit [Quit: Leaving]
plntyk has joined #armbian
dddddd_ has joined #armbian
armedguard has joined #armbian
<armedguard>
anyone knows a sbc or other device (smartphone, notebook ...) which uses bare nand (and has the controller for the storage in the main cpu/ic) ?
<armedguard>
most boards and cheaper arm notebooks use either emmc or similar external storage like sd cards
<Xogium>
to be fair eMMC and sd card are much much easier to deal than it is to deal with nand
<armedguard>
certainly, there is probably a reason why people choose those instead of bare nand
<Xogium>
yeah, they cost less, and all the heavy lifting is done for you, you don't have to deal with wear leveling or anything
<armedguard>
i've been wondering though, on some modern notebooks and iirc smartphones there is an integrated "ssd" , the mac air m1 is an example; the mac m1 is more or less just a big smartphone, which usually is similar to the average arm sbc
<armedguard>
and in these cases it *looks* like they use bare nand]
<armedguard>
i'm not 100% sure about this though
<armedguard>
and how they deal with controlling it
<Xogium>
I really have no idea…
<armedguard>
np, it seems to be a rare case or not used at all; however most ssds; sd cards, usb sticks ... have some (arm) controller for managing the underlying nand, so why not integrate it in the main ic?
<armedguard>
here are some pics with description of the chips
<adds68>
Hi all trying to build armbian on a fedora 33 machine using Docker and i am seeing this error: "[ error ] ERROR in function install_deb_chroot [ image-helpers.sh:148 ]
<adds68>
Have a missed some foo when following the "build with Docker instructions" ?
sunshavi has quit [Ping timeout: 264 seconds]
TiD91 has quit [Quit: Idle for 30+ days]
<lanefu>
adds68: i've been hitting that a lot.. i thikn we have a bug in the rootfs builds right now.... BUT if you're building whole images rather than kernels, its best to use a whole VM, because it has to mount the image being built as /dev/loopX etc
<lanefu>
adds68: what board / distro etc are you building for
<adds68>
oh interesting, i didn't realise you had to mount the image to write to it, but that makes sense
<adds68>
The Rock64 in the pinebook pro /buntu + gnome
<adds68>
ubuntu*
<lanefu>
Rock64 is RK3328... pienbook pro is Rk3399
<lanefu>
3388
<lanefu>
anyway Rock64Pro has Rk3399 like pinebook pro
<lanefu>
anyway start with making jsut a server image to see if you can get a win.. there's some variables in teh desktop build
<lanefu>
by default the root filesysetms are prebuilt periodically and cached on the interwebs to speed thigns up
<lanefu>
because installing packages requires running everytyhing in QEMU emulating arm.. adn its slow
<adds68>
Ahh nice, so that should just pull the cached state
<adds68>
ok i shall try
<lanefu>
yeah,,, dependin gon the desktop package permutation
<lanefu>
we use to just build XFCE adn that was it.. the modular desktop build stuff is still quite new
torv has quit [Remote host closed the connection]
<lanefu>
the USE_TORRENT=no build option may help with that debootstrap error too
torv has joined #armbian
<IgorPec>
adds68: pingbook pro building is currently broken
<IgorPec>
boards that have some special handling like pbpro are having this problem, while others work
<lanefu>
IgorPec: on is our BSP package interferring with files from other packages?
<IgorPec>
yes
<lanefu>
s/on/oh, /
<ArmbianHelper>
lanefu meant to say: IgorPec: oh, is our BSP package interferring with files from other packages?
<IgorPec>
desktop and bsp mess
<IgorPec>
myy is working on it
<lanefu>
intersting.... I ran into that when i first added stuff... but i also solved it
<lanefu>
the desktop stuff is really inconsitent about where it wants to inheret bnaes configs.. sometimes /usr/local/share/xxxx sometimes /usr/share. some /etc/xsxdxzcv
<adds68>
where does the docker image store the cache folders and config files it creates?
<adds68>
i can't see in the directory i ran the script from
<adds68>
thanks for the heads up IgorPec
<lanefu>
honestly i never use the docker method
<IgorPec>
normally our builds work, but this time it was a huge merge, lots of changes and ... we missed
<lanefu>
typically there's 2 folders build/output and build/cache
<IgorPec>
honestly i expece more troubles :)
<lanefu>
IgorPec: speaking of which.. really should make a job ot do those desktop rootfs on worksonarmiban box.... maybe you can give me some scripts that i can implement?
<lanefu>
i wonder if this is just gnome that's jacked up
<IgorPec>
don0t know, havem't build an image for a 1-2w
<IgorPec>
now working on rma papers for ssd
<lanefu>
gonna try mate just for grins
kprasadvnsi[m] has quit [Ping timeout: 268 seconds]
<ArmbianTwitter>
@NicoD99364191 (NicoD): TwisterOS Armbian V2 is just amazing on my NanoPi M4V2. Finally mainline is better than legacy on RK3399. RK3399's are awesome desktop/gaming devices. Waiting for the RK3588... https://tinyurl.com/yk3sebzm (14s ago)