<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.joehacker.com/index.php?action=history&amp;feed=atom&amp;title=OSD_Hacks</id>
	<title>OSD Hacks - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.joehacker.com/index.php?action=history&amp;feed=atom&amp;title=OSD_Hacks"/>
	<link rel="alternate" type="text/html" href="https://www.joehacker.com/index.php?title=OSD_Hacks&amp;action=history"/>
	<updated>2026-05-10T09:24:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://www.joehacker.com/index.php?title=OSD_Hacks&amp;diff=3&amp;oldid=prev</id>
		<title>Joe: Created page with &#039;== General Notes ==  This pages is for info about the Neuros OSD.  I&#039;m not sure if it is mentioned elsewhere, but I had to add the following boot environment variables in order f…&#039;</title>
		<link rel="alternate" type="text/html" href="https://www.joehacker.com/index.php?title=OSD_Hacks&amp;diff=3&amp;oldid=prev"/>
		<updated>2009-07-08T02:07:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;== General Notes ==  This pages is for info about the Neuros OSD.  I&amp;#039;m not sure if it is mentioned elsewhere, but I had to add the following boot environment variables in order f…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== General Notes ==&lt;br /&gt;
&lt;br /&gt;
This pages is for info about the Neuros OSD.&lt;br /&gt;
&lt;br /&gt;
I&amp;#039;m not sure if it is mentioned elsewhere, but I had to add the following boot environment variables in order for nfs boot to work. It should be mentioned in method 1 under dhcp&lt;br /&gt;
&lt;br /&gt;
 setenv nfs_serverip your-workstation&amp;#039;s-ip  &lt;br /&gt;
 setenv nfs_root /path/to/neuros-bsp/rootfs/fs &lt;br /&gt;
&lt;br /&gt;
These are required in /etc/init.d/mountall.sh for NFS mounts.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
For an Ubuntu x86_64 system, you need to install the libc6-i386 package in order for the build script to work.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== DHCP Booting==&lt;br /&gt;
&lt;br /&gt;
From http://wiki.neurostechnology.com/index.php/Derobert%27s_Guide_to_the_On-Screen_Display:_NetBooting_the_OSD&lt;br /&gt;
&lt;br /&gt;
==== Method 1 ====&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;You must perform the [[Derobert&amp;#039;s Guide to the On-Screen Display: DHCP Server Setup|optional DHCP server setup]] in order to use this method. This is the preferred method, but is generally only available if you&amp;#039;re using a full DHCP server, not a SoHo router. It&amp;#039;s not the most common situation.&amp;#039;&amp;#039; &lt;br /&gt;
&lt;br /&gt;
This method is very easy, as nearly all the configuration information is stored on the DHCP server. The alternative is to store it all on the OSD as in [[#Method 2|Method 2]] below.&lt;br /&gt;
&lt;br /&gt;
 setenv bootargs $(console) root=/dev/nfs rw ip=dhcp $(mem_reserve)&lt;br /&gt;
 setenv bootcmd dhcp\; bootm&lt;br /&gt;
 setenv nfs_serverip 192.168.0.1  &lt;br /&gt;
 setenv nfs_root /srv/neuros-osd-rootfs &lt;br /&gt;
 saveenv&lt;br /&gt;
&lt;br /&gt;
== Reverting to booting from flash  ==&lt;br /&gt;
&lt;br /&gt;
If you want to revert to booting from flash, you can just do &lt;br /&gt;
&lt;br /&gt;
   setenv bootcmd run cramfs_boot&lt;br /&gt;
   saveenv&lt;br /&gt;
   boot&lt;br /&gt;
&lt;br /&gt;
Or you can just boot from flash once by doing&lt;br /&gt;
&lt;br /&gt;
   run cramfs_boot&lt;br /&gt;
&lt;br /&gt;
== NFS Mounting Options ==&lt;br /&gt;
&lt;br /&gt;
To mount NFS drives create the following files in /mnt/OSD&lt;br /&gt;
&lt;br /&gt;
rc.user:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 sh /mnt/OSD/bootscript.sh &amp;amp;&lt;br /&gt;
&lt;br /&gt;
bootscript.sh:&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 &lt;br /&gt;
 sleep 10;&lt;br /&gt;
 mkdir /mnt/tmpfs/mount_CF-card/data/shortcuts/data;&lt;br /&gt;
 &lt;br /&gt;
 mount -t nfs 192.168.0.1:/data /mnt/tmpfs/media/ext/data/shortcuts/data -o rw,nolock,tcp,nfsvers=3;&lt;/div&gt;</summary>
		<author><name>Joe</name></author>
	</entry>
</feed>