quarkscript2

Results 45 comments of quarkscript2

I am glad it helped. With my model it is possible to brick it in case of removing chrome os, exiting from dev mode and rebooting in same time. So...

200Gb is a lot of space, i suppose copyng empty disk image with same saze is not a good idea, so edim script is not an option. For simple chrome...

Hello. According to https://lists.gnu.org/archive/html/qemu-devel/2020-09/msg04932.html and https://www.phoronix.com/news/Linux-5.7-Kill-32-bit-ARM-KVM for KVM linux kernel version should be less than 5.7 and qemu version less than 5 . I did recompile kernel from longterm support...

I tried this patch with linux kernel 5.4.244 but got only errors. exynos7870 is ARMv8-A and exynos5250 is ARMv7 architecture. I suppose chance is not hight that patch will work...

Answer to this question requres more knoledge than i have. I suppose Linux kernel 5.4 with turned on kvm and old qemu with kvm support for arm (32bit) is the...

I mean i am personally do not know how to implement that into nv-u-boot and not know is it required with newer kernels than 3.x. And backporting kvm for armv7...

I assume that you have installed cross compiler. config should be `.config` (with dot at beginning) and commands like ``` export CROSS_COMPILE=arm-linux-gnueabihf- make ARCH=arm menuconfig ``` or ``` export CROSS_COMPILE=arm-linux-gnueabihf-...

Well i suggested to use it on script that earlier export same variables to environment. On top of screenshot writed '.config - Linux/x86' that mean you configuring kernel for host...

Try to press Ctrl+Alt+F2(right arrow key on top of keyboard near Esc button) and login to console. If login will be succesfull enter `mount` command and check root fs mount....

I see. Yes, it looks like nothing changes. I think default bootstring is hardcoded there https://github.com/virtualopensystems/u-boot/blob/eecfeb578e296ef3b739ac918a39b6c177dff58a/include/configs/snow.h#L101 guess it could be changed and recompiled. By the way i suppose line https://github.com/virtualopensystems/u-boot/blob/eecfeb578e296ef3b739ac918a39b6c177dff58a/scripts/build.sh#L25...