lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC>
[Discord] <legion1581> Hey folks, new here! I’m working on the Rockchip RK3588S and need more information about it. Does anyone know how to get access to the Rockchip repository (www.rockchip.com.cn), especially the RK3588S SDK and development resources? I heard that my SSH key needs to be added to their Git. Do they provide access upon request?
<DC-IRC>
[Discord] <zwillx> does anyone have a solution to this?
<DC-IRC>
[Discord] <zwillx> [💥] error! [ Device node does not exist after 5 tries. ]
<DC-IRC>
[Discord] <zwillx> [💥] Exiting with error 43 [ at /data/armbian/lib/functions/logging/traps.sh:1```
<DC-IRC>
[Discord] <zwillx> The loop device isn't available when I work from within the container on MacOS. Last year the trick was to restart DockerDesktop, but that stopped working at some point 😅
<DC-IRC>
[Discord] <zwillx> the dpkgs do build, and it only fails in creating the final .img
<DC-IRC>
[Discord] <zeeto9> Maybe run it in —privileged mode?
<DC-IRC>
[Discord] <mecoblock> basically impossible without knowing someone who knows someone. Linux Kernel and Technical reference manual are available though
<DC-IRC>
[Discord] <igorpec> That is for paying customers.
<DC-IRC>
[Discord] <runaway97> hahaha
<DC-IRC>
[Discord] <runaway97> how many thousands of dollars can you spare
<DC-IRC>
[Discord] <menu> we're lucky that certain internal documents get leaked, the entire SDK is rather difficult to obtain; if you've got the necessary financial backing though, it can be done
<DC-IRC>
[Discord] <zwillx> yeah thanks.. I did htat, and a few more things.. here's my docker-compose.yml
<DC-IRC>
[Discord] <zwillx> It's important to use the docker/linux fs so that the directories can't get corrupted by the spotlight files, and maintain permissions, so I endorse this method if it works!
<DC-IRC>
[Discord] <zwillx> It's fully functional build env .. minus that one key detail re: loop device.
<DC-IRC>
[Discord] <johnthecoolingfan> has this problem on Linux, where the docker losetup call would create the loop device on host, but would not expose it to the container. Made and added a workaround that calls `losetup -f` if there isn't a loop device existing. At first it was just a user extension, now it's meregd into the framework and is run in a temporary container to not require sudo.
<DC-IRC>
[Discord] <johnthecoolingfan> had this problem on Linux, where the docker losetup call would create the loop device on host, but would not expose it to the container. Made and added a workaround that calls `losetup -f` if there isn't a loop device existing. At first it was just a user extension, now it's meregd into the framework and is run in a temporary container to not require sudo.
<DC-IRC>
[Discord] <legion1581> Thanks for the reply, guys! I didn’t know it that hard
<DC-IRC>
[Discord] <legion1581> so, just to clarify. Do i need to be a hardware manufacturer like Radxa\Orange Pi and place an order on some miminum ammount of SoCs from them in order to be added to their internal repo?
<DC-IRC>
[Discord] <igorpec> We are providing support for some hardware manufactures (platinum support https://www.armbian.com/download/?device_support=Platinum%20support) If they are happy with this, no reason that you wouldn't be https://www.armbian.com/contact/ We are on the top of this kernel, which is the base of SDK, with maintainance, and also provide mainline (which doesn't cover all features, but is <clipped message>
<DC-IRC>
[Discord] <igorpec> more recent, cleaner, safer) as an option. If you need pro support, contact us, we can provide it. Our SDK is also far more advanced and opensource. https://docs.armbian.com/Developer-Guide_Overview/
<DC-IRC>
[Discord] <igorpec> We are providing support for some hardware manufactures (platinum support https://www.armbian.com/download/?device_support=Platinum%20support) If they are happy with this, no reason that you wouldn't be https://www.armbian.com/contact/ We are on the top of this kernel, which is the base of SDK, with maintainance, and also provide mainline (which doesn't cover all features, but is <clipped message>
<DC-IRC>
[Discord] <igorpec> more recent, cleaner, safer) as an option. If you need pro support, contact us, we can provide it. Our SDK is also far more advanced, universal and opensource. https://docs.armbian.com/Developer-Guide_Overview/
<DC-IRC>
[Discord] <runaway97> pretty much. but most of what you need has been leaked already
<DC-IRC>
[Discord] <runaway97> the SDK, TRMs and developer guides
<DC-IRC>
[Discord] <zwillx> Thank you John! Is this the line here?
<DC-IRC>
[Discord] <zwillx> I need to mess with it for mac, because there is no loop device on mac, so I'm trying to fake it with a blank .img file mounted as loop0
<DC-IRC>
[Discord] <johnthecoolingfan> Yes, that's the one.