Attached to Project: CRUX-ARM
Opened by Anonymous Submitter - 2012-06-15
Last edited by Victor Martinez - 2012-06-15
Opened by Anonymous Submitter - 2012-06-15
Last edited by Victor Martinez - 2012-06-15
FS#35 - Cubox boot.script needs to change
Hello,
When performing an install of Crux on the Cubox device, I use a USB flash drive to store the uImage and uInitrd. Currently, the uboot.git boot-ram.script reads:
setenv bootargs console=ttyS0,115200 root=/dev/ram0 rootwait ro;
But it should actually read:
setenv bootargs console=ttyS0,115200 root=/dev/ram0 rootdelay=10 ro;
The long rootdelay is required for the USB flash drive to be detected by the kernel. Since the Crux media is located on the USB flash drive, "rootwait" results in an installer that can't find crux media to load.
Closed by Victor Martinez
Friday, 15 June 2012, 16:16 GMT
Reason for closing: Fixed
Additional comments about closing:
Friday, 15 June 2012, 16:16 GMT
Reason for closing: Fixed
Additional comments about closing:
Thank you rmull.
https://crux-arm.nu/g
itweb?p=uboot.git;a=commit;h=80122ac7670
34b36588bc5ee7c90d2d16e376b99