I give up
This commit is contained in:
18
Tp2.md
18
Tp2.md
@@ -693,22 +693,32 @@ Tu peux pas test!
|
|||||||
|
|
||||||
avec un nom de fichier suivant `test.txt`
|
avec un nom de fichier suivant `test.txt`
|
||||||
|
|
||||||
Sur u-boot on peut tenter le coup
|
Sur u-boot on peut tenter le coup avec cette commande : `tftp 0x22000001 192.168.1.240:test.txt`
|
||||||
|
|
||||||
```
|
```
|
||||||
=> tftp 192.168.1.240:test.txt
|
=> tftp 0x22000001 192.168.1.240:test.txt
|
||||||
ethernet@f0028000: PHY present at 7
|
ethernet@f0028000: PHY present at 7
|
||||||
ethernet@f0028000: Starting autonegotiation...
|
ethernet@f0028000: Starting autonegotiation...
|
||||||
ethernet@f0028000: Autonegotiation complete
|
ethernet@f0028000: Autonegotiation complete
|
||||||
ethernet@f0028000: link up, 1000Mbps full-duplex (lpa: 0x2800)
|
ethernet@f0028000: link up, 1000Mbps full-duplex (lpa: 0x7800)
|
||||||
Using ethernet@f0028000 device
|
Using ethernet@f0028000 device
|
||||||
TFTP from server 192.168.1.240; our IP address is 192.168.1.201
|
TFTP from server 192.168.1.240; our IP address is 192.168.1.201
|
||||||
Filename 'test.txt'.
|
Filename 'test.txt'.
|
||||||
Load address: 0x22000000
|
Load address: 0x22000001
|
||||||
Loading: T T T T T T T T T T
|
Loading: T T T T T T T T T T
|
||||||
Retry count exceeded; starting again
|
Retry count exceeded; starting again
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Il y a un problème par ce que je passe depuis une VM et mon bridge doit pas être setup correctement mais normalement wallah ca marche.
|
||||||
|
|
||||||
|
## [Q14] Comment avez-vous pu vérifier que le fichier a été transféré correctement ? Détaillez votre méthode.
|
||||||
|
|
||||||
|
On peut directement aller lire la rom à l'addresse ou le fichier est sensé se trouver. Je n'ai pas la commande la tout de suite mais je l'ajouterai dans le futur.
|
||||||
|
|
||||||
|
## [Q15] Donnez le contenu du script, comment vous l’avez converti en image et comment vous l’avez récupéré et exécuté depuis U-Boot.
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user