wwortel Posted Monday at 11:34 AM Posted Monday at 11:34 AM Certainly not a new item but havn't found an Armbian how-to. Hardware: Rockchip rk3588 based hardware with both SDcard slot and eMMC memory. Wish: make a SD card image that, when inserted in the SDcard slot, causes a bootable Armbian OS image to be written to eMMC from that SDcard, followed by boot from eMMC. The bootable image should remain in its most compact form, to limit copy time, and only upon first boot from eMMC be made to use the entire eMMC. Has this been explored already? Ideas on how-to? 0 Quote
going Posted Monday at 04:57 PM Posted Monday at 04:57 PM 5 часов назад, wwortel сказал: Certainly not a new item but havn't found an Armbian how-to. Hardware: Rockchip rk3588 based hardware with both SDcard slot and eMMC memory. Wish: make a SD card image that, when inserted in the SDcard slot, causes a bootable Armbian OS image to be written to eMMC from that SDcard, followed by boot from eMMC. The bootable image should remain in its most compact form, to limit copy time, and only upon first boot from eMMC be made to use the entire eMMC. Has this been explored already? Ideas on how-to? Do you mean that we need to make a boot image by analogy and similarity, as well-known distributions such as openSUSE, ubuntu do? 0 Quote
wwortel Posted Tuesday at 05:01 PM Author Posted Tuesday at 05:01 PM Well, apparently my question was not clear. No, the purpose is to have the option of creating a .img Armbian OS for a rk3588s based system that when written onto a SDcard and inserted in the rk3588s hardware, that also has eMMC on board, writes a working Armbian image to eMMC, such that the SD card slot is only used once to get the image into the eMMC. Reason being that not so experienced users find it a lot easier to write and insert a SD card, than to write into eMMC. Latter requires either access to serial console, or the use of Rockchip helper programs. Thinking about it it would be like the original .img as binary file inside a .img that can be written to the SD card, with the effect that just enough u-boot and perhaps kernel start is done from the SD card to get the .img file, also on that card, into eMMC. 0 Quote
going Posted 22 hours ago Posted 22 hours ago 19.11.2024 в 20:01, wwortel сказал: Well, apparently my question was not clear. No, the purpose is to have the option of creating a .img Armbian OS for a rk3588s based system that when written onto a SDcard and inserted in the rk3588s hardware, that also has eMMC on board, writes a working Armbian image to eMMC, such that the SD card slot is only used once to get the image into the eMMC. This is not a viable option. 0 Quote
wwortel Posted 9 hours ago Author Posted 9 hours ago @going What makes you think this is not viable? After all u-boot is able to start Armbian from either SD or eMMC, so why could it not be made to copy an image from one to the other? 0 Quote
going Posted 3 hours ago Posted 3 hours ago 4 часа назад, wwortel сказал: What makes you think this is not viable? The functionality of the armbian-install script is quite enough to meet your needs. But the community requests are a bit more than this script can handle. In addition, you will probably want to check how the system boots and works before deciding whether to install it on an internal drive. 0 Quote
Igor Posted 1 hour ago Posted 1 hour ago 4 hours ago, wwortel said: why could it not be made to copy an image from one to the other? @going Probably @wwortel means to develop a minimal boot image which would download and dd image to eMMC. I agree that would be nice to have, but develop that requires time / resources we don't have. If you look into the script that installs OS to eMMC (and other media) its pretty complex and hard to maintain https://github.com/armbian/build/blob/main/packages/bsp/common/usr/bin/armbian-install Not to mention that people doesn't pile up to help us around that. There is / always was just a few people that sacrifices their precious family time to provide you current experience. Where we can always find something to fix and improve. 0 Quote
going Posted 1 hour ago Posted 1 hour ago 10 минут назад, Igor сказал: Probably @wwortel means to develop a minimal boot image which would download and dd image to eMMC. I understood perfectly well, but this functionality is necessary for mass deployment. Previously, this was used by lazy and smart system administrators when the task was to expand the number of new jobs. But there seems to be something different here. On which hardware devices does the author want to massively deploy operating systems? 0 Quote
robertoj Posted 24 minutes ago Posted 24 minutes ago 1 hour ago, Igor said: @going Probably @wwortel means to develop a minimal boot image which would download and dd image to eMMC. I agree that would be nice to have, but develop that requires time / resources we don't have. If you look into the script that installs OS to eMMC (and other media) its pretty complex and hard to maintain https://github.com/armbian/build/blob/main/packages/bsp/common/usr/bin/armbian-install Not to mention that people doesn't pile up to help us around that. There is / always was just a few people that sacrifices their precious family time to provide you current experience. Where we can always find something to fix and improve. I had no idea there is a script for THAT Thanks Armbian team To the original poster: all beginners should stick to microSD. Please gain experience, make the tool you want, and share it here. Also look at this wonderful tool that bedna made: (it might be useful for you) 0 Quote
Recommended Posts
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.