-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest Netinstall method is broken #43
Comments
I've been migrating from a vps (rcn-ee.net) to dedicated server (rcn-ee.com). Git head of 'NetInstall" has this change. |
470a26f after this commit soemthign is broken. I tested before this and it is downloading but it is in progress now. |
Oh sorry. I did git pull and it seems to be progressing. Let me close this issue once netinstall method works again. |
Btw, right now you can also safely use:
To get v4.0.0, as i had one more build fix for wheezy, so i didn't push it the "stable" branch thus going over 3.19.x. Since it built fine, when v4.0.1 comes out, it'll automaticly be pushed over 3.19.x ;) |
It seems to be not booting. I think i have to wait for 10 to 20 min. I will also use --beta-kernel. Let me update you. |
weird. The logs were not coming from the serial terminal and then i checked my other uEnv.txt and replaced the current uEnv.txt with below command and it worked (atleast i got the logs and currenlty installation is in progress, using serial terminal to install ubuntu): In the current netinstall method uEnv.txt was |
Tested it this morning, everything works like expected. |
I had addeded in uEnv.txt this line as below but it didn't work. |
If you want --serial-mode, you have to use this:
|
I have tried netinstall method to flash my mmc card sometime back and it worked like a charm. However when i tried today i got the below problem and it just exits without doing anything.
command used: sudo ./mk_mmc.sh --mmc /dev/mmcblk0 --dtb omap3-beagle-xm --distro trusty
It bails out after below two lines:
Downloading Device's Kernel Image
2015-04-13 18:36:36 URL:https://rcn-ee.net/deb/trusty-armhf/LATEST-armv7 [250/250] -> "/tmp/tmp.xQvYrTU4dP/dl/LATEST-armv7" [1]
2015-04-13 18:36:36 URL:https://rcn-ee.net/deb/trusty-armhf/v3.19.3-armv7-x4/ [1036/1036] -> "/tmp/tmp.xQvYrTU4dP/dl/index.html" [1]
It just exits after this. I debugged and found it exits in mk_mmc.sh line number 219. I deleted my tmp folder also but it didn't help. Please let me know if i am doing something wrong.
The text was updated successfully, but these errors were encountered: